Updated xmonad startup, xmobar syncthing, + networkmanager_dmenu keybind

This commit is contained in:
Emmet 2023-06-19 16:33:46 -05:00
parent bb72f84d13
commit 83d7e41249
6 changed files with 56 additions and 30 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
while true
do
curl localhost:8384 &> /dev/null || echo '<fc=#{{base08-hex}}>❄ st off</fc>' > ~/.st-status;
curl localhost:8384 &> /dev/null && echo '<fc=#{{base0E-hex}}>↺ st on</fc>' > ~/.st-status;
sleep 5;
done