feat(waybar): add module for hyprland submap

This commit is contained in:
Price Hiller 2023-08-22 03:15:27 -05:00
parent de7880630c
commit 9d430c1b84
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"position": "top",
"modules-left": [
"custom/launcher",
"hyprland/submap",
"wlr/workspaces",
"cpu",
"memory",
@ -32,6 +33,10 @@
"on-click": "wofi",
"interval": "once"
},
"hyprland/submap": {
"format": "󰥻 {}",
"tooltip": false
},
"battery": {
"min-length": 5,
"design-capacity": true,

View File

@ -65,6 +65,7 @@
#clock,
#wireplumber,
#image,
#submap,
tooltip,
tooltip label,
#custom-pacman-update,
@ -85,6 +86,10 @@ tooltip {
border-radius: 20px;
}
#submap {
background-color: #FF5D62
}
#custom-media {
margin-left: 0rem;
margin-right: 0rem;