added tray option to show icons on waybar
This commit is contained in:
@@ -2,9 +2,12 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces",
|
||||||
|
"tray"
|
||||||
|
],
|
||||||
|
"modules-center": [
|
||||||
|
"clock"
|
||||||
],
|
],
|
||||||
"modules-center": ["clock"],
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"battery",
|
"battery",
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"persistent-workspaces": {
|
"persistent-workspaces": {
|
||||||
"*":5
|
"*": 5
|
||||||
},
|
},
|
||||||
"format": "{name}: {icon}",
|
"format": "{name}: {icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
@@ -39,25 +42,34 @@
|
|||||||
"format-disconnected": " ",
|
"format-disconnected": " ",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click" : "nm-connection-editor"
|
"on-click": "nm-connection-editor"
|
||||||
},
|
},
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"format-on": "{icon}",
|
"format-on": "{icon}",
|
||||||
"format-off": "{icon}",
|
"format-off": "{icon}",
|
||||||
"format-connected":"{icon}",
|
"format-connected": "{icon}",
|
||||||
"format-icons":{
|
"format-icons": {
|
||||||
"on":"",
|
"on": "",
|
||||||
"off": "",
|
"off": "",
|
||||||
"connected": "",
|
"connected": "",
|
||||||
},
|
},
|
||||||
"on-click": "blueman-manager",
|
"on-click": "blueman-manager",
|
||||||
"tooltip-format-connected":"{device_enumerate}"
|
"tooltip-format-connected": "{device_enumerate}"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "{icon0}{icon1}{icon2}{icon3} {usage:>2}%",
|
"format": "{icon0}{icon1}{icon2}{icon3} {usage:>2}%",
|
||||||
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
|
"format-icons": [
|
||||||
|
"▁",
|
||||||
|
"▂",
|
||||||
|
"▃",
|
||||||
|
"▄",
|
||||||
|
"▅",
|
||||||
|
"▆",
|
||||||
|
"▇",
|
||||||
|
"█"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
@@ -67,7 +79,11 @@
|
|||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-muted": "",
|
"format-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"default": ["", "", " "]
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
" "
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol"
|
"on-click": "pavucontrol"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user