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-";
};
memory= {
format= "󰍛 {}%";
format-alt= "󰍛 {used}/{total} GiB";
format= " {}%";
format-alt= " {used}/{total} GiB";
interval= 5;
};
cpu= {
format= "󰻠 {usage}%";
format-alt= "󰻠 {avg_frequency} GHz";
format= "󰍛 {usage}%";
format-alt= "󰍛 {avg_frequency} GHz";
interval= 5;
};
network = {

View file

@ -65,12 +65,26 @@
font-weight: bold;
margin: 5px 0px;
}
#tray, #pulseaudio, #network {
#tray {
color: #${custom.tertiary_accent};
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;
margin-left: 7px;
}
#clock {
color: #${custom.tertiary_accent};
background: #${custom.palette.tertiary_background_hex};