1
0
Fork 0

Compare commits

..

No commits in common. "28378adf628bad1ceed394d6fe91da08ead325c1" and "3a49c4cd078ae00fa9e8522782703fc3238a3fd4" have entirely different histories.

6 changed files with 5 additions and 44 deletions

5
apps
View file

@ -57,8 +57,3 @@
[app] (name=Thunar) (class=Thunar) (role=Thunar-1754807489-1631646063)
[Position] (UPPERLEFT) {8% 11%}
[end]
[app] (name=yad) (class=GSu)
[Position] (UPPERLEFT) {38% 39%}
[Sticky] {yes}
[Layer] {2}
[end]

9
menu
View file

@ -34,13 +34,8 @@
[separator]
[exec] (Kill all dockapps) {pkill -e 'wmusic|wmamixer|wmcpuload|wmsysmon|wmmemfree'}
[end]
[submenu] (Wallpapers) {Choose a theme...} # see scripts folder
[submenu] (Dark theme) {Choose a wallpaper...}
[wallpapers] (~/Pictures/Wallpapers) {~/.fluxbox/scripts/wal-dark.sh}
[end]
[submenu] (Light theme) {Choose a wallpaper...}
[wallpapers] (~/Pictures/Wallpapers) {~/.fluxbox/scripts/wal-light.sh}
[end]
[submenu] (Wallpapers) {Choose a wallpaper...} # obviously depends on pywal16
[wallpapers] (~/Pictures/Wallpapers) {~/.fluxbox/scripts/wal-fill.sh}
[end]
[separator]
[submenu] (Fluxbox menu) {Fluxbox menu}

View file

@ -1,6 +0,0 @@
#!/bin/sh
yad --class="GSu" \
--title="Password" \
--text="Enter sudo password:" \
--image="dialog-password" \
--entry --hide-text

View file

@ -1,13 +0,0 @@
#!/bin/sh
wal -c
wal -n --cols16 -i "$@"
feh --bg-fill "$(< "${HOME}/.cache/wal/wal")"
# gtk and kvantum update
gradience-cli apply -p ~/.cache/wal/pywal.json --gtk both
mkdir -p "${HOME}"/.config/Kvantum/pywal
cp "${HOME}"/.cache/wal/pywal.kvconfig "${HOME}"/.config/Kvantum/pywal/pywal.kvconfig
cp "${HOME}"/.cache/wal/pywal.svg "${HOME}"/.config/Kvantum/pywal/pywal.svg
walcord # discord update

3
scripts/wal-fill.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
wal -n --cols16 -i "$@"
feh --bg-fill "$(< "${HOME}/.cache/wal/wal")"

View file

@ -1,13 +0,0 @@
#!/bin/sh
wal -c
wal -n -l --cols16 -i "$@"
feh --bg-fill "$(< "${HOME}/.cache/wal/wal")"
# gtk and kvantum update
gradience-cli apply -p ~/.cache/wal/pywal.json --gtk both
mkdir -p "${HOME}"/.config/Kvantum/pywal
cp "${HOME}"/.cache/wal/pywal.kvconfig "${HOME}"/.config/Kvantum/pywal/pywal.kvconfig
cp "${HOME}"/.cache/wal/pywal.svg "${HOME}"/.config/Kvantum/pywal/pywal.svg
walcord # discord update