FEAT: Updated waybar to look better and more custom

This commit is contained in:
2024-11-30 12:46:14 +01:00
parent 6d1617b41d
commit 72799bf294
2 changed files with 69 additions and 125 deletions
+34 -34
View File
@@ -16,89 +16,89 @@
@define-color base0F #a16946;
* {
transition: none;
box-shadow: none;
transition: none;
box-shadow: none;
}
#waybar {
font-family: 'Source Code Pro', sans-serif;
font-size: 1.2em;
font-weight: 400;
color: @base04;
background: @base01;
font-family: 'Hack JBM Ligatured', "Font Awesome 6 Free";
font-size: 1.2em;
font-weight: 400;
color: @base04;
border-radius: 10px;
background: @base01;
}
#workspaces {
margin: 0 4px;
margin: 0 4px;
}
#workspaces button {
margin: 4px 0;
padding: 0 4px;
color: @base05;
margin: 4px 0;
padding: 0 4px;
color: @base05;
}
#workspaces button.visible {
}
#workspaces button.active {
border-radius: 4px;
background-color: @base02;
border-radius: 10px;
background-color: @base03;
}
#workspaces button.urgent {
color: rgba(238, 46, 36, 1);
color: rgba(238, 46, 36, 1);
}
#tray {
margin: 4px 4px 4px 4px;
border-radius: 4px;
background-color: @base02;
margin: 4px 4px 4px 4px;
border-radius: 4px;
background-color: @base02;
}
#tray * {
padding: 0 6px;
border-left: 1px solid @base00;
padding: 0 6px;
border-left: 1px solid @base00;
}
#tray *:first-child {
border-left: none;
border-left: none;
}
#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-updates, #custom-weather, #custom-mail, #clock, #temperature, #language{
margin: 4px 2px;
padding: 0 6px;
background-color: @base02;
border-radius: 4px;
min-width: 20px;
margin: 4px 2px;
padding: 0 6px;
background-color: @base02;
border-radius: 4px;
min-width: 20px;
}
#pulseaudio.muted {
color: @base0F;
color: @base0F;
}
#pulseaudio.bluetooth {
color: @base0C;
color: @base0C;
}
#clock {
margin-left: 0px;
margin-right: 4px;
background-color: transparent;
margin-left: 0px;
margin-right: 4px;
background-color: transparent;
}
#temperature.critical {
color: @base0F;
color: @base0F;
}
#window {
font-size: 0.9em;
font-weight: 400;
font-family: sans-serif;
margin-left:20px;
}
#language {
font-size: 0.9em;
font-weight: 500;
letter-spacing: -1px;
}
}