Fixed minor errors in waybar

This commit is contained in:
Tyler Kelley 2024-02-07 23:05:32 -06:00
parent 311982ab44
commit 89e12ccead
2 changed files with 5 additions and 5 deletions

View File

@ -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";
}; };

View File

@ -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;