feat(darkman): add light/dark mode scripts for KDE sessions
This commit is contained in:
6
local/share/dark-mode.d/kde.sh
Executable file
6
local/share/dark-mode.d/kde.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if command -v lookandfeeltool; then
|
||||
lookandfeeltool -a org.kde.breezedark.desktop
|
||||
fi
|
6
local/share/light-mode.d/kde.sh
Executable file
6
local/share/light-mode.d/kde.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if command -v lookandfeeltool; then
|
||||
lookandfeeltool -a org.kde.breeze.desktop
|
||||
fi
|
Reference in New Issue
Block a user