Working on dwlb

This commit is contained in:
2025-09-19 11:44:17 -04:00
parent 24725fcdb8
commit e745c93495
18 changed files with 5504 additions and 136 deletions

8
home/.local/usr/bin/dwlb.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
for output in $(wlr-randr | grep '^[^ ]' | cut -d' ' -f1); do
dwlb -middle-bg-color '#16181a' -active-fg-color '#ffffff' \
-active-bg-color '#5ea1ff' -inactive-fg-color '#ffffff' \
-inactive-bg-color '#3c4048' -urgent-fg-color '#ffffff' \
-urgent-bg-color '#ff6e5e' -font 'FiraCode Nerd Font Mono:size=10' &
done