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