mirror of
https://github.com/zedsalim/debian-z.git
synced 2026-02-12 04:29:35 +00:00
Add Theme
This commit is contained in:
parent
eeb4b71673
commit
b66def59af
14 changed files with 659 additions and 2 deletions
18
config/scripts/themes/Brown.sh
Executable file
18
config/scripts/themes/Brown.sh
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/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 ~/
|
||||
|
||||
i3-msg restart; notify-send 'Theme Set To:' 'Brown'
|
||||
Loading…
Add table
Add a link
Reference in a new issue