This commit is contained in:
2023-10-22 06:12:10 +02:00
commit 314ff2f75d
69 changed files with 6951 additions and 0 deletions

45
.config/waybar/style.css Executable file
View 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;
}