Compare commits

...

2 Commits

3 changed files with 13 additions and 1 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

View File

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

View File

@@ -2,6 +2,6 @@
ln -fs light-mode.conf ~/.config/tmux/current-theme.conf ln -fs light-mode.conf ~/.config/tmux/current-theme.conf
if tmux list-sesions; then if tmux list-sessions; then
tmux source ~/.tmux.conf tmux source ~/.tmux.conf
fi fi