mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 11:59:07 -04:00
update waybar config
This commit is contained in:
parent
f91c95b3d1
commit
a172576ddb
1 changed files with 7 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
"hyprland/workspaces",
|
||||
"sway/workspaces#sway",
|
||||
"river/tags",
|
||||
// "custom/workspaces",
|
||||
// "river/layout",
|
||||
|
||||
"group/visualisation"
|
||||
|
@ -166,6 +167,9 @@
|
|||
"min-length": 4,
|
||||
"align": "right"
|
||||
},
|
||||
"custom/workspaces": {
|
||||
"exec": "$HOME/.config/waybar/modules/workspaces.nu \"$WAYBAR_OUTPUT_NAME\""
|
||||
},
|
||||
"wlr/taskbar": {
|
||||
"all-outputs": false,
|
||||
"format": "{icon}",
|
||||
|
@ -347,10 +351,10 @@
|
|||
]
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "",
|
||||
"format-ethernet": "",
|
||||
"format-wifi": " ",
|
||||
"format-ethernet": " ",
|
||||
"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-wifi": "{ifname} | {ipaddr}/{cidr} | {essid} | Signal Strenght: {signalStrength}% | Down Speed: {bandwidthDownBits}, Up Speed: {bandwidthUpBits}",
|
||||
"on-click": "networkmanager_dmenu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue