(scripts) minor changes
This commit is contained in:
parent
6ce7df00d1
commit
332b24720d
4 changed files with 66 additions and 2 deletions
|
@ -37,13 +37,19 @@ fi
|
|||
echo $PATH_TO_IMG
|
||||
# overwrite .Xresources file
|
||||
cat ~/.cache/wal/colors.Xresources > ~/.Xresources
|
||||
echo "\nXcursor.theme: Breeze" >> ~./Xresources
|
||||
echo "Xcursor.theme: Breeze" >> ~/.Xresources
|
||||
#echo "*.alpha: 0.20" >> ~/.Xresources
|
||||
|
||||
# merge it into xrdb
|
||||
xrdb -merge ~/.Xresources
|
||||
|
||||
#emacsclient -e '(my-load-xresources)'
|
||||
|
||||
cat >> ~/.cache/wal/colors-rofi-dark.rasi<< EOF
|
||||
element-text, element-icon {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
EOF
|
||||
|
||||
xmobar_change
|
||||
killall xmobar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue