diff --git a/private_dot_config/sway/config b/private_dot_config/sway/config index be22dbc..bea8f11 100644 --- a/private_dot_config/sway/config +++ b/private_dot_config/sway/config @@ -21,7 +21,7 @@ set $menu wmenu-run ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ~/.config/wallpaper/frieren.jpg fit # # Example configuration: # diff --git a/private_dot_config/wallpaper/frieren.jpg b/private_dot_config/wallpaper/frieren.jpg new file mode 100644 index 0000000..ba3ea95 Binary files /dev/null and b/private_dot_config/wallpaper/frieren.jpg differ diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 3476822..46d918d 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -4,12 +4,18 @@ } window#waybar { - background-color: rgba(43, 48, 59, 0.5); - border-bottom: 3px solid rgba(100, 114, 125, 0.5); + background: transparent; color: #ffffff; transition-property: background-color; transition-duration: .5s; } +window#waybar:first-child > box { + margin-top: 6px; + padding: 8px 4px 4px 4px; + border-radius: 20px 20px 20px 20px; + background-color: rgba(46, 52, 64, 0.5); + border: 2px solid #88c0d0; +} window#waybar.hidden { opacity: 0.2;