diff options
author | awy <awy@awy.one> | 2025-08-07 04:38:05 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-07 04:38:05 +0300 |
commit | 82307a7d73dc2683062e1029b98bf976fb50ee26 (patch) | |
tree | d3881c27a086f4210ebd3d463391ae21b27af4ad /.config | |
parent | 500d06abcd465c606c9503fc883a63f3a48028f7 (diff) | |
download | hyprdots-82307a7d73dc2683062e1029b98bf976fb50ee26.tar.gz |
music module update
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/config.jsonc | 2 | ||||
-rw-r--r-- | .config/waybar/style.css | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b965b4a..0f71823 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -2,7 +2,7 @@ "layer": "top", "position": "top", "output": "DP-2", - "height": 42, + "height": 50, "reload_style_on_change": true, "modules-left": [ "hyprland/workspaces", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 21b1b50..2b9d540 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -347,6 +347,10 @@ label:focus { border-bottom-right-radius: 0px; } +#image.empty { + opacity: 0; +} + #pulseaudio.muted { background-color: @color-widget-audio-muted-bg; color: @color-widget-audio-muted-fg; |