gitignore

This commit is contained in:
snarmph 2025-09-28 16:43:54 +02:00
commit 802e03c77e
6 changed files with 519 additions and 0 deletions

63
waybar/style.css Normal file
View file

@ -0,0 +1,63 @@
* {
background-color: rgba(0, 0, 0, 0.8);
color: white;
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-size: 18px;
}
.modules-left {
margin-left: 16px;
margin-top: 4px;
margin-bottom: 4px;
}
.modules-right {
margin-right: 16px;
}
#workspaces button {
all: initial;
padding: 0 6px;
margin: 0 1.5px;
min-width: 9px;
}
#workspaces button.empty {
opacity: 0.5;
}
#tray,
#cpu,
#battery,
#network,
#bluetooth,
#pulseaudio,
#custom-omarchy,
#custom-update {
min-width: 20px;
margin: 0 7.5px;
}
#custom-expand-icon {
margin-right: 7px;
}
tooltip {
padding: 2px;
}
#custom-update {
font-size: 10px;
}
#clock {
margin-left: 8.75px;
}
.hidden {
opacity: 1;
}