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

View File

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