feat(wofi): add support for dark mode
This commit is contained in:
parent
052fed87e3
commit
9c17598ac2
6 changed files with 72 additions and 6 deletions
6
darkman/.local/share/dark-mode.d/wofi.sh
Executable file
6
darkman/.local/share/dark-mode.d/wofi.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cat \
|
||||
"$HOME/.config/wofi/colors-dark.css" \
|
||||
"$HOME/.config/wofi/base.css" \
|
||||
> "$HOME/.config/wofi/style.css"
|
6
darkman/.local/share/light-mode.d/wofi.sh
Executable file
6
darkman/.local/share/light-mode.d/wofi.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cat \
|
||||
"$HOME/.config/wofi/colors-light.css" \
|
||||
"$HOME/.config/wofi/base.css" \
|
||||
> "$HOME/.config/wofi/style.css"
|
Loading…
Add table
Add a link
Reference in a new issue