mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-22 11:09:30 +00:00
Add theme
This commit is contained in:
parent
096dc45784
commit
265dbee63b
12 changed files with 604 additions and 0 deletions
18
config/scripts/themes/Manjaro.sh
Executable file
18
config/scripts/themes/Manjaro.sh
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue