mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated xmonad startup, xmobar syncthing, + networkmanager_dmenu keybind
This commit is contained in:
parent
bb72f84d13
commit
83d7e41249
6 changed files with 56 additions and 30 deletions
7
user/wm/xmonad/xmobar-st-check.sh.mustache
Normal file
7
user/wm/xmonad/xmobar-st-check.sh.mustache
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue