From 3f869225a7203acb359f8e268ea9ff14d6e51a5d Mon Sep 17 00:00:00 2001 From: francois Date: Wed, 12 Nov 2025 08:57:53 +0100 Subject: [PATCH] More waybar --- private_dot_config/waybar/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 46d918d..96d9b30 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -44,7 +44,7 @@ button { box-shadow: inset 0 -3px transparent; /* Avoid rounded borders under each button name */ border: none; - border-radius: 0; + border-radius: 20px; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ @@ -59,7 +59,6 @@ button:hover { } #workspaces button { - padding: 0 5px; background-color: transparent; color: #ffffff; } @@ -89,6 +88,7 @@ button:hover { #disk, #temperature, #backlight, +#language, #network, #pulseaudio, #wireplumber, @@ -99,13 +99,13 @@ button:hover { #scratchpad, #power-profiles-daemon, #mpd { - padding: 0 10px; + /*padding: 0 10px;*/ color: #ffffff; + border-radius: 20px; } #window, #workspaces { - margin: 0 4px; } /* If workspaces is the leftmost module, omit left margin */ @@ -315,7 +315,6 @@ label:focus { } #privacy-item { - padding: 0 5px; color: white; }