14 lines
364 B
Bash
Executable File
14 lines
364 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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' &
|