39 lines
630 B
Cheetah
39 lines
630 B
Cheetah
@define-color foreground #{{ .colors.base05 }};
|
|
@define-color foreground-inactive #{{.colors.base04 }};
|
|
@define-color background #{{.colors.base01 }};
|
|
|
|
* {
|
|
font-family: JetBrainsMono Nerd Font;
|
|
font-size: 14px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#waybar {
|
|
color: @foreground;
|
|
background-color: @background;
|
|
}
|
|
|
|
#workspaces button {
|
|
color: @foreground;
|
|
padding-left: 0.7em;
|
|
}
|
|
|
|
#workspaces button.empty {
|
|
color: @foreground-inactive;
|
|
}
|
|
|
|
#memory,
|
|
#custom-platform-profile {
|
|
padding-left: 1em
|
|
}
|
|
|
|
#wireplumber,
|
|
#battery,
|
|
#idle_inhibitor,
|
|
#language,
|
|
#network,
|
|
#bluetooth,
|
|
#tray {
|
|
padding-right: 1em
|
|
}
|