From 7467c3712a0a5f67201f49cea52a352f8ad2f42d Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 11 Dec 2023 07:02:11 +0100 Subject: [PATCH] waybar: update config --- waybar/.config/waybar/config | 6 +++--- waybar/.config/waybar/style.css | 29 +++++++++++++++-------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 93ddba0d..5e51afa5 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -33,9 +33,9 @@ "8": "8", "9": "9", "0": "0", - "urgent": "", - "active": "", - "default": "", + // "urgent": "", + // "active": "", + // "default": "", }, "persistent-workspaces": { "1": [], diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index d2118b0d..7a4bff49 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -33,26 +33,26 @@ window#waybar.hidden { background-color: rgba(23,28,39,0.3); } -button { - /* Use box-shadow instead of border so the text isn't offset */ - box-shadow: inset 0 -3px transparent; - /* Avoid rounded borders under each button name */ + +#workspaces button { + padding: 0 8px; + background-color: rgba(23,28,39,0.3); + color:#ffffff; + border-top: 1px solid rgba(100, 114, 125, 0.8); + font-weight: bold; border: none; border-radius: 0; } -/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ -button:hover { +#workspaces button:hover { background: inherit; - border-top: 2px solid #c9545d; + border-top: 2px solid tomato; +/* box-shadow: inset 0 -28px #c9545d;*/ } -#workspaces button { - padding: 0 4px; - background-color: rgba(23,28,39,0.3); -} - -#workspaces button:hover { +#workspaces button.active { + font-weight: bold; + border-top: 2px solid lightblue; } #workspaces button.focused { @@ -63,7 +63,8 @@ button:hover { } #workspaces button.urgent { - background-color: #eb4d4b; + /*background-color: #eb4d4b;*/ + border-top: 2px solid #eb4d4b; } #mode { -- 2.51.2