Configure waybar hyprland window module
This commit is contained in:
14
README.org
14
README.org
@@ -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
|
||||||
|
@@ -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": {
|
||||||
},
|
},
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user