update waybar config

This commit is contained in:
Hydroxycarbamide 2024-07-25 00:08:03 +02:00
parent f91c95b3d1
commit a172576ddb

View file

@ -7,6 +7,7 @@
"hyprland/workspaces", "hyprland/workspaces",
"sway/workspaces#sway", "sway/workspaces#sway",
"river/tags", "river/tags",
// "custom/workspaces",
// "river/layout", // "river/layout",
"group/visualisation" "group/visualisation"
@ -166,6 +167,9 @@
"min-length": 4, "min-length": 4,
"align": "right" "align": "right"
}, },
"custom/workspaces": {
"exec": "$HOME/.config/waybar/modules/workspaces.nu \"$WAYBAR_OUTPUT_NAME\""
},
"wlr/taskbar": { "wlr/taskbar": {
"all-outputs": false, "all-outputs": false,
"format": "{icon}", "format": "{icon}",
@ -347,10 +351,10 @@
] ]
}, },
"network": { "network": {
"format-wifi": "", "format-wifi": " ",
"format-ethernet": "󰈀", "format-ethernet": "󰈀 ",
"format-linked": "{ifname} (No IP) ", "format-linked": "{ifname} (No IP) ",
"format-disconnected": "󰤮 Disconnected", "format-disconnected": "󰤮 Disconnected ",
"tooltip-format-ethernet": "{ifname} | {ipaddr}/{cidr} | Down Speed: {bandwidthDownBits}, Up Speed: {bandwidthUpBits}", "tooltip-format-ethernet": "{ifname} | {ipaddr}/{cidr} | Down Speed: {bandwidthDownBits}, Up Speed: {bandwidthUpBits}",
"tooltip-format-wifi": "{ifname} | {ipaddr}/{cidr} | {essid} | Signal Strenght: {signalStrength}% | Down Speed: {bandwidthDownBits}, Up Speed: {bandwidthUpBits}", "tooltip-format-wifi": "{ifname} | {ipaddr}/{cidr} | {essid} | Signal Strenght: {signalStrength}% | Down Speed: {bandwidthDownBits}, Up Speed: {bandwidthUpBits}",
"on-click": "networkmanager_dmenu" "on-click": "networkmanager_dmenu"