Pre wipe of XPS13
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
dwlb -ipc -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' &
|
||||
dwlb -ipc \
|
||||
-middle-bg-color '#16181a' \
|
||||
-active-fg-color '#000000' \
|
||||
-active-bg-color '#5ea1ff' \
|
||||
-occupied-fg-color '#ffffff' \
|
||||
-occupied-bg-color '#3c4048' \
|
||||
-inactive-fg-color '#ffffff' \
|
||||
-inactive-bg-color '#16181a' \
|
||||
-urgent-fg-color '#ffffff' \
|
||||
-urgent-bg-color '#ff6e5e' \
|
||||
-font 'FiraCode Nerd Font Mono:size=10' &
|
||||
|
||||
Reference in New Issue
Block a user