mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29:28 +00:00
14 lines
462 B
Bash
14 lines
462 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Darkness/dunstrc ~/.config/dunst/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Darkness/config.rasi ~/.config/rofi/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Darkness/colors.conf ~/.config/i3/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Darkness/alacritty.yml ~/.config/alacritty/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Darkness/config ~/.config/polybar/
|
||
|
|
|
||
|
|
cp ~/.config/scripts/themes/Darkness/settings.ini ~/.config/gtk-3.0/
|
||
|
|
cp ~/.config/scripts/themes/Darkness/.gtkrc-2.0 ~/
|