Minor updates because I changes stuff around
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"backlight",
|
||||
"memory",
|
||||
"cpu",
|
||||
"network",
|
||||
"battery",
|
||||
"keyboard-state"
|
||||
],
|
||||
@@ -109,5 +110,16 @@
|
||||
"tray": {
|
||||
"icon-size": 20,
|
||||
"spacing": 7
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"interface": "wlo1",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{essid} ",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"tooltip-format-wifi": "Up: {bandwidthUpBytes} - Down: {bandwidthDownBytes}",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
#clock.1, #clock.2, #clock.3,
|
||||
#pulseaudio, #memory, #cpu,
|
||||
#pulseaudio, #memory, #cpu, #network,
|
||||
#battery, #disk, #backlight, #tray,
|
||||
#keyboard-state {
|
||||
background: rgba(12, 12, 12, 0.5);
|
||||
@@ -73,6 +73,10 @@ window#waybar.empty #window {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: #155aa4;
|
||||
}
|
||||
|
||||
#keyboard-state {
|
||||
color: #ba3ba3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user