mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Fix , in home.nix
This commit is contained in:
parent
1ff4f3a86f
commit
8d17072dde
1 changed files with 5 additions and 5 deletions
|
|
@ -27,7 +27,7 @@
|
|||
margin = 10;
|
||||
modules-left = [ "hyprland/workspaces" ];
|
||||
modules-center = [ "clock" ];
|
||||
modules-right = [ "network", "battery", "backlight", "pulseaudio", "tray" ];
|
||||
modules-right = [ "network" "battery" "backlight" "pulseaudio" "tray" ];
|
||||
tray = {
|
||||
spacing = 10;
|
||||
};
|
||||
|
|
@ -49,11 +49,11 @@
|
|||
temperature = {
|
||||
critical-threshold = 80;
|
||||
format = "{temperatureC}°C {icon}";
|
||||
format-icons = ["", "", ""];
|
||||
format-icons = ["" "" ""];
|
||||
};
|
||||
backlight = {
|
||||
format = "{percent}% {icon}";
|
||||
format-icons = ["", "", ""];
|
||||
format-icons = ["" "" ""];
|
||||
};
|
||||
battery = {
|
||||
states = {
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
format-charging = "{capacity}% ";
|
||||
format-plugged = "{capacity}% ";
|
||||
format-alt = "{time} {icon}";
|
||||
format-icons = ["", "", "", "", ""];
|
||||
format-icons = ["" "" "" "" ""];
|
||||
};
|
||||
network = {
|
||||
format-wifi = "{essid} ({signalStrength}%) ";
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"phone" = "";
|
||||
"portable" = "";
|
||||
"car" = "";
|
||||
"default" = ["", "", ""];
|
||||
"default" = ["" "" ""];
|
||||
};
|
||||
"on-click" = "pavucontrol";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue