mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-11 13:49:29 +00:00
19 lines
558 B
Bash
19 lines
558 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/dunstrc ~/.config/dunst/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/config.rasi ~/.config/rofi/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/colors.conf ~/.config/i3/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/alacritty.yml ~/.config/alacritty/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/config ~/.config/polybar/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/settings.ini ~/.config/gtk-3.0/
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/.gtkrc-2.0 ~/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Manjaro/.fehbg ~/
|
||
|
|
|
||
|
|
i3-msg restart; notify-send 'Theme Set To:' 'Manjaro'
|