56 lines
825 B
CSS
56 lines
825 B
CSS
* {
|
|
border: 0;
|
|
font-family: Noto Sans;
|
|
font-size: 14px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
color: #eceff4;
|
|
}
|
|
|
|
window#waybar:first-child > box {
|
|
margin-top: 0px;
|
|
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-cputemp,
|
|
#custom-scratchpad,
|
|
#custom-nvidia,
|
|
#custom-theme,
|
|
#disk.disk1,
|
|
#disk.disk2,
|
|
#load,
|
|
#memory,
|
|
#network,
|
|
#pulseaudio,
|
|
#sway-mode,
|
|
#systemd-failed-units,
|
|
#tray {
|
|
color: #88c0d0;
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
}
|