Configure waybar hyprland submap module

This commit is contained in:
Sravan Balaji
2025-04-27 09:54:30 -04:00
parent 9016ed9d2f
commit c6475e6d92
3 changed files with 16 additions and 0 deletions

View File

@@ -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

View File

@@ -177,6 +177,9 @@
"icon-size": 21,
},
"hyprland/submap": {
"format": "󰘳 {}",
"default-submap": "",
"always-on": false,
},
"idle_inhibitor": {

View File

@@ -93,6 +93,11 @@ box#dunst {
color: #f8f8f2;
padding: 0px 10px;
}
#submap {
background: transparent;
color: #50fa7b;
padding: 0px 10px;
}
#idle_inhibitor.activated {
background: transparent;