diff options
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/config.jsonc | 1 | ||||
-rw-r--r-- | .config/waybar/style.css | 38 |
2 files changed, 7 insertions, 32 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b84b3e4..b81087b 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -28,6 +28,7 @@ ], "hyprland/workspaces": { + "cursor": false, "disable-scroll": true, "all-outputs": true, "on-click": "activate", 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 { |