fix scripts and tmux
This commit is contained in:
parent
3946ea2db7
commit
3b8a915fb1
8 changed files with 31 additions and 16 deletions
|
|
@ -73,11 +73,23 @@ Linux)
|
|||
;;
|
||||
esac
|
||||
|
||||
waybar_themes="${XDG_CONFIG_HOME:-$HOME/.config}/waybar/themes"
|
||||
cfg="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
|
||||
waybar_themes="$cfg/waybar/themes"
|
||||
[ -f "$waybar_themes/$theme.css" ] && {
|
||||
ln -sf "$waybar_themes/$theme.css" "$waybar_themes/theme.css"
|
||||
pkill -USR2 waybar
|
||||
}
|
||||
|
||||
rofi_themes="$cfg/rofi/themes"
|
||||
[ -f "$rofi_themes/$theme.rasi" ] && {
|
||||
ln -sf "$rofi_themes/$theme.rasi" "$rofi_themes/theme.rasi"
|
||||
}
|
||||
|
||||
hypr_themes="$cfg/hypr/themes"
|
||||
[ -f "$hypr_themes/$theme.conf" ] && {
|
||||
ln -sf "$hypr_themes/$theme.conf" "$hypr_themes/theme.conf"
|
||||
}
|
||||
fi
|
||||
;;
|
||||
Darwin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue