diff options
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 3dbeb15..2575944 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -4,7 +4,7 @@ "height": 24, "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [""], - "modules-right": ["mpd", "network", "idle_inhibitor", "battery", "custom/storage", "cpu", "memory", "custom/weather", "tray", "clock"], + "modules-right": ["mpd", "network", "idle_inhibitor", "battery", "custom/storage", "custom/storagehome", "custom/storagestorage", "cpu", "memory", "custom/weather", "tray", "clock"], "sway/mode": { "format": " {}" }, @@ -31,7 +31,7 @@ "tooltip": false }, "network": { - "interface": "wlp3s0", + "interface": "wlp1s0", "format": "{ifname}", "format-wifi": "{essid} ({signalStrength}%) | ", "format-ethernet": "{ifname} ", @@ -40,7 +40,7 @@ "tooltip-format-wifi": "{essid} ({signalStrength}%) ", "tooltip-format-ethernet": "{ifname} ", "tooltip-format-disconnected": "Disconnected", - "on-click": "alacritty -e nmtui", + "on-click": "foot -e nmtui", "tooltip": false }, "pulseaudio": { @@ -77,6 +77,22 @@ "interval": 60, "exec": "$HOME/.config/waybar/modules/storage.sh" }, + "custom/storagestorage": { + "format": "{} |", + "format-alt": "{percentage}% ", + "format-alt-click": "click-right", + "return-type": "json", + "interval": 60, + "exec": "$HOME/.config/waybar/modules/storagestorage.sh" + }, + "custom/storagehome": { + "format": "{} |", + "format-alt": "{percentage}% ", + "format-alt-click": "click-right", + "return-type": "json", + "interval": 60, + "exec": "$HOME/.config/waybar/modules/storagehome.sh" + }, "backlight": { "format": "{icon}", "format-alt": "{percent}% {icon} | ", |