mirror of
https://github.com/zedsalim/debian-z.git
synced 2026-01-03 17:09:32 +00:00
Update
This commit is contained in:
parent
2d1bd8ac64
commit
5ec3bdebdd
20 changed files with 663 additions and 47 deletions
18
config/scripts/themes/Gray.sh
Executable file
18
config/scripts/themes/Gray.sh
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp ~/.config/scripts/themes/Gray/dunstrc ~/.config/dunst/
|
||||
|
||||
cp ~/.config/scripts/themes/Gray/config.rasi ~/.config/rofi/
|
||||
|
||||
cp ~/.config/scripts/themes/Gray/colors.conf ~/.config/i3/
|
||||
|
||||
cp ~/.config/scripts/themes/Gray/alacritty.yml ~/.config/alacritty/
|
||||
|
||||
cp ~/.config/scripts/themes/Gray/config ~/.config/polybar/
|
||||
|
||||
cp ~/.config/scripts/themes/Gray/settings.ini ~/.config/gtk-3.0/
|
||||
cp ~/.config/scripts/themes/Gray/.gtkrc-2.0 ~/
|
||||
|
||||
cp ~/.config/scripts/themes/Gray/.fehbg ~/
|
||||
|
||||
i3-msg restart; notify-send 'Theme Set To:' 'Gray'
|
||||
Loading…
Add table
Add a link
Reference in a new issue