Update font and remove unused styles

This commit is contained in:
John Mertz 2024-10-02 12:55:07 -06:00
parent 217b0dfa53
commit dfef446d93
1 changed files with 12 additions and 41 deletions

View File

@ -40,7 +40,7 @@
/* Global/Multi */ /* Global/Multi */
* { * {
font-family: "Anonymice Nerd Font", "Font Awesome 5 Brands", "Font Awesome 5 Free", Monospace; font-family: "Anonymice Nerd Font", "Font Awesome 6 Brands", "Font Awesome 6 Free", Monospace;
font-size: 14px; font-size: 14px;
min-height: 0; min-height: 0;
} }
@ -57,7 +57,7 @@ window#waybar {
color: @fg; color: @fg;
} }
#window, #mode, #custom-weather, #mpd, #network, #cpu, #memory, #custom-disk, #temperature, #custom-battery, #pulseaudio, #tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-gammastep, #idle_inhibitor, #custom-hibernate_inhibitor, #custom-clock, #custom-power { #window, #mode, #custom-weather, #mpd, #cpu, #memory, #custom-disk, #temperature, #custom-battery, #pulseaudio, #tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-idle_mode, #custom-clock, #custom-power {
color: @grey06; color: @grey06;
padding: 0px 2px; padding: 0px 2px;
margin: 0px; margin: 0px;
@ -65,7 +65,7 @@ window#waybar {
/* Tray */ /* Tray */
#network, #custom-wallpaper, #custom-todo, #custom-osk { #custom-wallpaper, #custom-todo, #custom-osk {
font-size: 22px; font-size: 22px;
margin-top: -8px; margin-top: -8px;
margin-bottom: -8px; margin-bottom: -8px;
@ -73,7 +73,7 @@ window#waybar {
margin-right: 2px; margin-right: 2px;
} }
#tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-gammastep, #idle_inhibitor, #custom-clock, #custom-power { #tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-clock, #custom-power {
color: @bluehi; color: @bluehi;
} }
@ -123,32 +123,6 @@ window#waybar {
margin-bottom: -2px; margin-bottom: -2px;
} }
/* Networks */
#network {
color: @blue;
margin-right: 8px;
margin-top: -9px;
margin-bottom: -9px;
}
#network.wireguard {
margin-top: -3px;
margin-left: -3px;
margin-right: 0px;
}
#network.disconnected {
color: @red;
margin-top: -3px;
margin-right: -4px;
}
#network.wifi {
margin-top: -9px;
margin-right: 0px;
}
/* CPU */ /* CPU */
#cpu { #cpu {
@ -270,20 +244,18 @@ window#waybar {
margin-right: 6px; margin-right: 6px;
} }
/* Gammastep */ /* Notifications */
#custom-gammastep { #custom-nc {
margin-top: -5px; margin-left: 5px;
padding-right: 5px;
font-family: "NotoSansMono Nerd Font";
} }
#custom-gammastep.enabled { /* Idle Mode */
color: #fefefe;
}
/* Idle Inhibitor */ #custom-idle_mode {
font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free";
#idle_inhibitor.activated {
color: @white;
} }
/* Clock */ /* Clock */
@ -299,4 +271,3 @@ window#waybar {
margin-top: 1px; margin-top: 1px;
color: @red; color: @red;
} }