aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-14 18:36:41 +0300
committerawy <awy@awy.one>2025-08-14 18:36:41 +0300
commitfcf874c63b1c3977489c83b071a78417dfa06a6a (patch)
treee5f875d8831b5da6fd72085678652d24bf4ec4ed /.config/waybar/style.css
parent17989d57f47eb03cf5851623736265529eb97fb0 (diff)
downloadhyprdots-fcf874c63b1c3977489c83b071a78417dfa06a6a.tar.gz
waybar
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css38
1 files changed, 6 insertions, 32 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 56007f9..786a70c 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -18,23 +18,6 @@ window#waybar.hidden {
opacity: 0.2;
}
-button {
- border: none;
- background-color: @color-button-bg;
-}
-
-/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
-button:hover {
- background: inherit;
-}
-
-/* you can set a style on hover for any module like this */
-#custom-microphone:hover,
-#custom-volume:hover {
- background-color: @color-widget-audio-hover-bg;
- color: @color-widget-audio-hover-fg;
-}
-
#workspaces {
padding: 0;
margin: 0;
@@ -45,23 +28,15 @@ button:hover {
min-height: 0px;
min-width: 37px;
margin-left: 4px;
- background-color: @color-workspace-button-bg;
- color: @color-workspace-button-fg;
-}
-
-#workspaces button:hover {
- background-color: @color-workspace-button-hover-bg;
- color: @color-workspace-button-hover-fg;
+ color: #495156;
}
#workspaces button.active {
- background-color: @color-workspace-button-focused-bg;
- color: @color-workspace-button-focused-fg;
+ color: #d3c6aa;
}
#workspaces button.urgent {
- background-color: @color-button-urgent-bg;
- color: @color-button-urgent-fg;
+ color: #e67e80;
}
#mode {
@@ -189,16 +164,15 @@ label:focus {
}
#cpu {
- background-color: @color-widget-cpu-bg;
- color: @color-widget-cpu-fg;
+ color: #d3c6aa;
}
#cpu.mid {
- background-color: @color-widget-audio-bg;
+ color: #dbbc7f;
}
#cpu.high {
- background-color: @color-widget-battery-low-bg;
+ color: #e67e80;
}
#disk {