mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-21 20:42:04 +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;
|
tooltip = true;
|
||||||
};
|
};
|
||||||
"disk" = {
|
"disk" = {
|
||||||
format = " {free}";
|
format = " {free}";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
};
|
};
|
||||||
"network" = {
|
"network" = {
|
||||||
format-icons = ["" "" "" "" ""];
|
format-icons = ["" "" "" "" ""];
|
||||||
format-ethernet = ": {bandwidthDownOctets}";
|
format-ethernet = " {bandwidthDownOctets}";
|
||||||
format-wifi = "{icon} {signalStrength}%";
|
format-wifi = "{icon} {signalStrength}%";
|
||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
@ -84,7 +84,7 @@ lib.mkIf ("${waybarStyle}" == "style1") {
|
|||||||
};
|
};
|
||||||
"custom/startmenu" = {
|
"custom/startmenu" = {
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
format = "";
|
format = " ";
|
||||||
# exec = "rofi -show drun";
|
# exec = "rofi -show drun";
|
||||||
on-click = "sleep 0.1 && rofi -show drun";
|
on-click = "sleep 0.1 && rofi -show drun";
|
||||||
};
|
};
|
||||||
|
@ -45,12 +45,12 @@ lib.mkIf ("${waybarStyle}" == "style2") {
|
|||||||
tooltip = true;
|
tooltip = true;
|
||||||
};
|
};
|
||||||
"disk" = {
|
"disk" = {
|
||||||
format = " {free}";
|
format = " {free}";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
};
|
};
|
||||||
"network" = {
|
"network" = {
|
||||||
format-icons = ["" "" "" "" ""];
|
format-icons = ["" "" "" "" ""];
|
||||||
format-ethernet = ": {bandwidthDownOctets}";
|
format-ethernet = " {bandwidthDownOctets}";
|
||||||
format-wifi = "{icon} {signalStrength}%";
|
format-wifi = "{icon} {signalStrength}%";
|
||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user