diff options
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 2575944..b2cb172 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,10 +1,12 @@ { + "bar_id": "bar-0", + "ipc": true, "layer": "bottom", "position": "bottom", "height": 24, "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [""], - "modules-right": ["mpd", "network", "idle_inhibitor", "battery", "custom/storage", "custom/storagehome", "custom/storagestorage", "cpu", "memory", "custom/weather", "tray", "clock"], + "modules-right": ["mpd", "network", "idle_inhibitor", "battery", "custom/storage", "custom/storagehome", "cpu", "memory", "custom/weather", "tray", "clock"], "sway/mode": { "format": " {}" }, @@ -31,7 +33,7 @@ "tooltip": false }, "network": { - "interface": "wlp1s0", + "interface": "wlp2s0", "format": "{ifname}", "format-wifi": "{essid} ({signalStrength}%) | ", "format-ethernet": "{ifname} ", |