Voxtype voice-typing was a full feature (5 scripts, a waybar widget, a keybind, and a NixOS option) that this install does not use. The nomarchy.system.voxtype option had no consumer — nothing read it — so the widget and SUPER+CTRL+X bind were never actually gated by it. Removes the scripts, default config, the SUPER+CTRL+X bind, the waybar module (main + summer-night theme + css), the dead option, the installer comment, and the docs. SCRIPTS.md/KEYBINDINGS.md regenerated; OPTIONS.md and SKILL.md hand-updated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
100 lines
1.4 KiB
CSS
100 lines
1.4 KiB
CSS
@import "../nomarchy/current/theme/waybar.css";
|
|
|
|
* {
|
|
background-color: @background;
|
|
color: @foreground;
|
|
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 0;
|
|
font-family: 'JetBrainsMono Nerd Font';
|
|
font-size: 12px;
|
|
}
|
|
|
|
.modules-left {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.modules-right {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
#workspaces button {
|
|
all: initial;
|
|
padding: 0 6px;
|
|
margin: 0 1.5px;
|
|
min-width: 9px;
|
|
}
|
|
|
|
#workspaces button.empty {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#cpu,
|
|
#battery,
|
|
#pulseaudio,
|
|
#custom-nomarchy,
|
|
#custom-update {
|
|
min-width: 12px;
|
|
margin: 0 7.5px;
|
|
}
|
|
|
|
/* The Nomarchy glyph lives at U+F000 in the dedicated "Nomarchy" font.
|
|
Nerd Fonts (used by default) also have U+F000 but render it as a glass
|
|
icon, so we have to pin the family for this module. */
|
|
#custom-nomarchy {
|
|
font-family: Nomarchy;
|
|
font-size: 20px;
|
|
}
|
|
|
|
#tray {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
#bluetooth {
|
|
margin-right: 17px;
|
|
}
|
|
|
|
#network {
|
|
margin-right: 13px;
|
|
}
|
|
|
|
#custom-expand-icon {
|
|
margin-right: 18px;
|
|
}
|
|
|
|
tooltip {
|
|
padding: 2px;
|
|
}
|
|
|
|
#custom-update {
|
|
font-size: 10px;
|
|
}
|
|
|
|
#clock {
|
|
margin-left: 8.75px;
|
|
}
|
|
|
|
.hidden {
|
|
opacity: 0;
|
|
}
|
|
|
|
#custom-screenrecording-indicator,
|
|
#custom-idle-indicator,
|
|
#custom-notification-silencing-indicator {
|
|
min-width: 12px;
|
|
margin-left: 5px;
|
|
margin-right: 0;
|
|
font-size: 10px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
#custom-screenrecording-indicator.active {
|
|
color: #a55555;
|
|
}
|
|
|
|
#custom-idle-indicator.active,
|
|
#custom-notification-silencing-indicator.active {
|
|
color: #a55555;
|
|
}
|