Init
This commit is contained in:
45
.config/waybar/style.css
Executable file
45
.config/waybar/style.css
Executable file
@@ -0,0 +1,45 @@
|
||||
@import "colors.css";
|
||||
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
min-height: 0px;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
background: @surface0;
|
||||
}
|
||||
|
||||
#clock, #battery, #pulseaudio, #network, #tray, #cpu, #memory, #backlight, #workspaces, #window, #custom-playerctl, #custom-language, #custom-spotify, #custom-updates, #custom-caffeine, #custom-wl-gammarelay-brightness, #custom-wl-gammarelay-temperature, #custom-menu, #custom-power {
|
||||
background: @surface1;
|
||||
margin: 7px 0px 7px 5px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 2px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: @overlay0;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: @overlay2;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: @surface0;
|
||||
border: solid 2px @surface1;
|
||||
}
|
||||
Reference in New Issue
Block a user