/
oglu
/
dotfiles_labwc
Обзор
Документация
Войти
/
oglu
/
dotfiles_labwc
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
waybar/style.css
78 строк
1 KB
oglu
fix: mpris color
25 ноя 2025, 10:54
25 ноя 2025, 10:54
433e9c4
Код
Авторство
О чём код?
@define-color fg #f2f2f2; @define-color text #cccccc; @define-color bg #000000; @define-color green #50fa7b; * { font-family: sans-serif; font-weight: 500; min-height: 0; padding: 0; margin: 0; font-family: "Mononoki Nerd Font", "Symbols Nerd Font"; } window#waybar { background-color: @bg; } button { background: none; border-width: 0; border-radius: 0; } #tray, #wireplumber, #custom-gpuusage, #clock, #custom-power, #taskbar button { padding-left: 10px; color: @text; } #wireplumber.muted { color: @green; } #workspaces button { padding: 0 5px; outline: 0; color: @text; } #mpris { color: @text; } #taskbar button { outline: 0; padding: 0; margin: 0 10px; } #workspaces button:hover, #workspaces button.focused, #workspaces button.active, #taskbar button:hover, #taskbar button.focused, #taskbar button.active { background: none; box-shadow: inset 0 -2px @text; } menu { border-radius: 0; background: @bg; } menuitem { border-radius: 0; margin: 3px 0; color: @text; } menuitem:hover { color: @bg; background: @text; } #custom-gpuusage.low { color: @text; } #custom-gpuusage.medium { color: yellow; } #custom-gpuusage.high { color: red; }