mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-18 18:51:20 +01:00
Since wal is used to manage the color scheme, it needs to be started when running KDE Plasma. This script does just that. Note that the desktop background is not changed (-n) since Plasma uses its own background manager and does not respect feh.
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
# Set the color scheme with wal
|
|
wal -o ~/.config/wal/bspwm_and_dunst.sh -R -n
|