Background and waybar

This commit is contained in:
francois
2025-11-11 09:11:37 +01:00
parent 788fc9b7c4
commit de36e26534
3 changed files with 9 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ set $menu wmenu-run
### Output configuration ### Output configuration
# #
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) # 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: # Example configuration:
# #

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

View File

@@ -4,12 +4,18 @@
} }
window#waybar { window#waybar {
background-color: rgba(43, 48, 59, 0.5); background: transparent;
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff; color: #ffffff;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; 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 { window#waybar.hidden {
opacity: 0.2; opacity: 0.2;