summaryrefslogtreecommitdiff
path: root/.config/waybar/config
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-05-31 21:18:48 -0400
committerlxf <sng@luxagraf.net>2022-05-31 21:18:48 -0400
commite9a9b73726ad6dba80efcc84d50d4c40896d150d (patch)
tree63471227a02e1302c6a39ab59e4990eff18e3949 /.config/waybar/config
parenta52961c7208c9dbbaaa68c07a9d1b26a05eec551 (diff)
brought dotfiles up to date with dell xps arch install
Diffstat (limited to '.config/waybar/config')
-rw-r--r--.config/waybar/config6
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} ",