2023-06-28 11:47:20 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/dunstrc ~/.config/dunst/
|
|
|
|
|
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/config.rasi ~/.config/rofi/
|
|
|
|
|
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/colors.conf ~/.config/i3/
|
|
|
|
|
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/alacritty.yml ~/.config/alacritty/
|
|
|
|
|
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/config ~/.config/polybar/
|
|
|
|
|
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/settings.ini ~/.config/gtk-3.0/
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/.gtkrc-2.0 ~/
|
|
|
|
|
|
|
|
|
|
cp ~/.config/scripts/themes/Brown/.fehbg ~/
|
|
|
|
|
|
2023-06-30 11:06:56 +01:00
|
|
|
cp ~/.config/scripts/themes/synth-shell-prompt.config ~/.config/synth-shell
|
|
|
|
|
|
2023-06-28 11:47:20 +01:00
|
|
|
i3-msg restart; notify-send 'Theme Set To:' 'Brown'
|