mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-21 12:32:51 +02:00
Fixed minor errors in waybar
This commit is contained in:
parent
311982ab44
commit
89e12ccead
@ -45,12 +45,12 @@ lib.mkIf ("${waybarStyle}" == "style1") {
|
||||
tooltip = true;
|
||||
};
|
||||
"disk" = {
|
||||
format = " {free}";
|
||||
format = " {free}";
|
||||
tooltip = true;
|
||||
};
|
||||
"network" = {
|
||||
format-icons = ["" "" "" "" ""];
|
||||
format-ethernet = ": {bandwidthDownOctets}";
|
||||
format-ethernet = " {bandwidthDownOctets}";
|
||||
format-wifi = "{icon} {signalStrength}%";
|
||||
format-disconnected = "";
|
||||
tooltip = false;
|
||||
@ -84,7 +84,7 @@ lib.mkIf ("${waybarStyle}" == "style1") {
|
||||
};
|
||||
"custom/startmenu" = {
|
||||
tooltip = false;
|
||||
format = "";
|
||||
format = " ";
|
||||
# exec = "rofi -show drun";
|
||||
on-click = "sleep 0.1 && rofi -show drun";
|
||||
};
|
||||
|
@ -45,12 +45,12 @@ lib.mkIf ("${waybarStyle}" == "style2") {
|
||||
tooltip = true;
|
||||
};
|
||||
"disk" = {
|
||||
format = " {free}";
|
||||
format = " {free}";
|
||||
tooltip = true;
|
||||
};
|
||||
"network" = {
|
||||
format-icons = ["" "" "" "" ""];
|
||||
format-ethernet = ": {bandwidthDownOctets}";
|
||||
format-ethernet = " {bandwidthDownOctets}";
|
||||
format-wifi = "{icon} {signalStrength}%";
|
||||
format-disconnected = "";
|
||||
tooltip = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user