feat: initial commit
This commit is contained in:
4
local/share/dark-mode.d/alacritty.sh
Executable file
4
local/share/dark-mode.d/alacritty.sh
Executable 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
|
3
local/share/dark-mode.d/mako.sh
Executable file
3
local/share/dark-mode.d/mako.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
makoctl set-mode system-dark
|
7
local/share/dark-mode.d/sway.sh
Executable file
7
local/share/dark-mode.d/sway.sh
Executable 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
|
7
local/share/dark-mode.d/tmux.sh
Executable file
7
local/share/dark-mode.d/tmux.sh
Executable 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
|
4
local/share/light-mode.d/alacritty.sh
Executable file
4
local/share/light-mode.d/alacritty.sh
Executable 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
|
3
local/share/light-mode.d/mako.sh
Executable file
3
local/share/light-mode.d/mako.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
makoctl set-mode system-light
|
7
local/share/light-mode.d/sway.sh
Executable file
7
local/share/light-mode.d/sway.sh
Executable 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
|
7
local/share/light-mode.d/tmux.sh
Executable file
7
local/share/light-mode.d/tmux.sh
Executable 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
|
Reference in New Issue
Block a user