diff --git a/private_dot_config/sway/config b/private_dot_config/sway/config index 2191460..0b63b74 100644 --- a/private_dot_config/sway/config +++ b/private_dot_config/sway/config @@ -20,7 +20,7 @@ set $term foot set $menu rofi -show combi set $windowsearch rofi -show window -set $wallpaper ~/Pictures/Wallpapers/skull.jpg +set $wallpaper ~/Pictures/Wallpapers/techno.jpg input * xkb_numlock enabled default_border pixel diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 3912917..13334d6 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -13,7 +13,7 @@ window#waybar { background-color: rgba(0,0,0,0); - color: @on_surface; + color: @primary; transition-property: background-color; transition-duration: .5s; } @@ -64,10 +64,12 @@ button:hover { .modules-right { background: @primary_container; + opacity: 0.8; margin: 4px 10px; padding: 0 10px; border-radius: 15px; } + .modules-left { padding: 0; }