This commit is contained in:
Stephan Raabe
2024-01-01 11:40:15 +01:00
parent 27ff21fc2b
commit 984c69ea59
24 changed files with 157 additions and 39 deletions
+4 -4
View File
@@ -285,11 +285,11 @@
"network": {
"format": "{ifname}",
"format-wifi": " {signalStrength}%",
"format-ethernet": " {ipaddr}",
"format-disconnected": "Not connected", //An empty format will hide the module.
"format-ethernet": " {ifname}",
"format-disconnected": "Disconnected",
"tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})",
"tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\nUp: {bandwidthUpBits} Down: {bandwidthDownBits}",
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50,
"on-click": "~/dotfiles/.settings/networkmanager.sh"
+2
View File
@@ -55,7 +55,9 @@
"bluetooth",
// END BT TOOGLE
"battery",
// START NETWORK TOOGLE
"network",
// END NETWORK TOOGLE
"group/hardware",
"group/settings",
"custom/cliphist",
+2
View File
@@ -55,7 +55,9 @@
"bluetooth",
// END BT TOOGLE
"battery",
// START NETWORK TOOGLE
"network",
// END NETWORK TOOGLE
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
+3 -2
View File
@@ -408,6 +408,7 @@ window#waybar.empty #window {
#tray {
padding: 0px 15px 0px 0px;
color: @textcolor3;
}
#tray > .passive {
@@ -421,7 +422,7 @@ window#waybar.empty #window {
/* -----------------------------------------------------
* Other
* ----------------------------------------------------- */
/*
label:focus {
background-color: #000000;
}
@@ -437,4 +438,4 @@ label:focus {
#network.disconnected {
background-color: #f53c3c;
}
*/
+2
View File
@@ -55,7 +55,9 @@
"bluetooth",
// END BT TOOGLE
"battery",
// START NETWORK TOOGLE
"network",
// END NETWORK TOOGLE
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
+2
View File
@@ -55,7 +55,9 @@
"bluetooth",
// END BT TOOGLE
"battery",
// START NETWORK TOOGLE
"network",
// END NETWORK TOOGLE
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
-19
View File
@@ -419,23 +419,4 @@ window#waybar.empty #window {
-gtk-icon-effect: highlight;
}
/* -----------------------------------------------------
* Other
* ----------------------------------------------------- */
label:focus {
background-color: #000000;
}
#backlight {
background-color: #90b1b1;
}
#network {
background-color: #2980b9;
}
#network.disconnected {
background-color: #f53c3c;
}