wal update! rofi + conky configs are now in /wal/

This commit is contained in:
2025-06-02 23:09:17 -04:00
parent dfc724071a
commit 9923213993
10 changed files with 324 additions and 181 deletions
+3
View File
@@ -0,0 +1,3 @@
#! /bin/bash
pacman -Qeq | fzf --preview="pacman -Qi {}"
+12
View File
@@ -0,0 +1,12 @@
#! /bin/bash
# get color scheme based on wallpaper provided to first (laptop) monitor
wal -i /home/slime/Pictures/papes/${1} --cols16 -n
# set wallpapers
feh --bg-scale /home/slime/Pictures/papes/${1} /home/slime/Pictures/papes/${2}
# link configs for non-supported wal programs
ln -sf ~/.cache/wal/theme.rasi ~/.config/rofi/theme.rasi
ln -sf ~/.cache/wal/conky.conf ~/.config/conky/conky.conf