From b5307d0c55d900bf6bbe4fc2b853673c7504d77e Mon Sep 17 00:00:00 2001 From: Nick Boughton Date: Tue, 8 Dec 2020 02:05:30 +0000 Subject: [PATCH] lighter bar background --- sway/config | 4 +++- waybar/style.css | 9 +++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sway/config b/sway/config index aede4da..e9e2ceb 100644 --- a/sway/config +++ b/sway/config @@ -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 diff --git a/waybar/style.css b/waybar/style.css index ddb1bcc..3605cf0 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -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 {