feat(darkman): add light/dark mode scripts for KDE sessions

This commit is contained in:
2025-09-07 14:07:10 +02:00
parent 6e1d7df5b5
commit fe62bf4d99
2 changed files with 12 additions and 0 deletions

6
local/share/dark-mode.d/kde.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
if command -v lookandfeeltool; then
lookandfeeltool -a org.kde.breezedark.desktop
fi