Compare commits
2 Commits
6e1d7df5b5
...
906c498a08
Author | SHA1 | Date | |
---|---|---|---|
906c498a08
|
|||
fe62bf4d99
|
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
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user