Configure waybar hyprland submap module
This commit is contained in:
@@ -835,6 +835,9 @@ fi
|
||||
"icon-size": 21,
|
||||
},
|
||||
"hyprland/submap": {
|
||||
"format": " {}",
|
||||
"default-submap": "",
|
||||
"always-on": false,
|
||||
},
|
||||
#+END_SRC
|
||||
|
||||
@@ -863,6 +866,11 @@ fi
|
||||
color: #f8f8f2;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
#submap {
|
||||
background: transparent;
|
||||
color: #50fa7b;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
*** Idle Inhibitor
|
||||
|
@@ -177,6 +177,9 @@
|
||||
"icon-size": 21,
|
||||
},
|
||||
"hyprland/submap": {
|
||||
"format": " {}",
|
||||
"default-submap": "",
|
||||
"always-on": false,
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
|
@@ -93,6 +93,11 @@ box#dunst {
|
||||
color: #f8f8f2;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
#submap {
|
||||
background: transparent;
|
||||
color: #50fa7b;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#idle_inhibitor.activated {
|
||||
background: transparent;
|
||||
|
Reference in New Issue
Block a user