aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/config.jsonc2
-rw-r--r--.config/waybar/style.css4
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;