/* * style.css * Copyright (C) 2021 Vintage Salt * * Distributed under terms of the MIT license. */ * { border: none; border-radius: 0; font-family: "IBM Plex Sans Medium"; font-size: 13px; } window#waybar { background: #282828; /* border-bottom: 4px solid #32302f; */ } /* swaywm stuff */ #workspaces { } #workspaces button { background: transparent; color: #a89984; padding: 0 0.9em; } #workspaces button:hover { box-shadow: inherit; text-shadow: inherit; background-color: #504945; } #workspaces button.focused { color: #ebdbb2; font-weight: bold; } #workspaces button.urgent { color: #fabd2f; font-weight: bold; } #workspaces button.persistent { color: #504945; } #mode { background: #fb4934; color: #ebdbb2; padding: 0 1em; } /* widgets */ #pulseaudio { padding: 0 1em; color: #ebdbb2; } #tray { padding: 0 1em; } #mpris { padding: 0 1em; } #mpris.playing { color: #d3869b; } #mpris.paused, #mpris.stopped { color: #504945; } #network { color: #928374; font-size: 10; } #idle_inhibitor { padding: 0 1em; } #idle_inhibitor.deactivated { color: #504945; } #idle_inhibitor.activated { color: #fb4934; } #backlight { padding: 0 1em; color: #fabd2f; } #battery { padding: 0 1em; } #battery.charging { color: #b8bb26; } #battery.good { color: #b8bb26; } #battery.warning { color: #fabd2f; } #battery.critical { color: #fb4934; } #clock { color: #ebdbb2; padding: 0 1em; }