summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2026-03-17 08:51:24 +0100
committerSkladnayazebra <skladnayazebra@gmail.com>2026-03-17 08:51:24 +0100
commit050ec75dd8428de4bf480aeb4f5d3935dd694614 (patch)
tree4c9c9002d4528fc54cc424c459f058794a466755
parent179c9b92e7744b9e2aecbf7e619bd0628d1a9342 (diff)
add light/dark theme switch
-rw-r--r--zsh/index.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh
index 5efe068..e109b44 100644
--- a/zsh/index.zsh
+++ b/zsh/index.zsh
@@ -23,6 +23,8 @@ alias lg=lazygit
alias b='bluetoothctl connect E4:92:82:B5:80:1F'
alias p='cd ~/projects'
alias c='cd ~/.config'
+alias dark="lookandfeeltool -a org.kde.breezedark.desktop"
+alias light="lookandfeeltool -a org.kde.breeze.desktop"
eval $(ssh-agent -s) >> /dev/null