summaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/config6
-rw-r--r--.config/waybar/style.css2
2 files changed, 5 insertions, 3 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} ",
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index e05c395..417b92e 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -10,7 +10,7 @@
window {
color: rgba(217, 216, 216, 1);
- background: rgba(35, 31, 32, 0.00);
+ background: rgba(35, 31, 32, .9);
}
window#waybar.solo {