forked from extern/nix-config
wal: Remove bspwm/dunst/tint2 scripts
By prioritizing GNOME, we're able to focus on being productive instead of customizing our linux setup.
This commit is contained in:
parent
7761db6936
commit
60f5353318
@ -1,19 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -e ~/.config/bspwm/wal.sh ]; then
|
||||
~/.config/bspwm/wal.sh
|
||||
fi
|
||||
|
||||
if [ -e ~/.cache/wal/kitty ]; then
|
||||
for kitty_window in `fd kitty /tmp`; do
|
||||
kitty @ --to unix:$kitty_window set-colors -c -a ~/.cache/wal/kitty
|
||||
done
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user