Files
dotfiles/local/share/dark-mode.d/kde.sh

7 lines
128 B
Bash
Executable File

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