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,
|
||||
},
|
||||
"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
|
||||
|
@@ -168,6 +168,13 @@
|
||||
"move-to-monitor": false,
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{title}",
|
||||
"rewrite": {
|
||||
"": "",
|
||||
},
|
||||
"separate-outputs": true,
|
||||
"icon": true,
|
||||
"icon-size": 21,
|
||||
},
|
||||
"hyprland/submap": {
|
||||
},
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user