Skip to content

Commit b8707d8

Browse files
committed
add script
1 parent 1e83f5e commit b8707d8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

configs/wezterm/wezterm.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ config.keys = {
7070
mods = 'CTRL',
7171
action = wezterm.action.SplitPane {
7272
direction = 'Down',
73-
size = { Percent = 25 },
73+
size = { Percent = 20 },
7474
},
7575
},
7676
{

script/clock.sh

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)