feat(waybar): add module for hyprland submap
This commit is contained in:
parent
de7880630c
commit
9d430c1b84
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user