Configure waybar hyprland window module

This commit is contained in:
Sravan Balaji
2025-04-27 09:49:01 -04:00
parent f4e07a22f3
commit 9016ed9d2f
3 changed files with 16 additions and 12 deletions

View File

@@ -826,6 +826,13 @@ fi
"move-to-monitor": false, "move-to-monitor": false,
}, },
"hyprland/window": { "hyprland/window": {
"format": "{title}",
"rewrite": {
"": "",
},
"separate-outputs": true,
"icon": true,
"icon-size": 21,
}, },
"hyprland/submap": { "hyprland/submap": {
}, },
@@ -851,16 +858,11 @@ fi
#workspaces button.urgent { #workspaces button.urgent {
color: #ff5555; color: #ff5555;
} }
#window.title { #window {
background: transparent; background: transparent;
color: #f8f8f2; color: #f8f8f2;
padding: 0px 10px; padding: 0px 10px;
} }
#window.layout {
background: transparent;
color: #50fa7b;
padding: 0px 10px;
}
#+END_SRC #+END_SRC
*** Idle Inhibitor *** Idle Inhibitor

View File

@@ -168,6 +168,13 @@
"move-to-monitor": false, "move-to-monitor": false,
}, },
"hyprland/window": { "hyprland/window": {
"format": "{title}",
"rewrite": {
"": "",
},
"separate-outputs": true,
"icon": true,
"icon-size": 21,
}, },
"hyprland/submap": { "hyprland/submap": {
}, },

View File

@@ -88,16 +88,11 @@ box#dunst {
#workspaces button.urgent { #workspaces button.urgent {
color: #ff5555; color: #ff5555;
} }
#window.title { #window {
background: transparent; background: transparent;
color: #f8f8f2; color: #f8f8f2;
padding: 0px 10px; padding: 0px 10px;
} }
#window.layout {
background: transparent;
color: #50fa7b;
padding: 0px 10px;
}
#idle_inhibitor.activated { #idle_inhibitor.activated {
background: transparent; background: transparent;