Small waybar improvements

Workspace selector still broken though…
This commit is contained in:
Trevor Vallender 2023-09-07 11:48:33 +01:00
parent 741cde146e
commit 5ac49db985
1 changed files with 9 additions and 22 deletions

View File

@ -1,9 +1,9 @@
{
"layer": "top",
"position": "top",
"height": 32,
"margin-top": 6,
"margin-bottom": -12,
"height": 42,
"margin-top": 0,
"margin-bottom": -5,
"modules-left": [
"custom/leftside",
@ -29,10 +29,7 @@
"all-outputs": true,
"sort-by-number": true,
"on-click": "activate",
"sort-by-number": true,
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"format": "{name}: {icon} ",
"format": "{icon}",
"format-icons": {
"urgent": "",
"active": "",
@ -40,6 +37,11 @@
},
},
"hyprland/window": {
"max-length": 200,
"separate-outputs": true
},
"custom/rightside":{
"format":" ",
},
@ -95,16 +97,6 @@
"format-icons": ["", "", "", "", ""]
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{signalStrength}% ",
"format-ethernet": " {ipaddr}/{cidr}",
"tooltip-format": "{ifname} on {essid} via {gwaddr} 󰈀",
"format-linked": "No IP 󰈀",
"format-disconnected": "Disconnected ⚠",
"format-alt": " {bandwidthUpBits} |  {bandwidthDownBits}",
},
"pulseaudio": {
"scroll-step": 5, // %, can be a float
"format": "{icon} {volume}%",
@ -125,11 +117,6 @@
"on-click": "pavucontrol"
},
"custom/power":{
"format": " ",
"on-click": "$HOME/.config/waybar/scripts/powermenu",
},
"custom/tray": {
"format": "hello"
}