This commit is contained in:
Henrik Bakken
2025-05-11 01:33:41 +02:00
parent 4ebfb82e8a
commit 9689b1048c
28 changed files with 1006 additions and 583 deletions
+55
View File
@@ -0,0 +1,55 @@
* {
border: 0;
font-family: Cozette;
font-size: 14px;
min-height: 0;
}
window#waybar {
background: transparent;
color: #eceff4;
}
window#waybar:first-child > box {
margin-top: 11px;
padding: 8px 4px 4px 4px;
border-radius: 20px 20px 0px 0px;
background-color: #2e3440;
border: 2px solid #88c0d0;
border-bottom: 0;
}
#workspaces button {
padding: 0 5px;
background: transparent;
color: #4c566a;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
color: #d8dee9;
}
#workspaces button.focused {
color: #88c0d0;
}
#clock,
#custom-scratchpad,
#custom-nvidia,
#custom-theme,
#disk.disk1,
#disk.disk2,
#load,
#memory,
#network,
#pulseaudio,
#sway-mode,
#systemd-failed-units,
#temperature,
#tray {
color: #88c0d0;
padding-right: 16px;
padding-left: 16px;
}