diff --git a/sericea/.config/sway/config.d/30-wallpaper.conf b/sericea/.config/sway/config.d/30-wallpaper.conf index b74cf5ac..5419ed5f 100644 --- a/sericea/.config/sway/config.d/30-wallpaper.conf +++ b/sericea/.config/sway/config.d/30-wallpaper.conf @@ -1,4 +1,5 @@ # vim: set ft=swayconfig: # Wallpaper -output * bg ~/Pictures/Wallpapers/.current fill +#output * bg ~/Pictures/Wallpapers/.current fill +output * bg ~/Pictures/Wallpapers/.current center #282828 diff --git a/sericea/.config/waybar/style.css b/sericea/.config/waybar/style.css index 3d76cf81..b64063e4 100644 --- a/sericea/.config/waybar/style.css +++ b/sericea/.config/waybar/style.css @@ -14,7 +14,7 @@ window#waybar { background: #282828; - border-bottom: 4px solid #32302f; + /* border-bottom: 4px solid #32302f; */ } /* swaywm stuff */ @@ -22,19 +22,19 @@ window#waybar { } #workspaces button { background: transparent; - color: #ebdbb2; + color: #a89984; padding: 0 0.9em; } #workspaces button.focused { - background: #83a598; - color: #282828; + color: #ebdbb2; + font-weight: bold; } #workspaces button.urgent { - background: #fabd2f; - color: #282828; + color: #fabd2f; + font-weight: bold; } #workspaces button.persistent { - color: #32302f; + color: #504945; } #mode { background: #fb4934; @@ -54,26 +54,23 @@ window#waybar { padding: 0 1em; } #mpris.playing { - background: #d3869b; - color: #282828; + color: #d3869b; } #mpris.paused, #mpris.stopped { - background: #32302f; - color: #282828; + color: #504945; } #network { color: #928374; font-size: 10; } #idle_inhibitor { - color: #282828; padding: 0 1em; } #idle_inhibitor.deactivated { - background: #32302f; + color: #504945; } #idle_inhibitor.activated { - background: #fb4934; + color: #fb4934; } #backlight { padding: 0 1em;