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,
},
"hyprland/window": {
"format": "{title}",
"rewrite": {
"": "",
},
"separate-outputs": true,
"icon": true,
"icon-size": 21,
},
"hyprland/submap": {
},
@@ -851,16 +858,11 @@ fi
#workspaces button.urgent {
color: #ff5555;
}
#window.title {
#window {
background: transparent;
color: #f8f8f2;
padding: 0px 10px;
}
#window.layout {
background: transparent;
color: #50fa7b;
padding: 0px 10px;
}
#+END_SRC
*** Idle Inhibitor

View File

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

View File

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