1
0
forked from extern/nix-config

wal: Restart tint2 with new color scheme

For history's sake, I'm including how I changed the color scheme of
tint2 with wal. Note that I don't use tint2 anymore since I realized
that what I was trying to do with tint2 can already be achieved much
easier and much more polished with GNOME extensions.
This commit is contained in:
Donovan Glover 2022-12-15 09:48:40 -05:00
parent 924e3fe2ee
commit db8ef8646d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 11 additions and 0 deletions

7
tint2/.config/tint2/wal.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
# Symlink tint2 config
ln -sf ~/.cache/wal/tint2rc ~/.config/tint2/tint2rc
# Restart tint2 with the new color scheme
killall -SIGUSR1 tint2

View File

@ -13,3 +13,7 @@ fi
if [ -e ~/.config/dunst/wal.sh ]; then
~/.config/dunst/wal.sh
fi
if [ -e ~/.config/tint2/wal.sh ]; then
~/.config/tint2/wal.sh
fi