mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Home-manager changes
This commit is contained in:
parent
0078936af7
commit
aada892c06
1 changed files with 6 additions and 6 deletions
|
|
@ -20,15 +20,15 @@
|
|||
settings = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 30;
|
||||
spacing = 4;
|
||||
height = "30";
|
||||
spacing = "4";
|
||||
mode = "dock";
|
||||
margin = 10;
|
||||
margin = "10";
|
||||
modules-left = [ "hyprland/workspaces" ];
|
||||
modules-center = [ "clock" ];
|
||||
modules-right = [ "network" "battery" "backlight" "pulseaudio" "tray" ];
|
||||
tray = {
|
||||
spacing = 10;
|
||||
spacing = "10";
|
||||
};
|
||||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
|
|
@ -56,8 +56,8 @@
|
|||
};
|
||||
battery = {
|
||||
states = {
|
||||
warning = 30;
|
||||
critical = 15;
|
||||
warning = "30";
|
||||
critical = "15";
|
||||
};
|
||||
format = "{capacity}% {icon}";
|
||||
format-full = "{capacity}% {icon}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue