We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e83f5e commit b8707d8Copy full SHA for b8707d8
configs/wezterm/wezterm.lua
@@ -70,7 +70,7 @@ config.keys = {
70
mods = 'CTRL',
71
action = wezterm.action.SplitPane {
72
direction = 'Down',
73
- size = { Percent = 25 },
+ size = { Percent = 20 },
74
},
75
76
{
script/clock.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash -eux
2
+
3
+while true; do
4
+ clear
5
+ date +"%Y - %m - %d %H : %M : %S" | figlet -c -f ~/.local/share/fonts/figlet-fonts/rustofat.flf
6
+ sleep 60
7
+done
8
0 commit comments