mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 20:09:08 -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",
|
"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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue