Some visual changes

This commit is contained in:
pika 2024-05-29 01:22:44 +02:00
parent ebc15fc366
commit 29a9dd3819

View file

@ -10,23 +10,7 @@
} }
/* ------ Set a Uniform Border Radius ------ */ /* ------ Set a Uniform Border Radius ------ */
.modules-left, .modules-left, .modules-center, .modules-right, #cpu, #memory, #temperature, #pulseaudio, #backlight, #custom-spotify, #custom-icon, #custom-updates, #network, #battery, #tray, #idle_inhibitor, #custom-power, #custom-notification {
.modules-center,
.modules-right,
#cpu,
#memory,
#temperature,
#pulseaudio,
#backlight,
#custom-spotify,
#custom-icon,
#custom-updates,
#network,
#battery,
#tray,
#idle_inhibitor,
#custom-power,
#custom-notification {
border-radius: 6px; border-radius: 6px;
} }
@ -52,26 +36,16 @@
} }
/* ------ Cpu Usage, Temperature, and Memory ------ */ /* ------ Cpu Usage, Temperature, and Memory ------ */
#cpu, #cpu, #temperature, #memory {
#temperature,
#memory {
background-color: @surface0; background-color: @surface0;
padding: 4px 4px; padding: 4px 4px;
margin: 4px 4px; margin: 4px 4px;
font-size: 12px; font-size: 12px;
} }
#cpu { #cpu { color: @peach; }
color: @peach; #memory { color: @mauve; }
} #temperature { color: @maroon; }
#memory {
color: @mauve;
}
#temperature {
color: @maroon;
}
/* ------ Window Title ------ */ /* ------ Window Title ------ */
#window { #window {
@ -106,7 +80,7 @@ window#waybar {
#workspaces button { #workspaces button {
padding: 0px 2px; padding: 0px 2px;
margin: 4px 2px; margin: 4px 2px;
color: @color2; color: @color7;
font-family: JetBrainsMono Nerd Font; font-family: JetBrainsMono Nerd Font;
} }
@ -185,7 +159,6 @@ window#waybar {
padding: 2px 9px; padding: 2px 9px;
margin: 4px 2px; margin: 4px 2px;
} }
#custom-power { #custom-power {
color: @red; color: @red;
background-color: @surface0; background-color: @surface0;
@ -207,15 +180,12 @@ window#waybar {
margin: 4px 4px; margin: 4px 4px;
background-color: @surface0; background-color: @surface0;
} }
#custom-updates.green { #custom-updates.green {
color: @text; color: @text;
} }
#custom-updates.yellow { #custom-updates.yellow {
color: @peach; color: @peach;
} }
#custom-updates.red { #custom-updates.red {
color: @red; color: @red;
} }