summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-10 22:27:28 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-10 22:27:28 +0530
commit3ff9631193d46fb264d613045ce446225d0b829f (patch)
treecfe082f90a093987ded58284a1262473024e8398 /.config/waybar/style.css
parentfeae8816a36a774b376b82f25e6ea51ff5311ee4 (diff)
waybar: some css changes for workspaces hover
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index d9b6dc0..1ca572d 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -103,10 +103,17 @@ window#waybar.hidden {
border-bottom-right-radius: 8px;
}
+/* empty persistent workspaces */
+#workspaces button.empty {
+ background-color: @base;
+ box-shadow: none;
+}
+
#workspaces button:hover {
- transition-duration: .2s;
+ /* transition-duration: .3s; */
color: @base;
- box-shadow: inherit;
+ background-color: #7da6ff;
+ box-shadow: inset 0 -1px #ffffff;
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
text-shadow: inherit;
}
@@ -116,11 +123,7 @@ window#waybar.hidden {
background-color: #4c566a;
}
-/* empty persistent workspaces */
-#workspaces button.empty {
- background-color: @base;
- box-shadow: none;
-}
+
/* active or visible workspaces */
#workspaces button.active,