Compare commits

...

2 Commits

Author SHA1 Message Date
salt 494fade73a Make network indicator less obtrusive and more readable 2024-02-17 00:35:23 -06:00
salt 350249a6f6 Update waybar with traffic monitoring 2024-02-17 00:21:52 -06:00
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -3,7 +3,7 @@
"height": 40,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "backlight", "battery", "tray", "mpris", "idle_inhibitor"],
"modules-right": ["network", "pulseaudio", "backlight", "battery", "tray", "mpris", "idle_inhibitor"],
"sway/workspaces": {
"disable-scroll": true,
"persistent_workspaces": {
@@ -65,6 +65,10 @@
"stopped": "⏹"
}
},
"network": {
"interval": 1,
"format": " {bandwidthUpBytes}  {bandwidthDownBytes}"
},
"pulseaudio": {
"scroll-step": 0,
"format": "{icon} {volume}%",
+4
View File
@@ -61,6 +61,10 @@ window#waybar {
background: #32302f;
color: #282828;
}
#network {
color: #928374;
font-size: 10;
}
#idle_inhibitor {
color: #282828;
padding: 0 1em;