Add rtprio, change the waybar and simplify apps

This commit is contained in:
Jimbo 2024-12-06 17:49:20 -05:00
parent a589e07a6c
commit 590430f296
11 changed files with 46 additions and 19 deletions

View file

@ -142,7 +142,6 @@
icon-size = 19;
icon-spacing = 3;
tooltip = true;
tooltip-format = "Gamemode On";
};
privacyModule = {
@ -410,11 +409,17 @@
background: #${config.look.colors.light};
}
#scratchpad {
margin-left: 2px;
margin-left: 4px;
}
#cpu, #memory, #custom-vram, #mpd, #custom-clock-long, #custom-clock-short, #backlight, #battery, #custom-weather, #custom-weather2, #custom-notifs {
#privacy {
margin-left: 4px;
}
#cpu, #memory, #custom-vram, #mpd, #backlight, #battery, #custom-weather, #custom-weather2, #custom-notifs {
margin: 0 5px 0 2px;
}
#custom-clock-long, #custom-clock-short {
margin: 0 2px 0 2px;
}
#cpu {
border-bottom: 3px solid #f90000;
}