Add more GTK fallback things
This commit is contained in:
parent
817c0069d0
commit
091f974bec
5 changed files with 55 additions and 18 deletions
|
@ -16,3 +16,9 @@ cp ~/.linux/dots/conkytemplate ~/conkyplac
|
|||
sed -i "s/COLOURTEMPLATE/${csub}/g" ~/conkyplac
|
||||
rm -f ~/.conkyrc
|
||||
mv ~/conkyplac ~/.conkyrc
|
||||
|
||||
# Create new gtk css
|
||||
cp ~/.linux/dots/gtk/3/gtktemplate.css ~/.config/gtk-3.0/gtkplac.css
|
||||
sed -i "s/COLOUR/${csub}/g" ~/.config/gtk-3.0/gtkplac.css
|
||||
rm -f ~/.config/gtk-3.0/gtk.css
|
||||
mv ~/.config/gtk-3.0/gtkplac.css ~/.config/gtk-3.0/gtk.css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue