omarchy v3.1.4 update

This commit is contained in:
2025-10-28 14:59:26 -04:00
parent 9ea94deb54
commit b44eeb75eb
8 changed files with 82 additions and 33 deletions

View File

@@ -2,12 +2,12 @@
* {
background-color: @background;
/* color: @foreground; */
color: @foreground;
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-family: 'CaskaydiaMono Nerd Font';
font-size: 12px;
}
@@ -30,24 +30,30 @@
opacity: 0.5;
}
#workspaces button.active {
color: #bfe28c;
}
#tray,
#cpu,
#battery,
#network,
#bluetooth,
#pulseaudio,
#custom-omarchy,
#custom-screenrecording-indicator,
#custom-update {
min-width: 12px;
margin: 0 7.5px;
}
#tray {
margin-right: 16px;
}
#bluetooth {
margin-right: 17px;
}
#network {
margin-right: 13px;
}
#custom-expand-icon {
margin-right: 7px;
margin-right: 20px;
}
tooltip {
@@ -65,3 +71,13 @@ tooltip {
.hidden {
opacity: 0;
}
#custom-screenrecording-indicator {
min-width: 12px;
margin-left: 8.75px;
font-size: 10px;
}
#custom-screenrecording-indicator.active {
color: #a55555;
}