feat: initial commit

This commit is contained in:
2024-09-14 14:51:03 +02:00
commit d4136d4129
23 changed files with 469 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
ln -fs ../themes/themes/monokai_pro.toml .config/alacritty/themes/current-theme.toml
touch ~/.config/alacritty/alacritty.toml

View File

@ -0,0 +1,3 @@
#!/bin/bash
makoctl set-mode system-dark

View File

@ -0,0 +1,7 @@
#!/bin/bash
ln -fs dark-mode ~/.config/sway/current-theme
SWAYSOCK="/run/user/$(id -u)/sway-ipc.$(id -u).$(pgrep -x sway).sock"
swaymsg -s $SWAYSOCK reload

View File

@ -0,0 +1,7 @@
#!/bin/bash
ln -fs dark-mode.conf ~/.config/tmux/current-theme.conf
if tmux list-sessions; then
tmux source ~/.tmux.conf
fi

View File

@ -0,0 +1,4 @@
#!/bin/bash
ln -fs ../themes/themes/catppuccin_latte.toml .config/alacritty/themes/current-theme.toml
touch ~/.config/alacritty/alacritty.toml

View File

@ -0,0 +1,3 @@
#!/bin/bash
makoctl set-mode system-light

View File

@ -0,0 +1,7 @@
#!/bin/bash
ln -fs light-mode ~/.config/sway/current-theme
SWAYSOCK="/run/user/$(id -u)/sway-ipc.$(id -u).$(pgrep -x sway).sock"
swaymsg -s $SWAYSOCK reload

View File

@ -0,0 +1,7 @@
#!/bin/bash
ln -fs light-mode.conf ~/.config/tmux/current-theme.conf
if tmux list-sesions; then
tmux source ~/.tmux.conf
fi