1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

lighter bar background

This commit is contained in:
Nick Boughton 2020-12-08 02:05:30 +00:00
parent 46ac90c942
commit b5307d0c55
2 changed files with 8 additions and 5 deletions

@ -51,7 +51,9 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
# Rowboat
#output * bg /home/nick/Pictures/eNHamv.jpg fill
# minimal blue sunset
output * bg /home/nick/Pictures/8895blnusy261.jpg fill
#output * bg /home/nick/Pictures/8895blnusy261.jpg fill
# stalenhag, quiet big lad
output * bg /home/nick/Pictures/oluit9ej7iu51.png fill
### Gnome settings
set $gnome-schema org.gnome.desktop.interface

@ -5,7 +5,8 @@
window#waybar {
color: #d8dee9;
background: rgba(46,52,64, 0.75);
/*background: rgba(46,52,64, 0.75);*/
background: rgba(76, 86, 106, 0.75);
border-radius: 7px;
}
@ -38,11 +39,11 @@ window#waybar {
}
#custom-separator {
color: #4c566a;
text-shadow: none;
color: #d8dee9;
/*text-shadow: none;*/
background: none;
padding: 0px;
/*opacity: 0;*/
opacity: 0.3;
}
#mode {