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