change hyprland keybinds

This commit is contained in:
Frost-Phoenix 2023-11-12 22:31:45 +01:00
parent bddbece0ed
commit 4b3ace66da
2 changed files with 19 additions and 5 deletions

View file

@ -82,13 +82,13 @@
on-scroll-down = "playerctl volume .05-"; on-scroll-down = "playerctl volume .05-";
}; };
memory= { memory= {
format= "󰍛 {}%"; format= " {}%";
format-alt= "󰍛 {used}/{total} GiB"; format-alt= " {used}/{total} GiB";
interval= 5; interval= 5;
}; };
cpu= { cpu= {
format= "󰻠 {usage}%"; format= "󰍛 {usage}%";
format-alt= "󰻠 {avg_frequency} GHz"; format-alt= "󰍛 {avg_frequency} GHz";
interval= 5; interval= 5;
}; };
network = { network = {

View file

@ -65,12 +65,26 @@
font-weight: bold; font-weight: bold;
margin: 5px 0px; margin: 5px 0px;
} }
#tray, #pulseaudio, #network { #tray {
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
border-radius: 10px 24px 10px 24px; border-radius: 10px 24px 10px 24px;
# padding: 0 20px;
margin-left: 7px;
}
#pulseaudio {
color: #${custom.tertiary_accent};
border-radius: 10px 0px 0px 24px;
# padding: 0 20px;
margin-left: 7px;
}
#network {
color: #${custom.tertiary_accent};
border-radius: 0px 24px 10px 0px;
padding: 0 20px; padding: 0 20px;
margin-left: 7px; margin-left: 7px;
} }
#clock { #clock {
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
background: #${custom.palette.tertiary_background_hex}; background: #${custom.palette.tertiary_background_hex};