Updated config

This commit is contained in:
2024-03-02 17:06:30 +01:00
parent d6871eb3b9
commit 30c02876e8
15 changed files with 193 additions and 155 deletions

View File

@ -1,33 +1,34 @@
{
"layer": "top",
"modules-left": ["custom/launcher","hyprland/workspaces"],
"modules-left": ["custom/os","hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["mpris","wireplumber","cpu","memory","network","disk"],
"modules-right": ["cpu","memory","disk","network","custom/power"],
"clock": {
"interval": 60,
"format": "{:%a %H:%M}",
"format": "{:%a %H : %M}",
"tooltip-format": "{:%Y-%m-%d}"
},
"cpu": {
"interval": 2,
"format": " {usage}%",
"format": "{icon} {usage}%",
"format-icons": ["󰾆", "󰾅", "󰓅"],
"max-length": 10
},
"memory": {
"interval": 2,
"format": "󰍜 {used} GiB",
"format": " {used} GiB",
"max-length": 10
},
"network": {
"interval": 2,
"format": "{ifname}",
"format": "{ifname}",
"format-wifi": " {essid}",
"format-ethernet": "󰛳 {bandwidthTotalBytes}",
"format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits}",
"format-disconnected": "",
"tooltip-format": "{ifname} via {gwaddr}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname}",
"tooltip-format-disconnected": "Disconnected",
"tooltip-format-disconnected": "",
"max-length": 50
},
"disk": {
@ -63,13 +64,13 @@
"format-icons": {
"urgent": "",
"active": "",
"default": ""
"default": ""
},
"sort-by-number": true
},
"custom/launcher":{
"format": " ",
"on-click": "fuzzel",
"on-click-right": "killall fuzzel"
"custom/os":{
"format": "",
"tooltip": false,
"on-click": "alacritty --hold -e neofetch",
}
}