Background and waybar
This commit is contained in:
@@ -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:
|
||||
#
|
||||
|
||||
BIN
private_dot_config/wallpaper/frieren.jpg
Normal file
BIN
private_dot_config/wallpaper/frieren.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 KiB |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user