29 lines
705 B
Bash
29 lines
705 B
Bash
#!/bin/bash
|
|
|
|
# #Restart Discord pog
|
|
# #This stinks
|
|
# if pgrep "discord-canary" > /dev/null
|
|
# then
|
|
# killall DiscordCanary
|
|
# discord-canary &
|
|
# fi
|
|
# if pgrep "Discord" > /dev/null
|
|
# then
|
|
# killall Discord
|
|
# discord &
|
|
# fi
|
|
# if pgrep "obsidian" > /dev/null
|
|
# then
|
|
# killall obsidian
|
|
# Obsidian.AppImage &
|
|
# fi
|
|
#Kitty Config
|
|
# echo "
|
|
# include misc.conf
|
|
# include themes/gruvbox_light.conf" > ~/.config/kitty/kitty.conf
|
|
# #Zathura poggers
|
|
# echo "include gruvbox-light.conf" > ~/.config/zathura/zathurarc
|
|
|
|
sed -i -e 's/dark/light/g' ~/.config/rofi/config.rasi ~/.config/zathura/zathurarc ~/.config/kitty/kitty.conf
|
|
sed -i -e 's/prefer-dark-theme=1/prefer-dark-theme=0/g' ~/.config/gtk-3.0/settings.ini
|