feat(all): desktop configuration split

differences: less aggressive power conservation, more detailed bar,
larger password input field
This commit is contained in:
2025-01-19 00:54:42 +01:00
parent cff7481286
commit 59217b3ec2
6 changed files with 90 additions and 19 deletions

View File

@@ -57,6 +57,7 @@ button {
#custom-notification,
#pulseaudio,
#network,
#memory,
#bluetooth {
background-color: @base; /* Change this to any gray color you want */
border-radius: 0px; /* Adjust as needed */
@@ -65,6 +66,14 @@ button {
margin: 0px;
}
#cpu {
background-color: @base; /* Change this to any gray color you want */
border-radius: 0px 10px 10px 0px; /* Adjust as needed */
padding: 3px 10px;
color: @text;
min-width: 130px;
}
#backlight {
background-color: @base; /* Change this to any gray color you want */
border-radius: 0px 10px 10px 0px; /* Adjust as needed */
@@ -94,6 +103,13 @@ button {
color: @text;
}
#group-power {
background-color: @base;
border-radius: 10px;
padding: 3px 5px;
margin-left: 3px;
}
#battery {
background-color: @base; /* Change this to any gray color you want */
color: @text;