[waybar] unified spacing
This commit is contained in:
parent
55b5103483
commit
72b2c6468c
@ -32,7 +32,7 @@
|
||||
// modules
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"format": "{icon} {percent}%",
|
||||
"format": "{icon} {percent}% ",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
@ -70,7 +70,7 @@
|
||||
|
||||
"custom/wireguard": {
|
||||
"interval": 1,
|
||||
"format": "{}",
|
||||
"format": " {} ",
|
||||
"exec": "$HOME/.dotfiles/apps/wireguard/wireguard.sh status",
|
||||
"on-click": "$HOME/.dotfiles/apps/wireguard/wireguard.sh switch"
|
||||
},
|
||||
@ -99,15 +99,15 @@
|
||||
|
||||
"network": {
|
||||
"tooltip": true,
|
||||
"format-wifi": "",
|
||||
"format-ethernet": "",
|
||||
"format-wifi": " ",
|
||||
"format-ethernet": " ",
|
||||
"tooltip-format-wifi": "SSID: {essid}\nSignal Strength: {signalStrength}%\nIP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}",
|
||||
"tooltip-format-ethernet": "IP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}",
|
||||
"on-click": "alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh"
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume:2}%",
|
||||
"format": "{icon} {volume:2}% ",
|
||||
"format-muted": " ",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
|
Reference in New Issue
Block a user