dotfiles/sericea/.config/waybar/style.css

92 lines
1.3 KiB
CSS
Raw Normal View History

2021-02-05 09:09:36 -06:00
/*
* 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";
2021-02-05 09:09:36 -06:00
font-size: 13px;
}
window#waybar {
2024-02-12 18:34:26 -06:00
background: #282828;
2021-02-05 09:09:36 -06:00
border-bottom: 4px solid #32302f;
}
/* swaywm stuff */
#workspaces {
padding: 0 6px;
}
#workspaces button {
background: transparent;
2024-02-12 18:34:26 -06:00
color: #ebdbb2;
2021-02-05 09:09:36 -06:00
padding: 0 0.9em;
}
#workspaces button.focused {
background: #83a598;
2024-02-12 18:34:26 -06:00
color: #282828;
2021-02-05 09:09:36 -06:00
}
#workspaces button.urgent {
background: #fabd2f;
color: #282828;
}
#workspaces button.persistent {
color: #32302f;
}
2021-02-05 09:09:36 -06:00
#mode {
background: #fb4934;
2024-02-15 01:45:55 -06:00
color: #ebdbb2;
2021-02-05 09:09:36 -06:00
padding: 0 1em;
}
/* widgets */
#pulseaudio {
padding: 0 1em;
2024-02-12 18:34:26 -06:00
color: #ebdbb2;
2021-02-05 09:09:36 -06:00
}
#mpris {
padding: 0 1em;
}
#mpris.playing {
background: #d3869b;
color: #282828;
}
#mpris.paused, #mpris.stopped {
background: #32302f;
color: #282828;
}
2024-02-15 01:54:38 -06:00
#idle_inhibitor {
2024-02-15 02:19:28 -06:00
color: #282828;
2024-02-15 01:54:38 -06:00
padding: 0 1em;
}
#idle_inhibitor.deactivated {
2024-02-15 02:19:28 -06:00
background: #32302f;
2024-02-15 01:54:38 -06:00
}
#idle_inhibitor.activated {
2024-02-15 02:19:28 -06:00
background: #fb4934;
2024-02-15 01:54:38 -06:00
}
2021-02-05 09:09:36 -06:00
#battery {
padding: 0 1em;
}
#battery.charging {
color: #b8bb26;
}
2024-02-13 20:02:16 -06:00
#battery.good {
color: #b8bb26;
}
2021-02-05 09:09:36 -06:00
#battery.warning {
color: #fabd2f;
}
2024-02-13 20:02:16 -06:00
#battery.critical {
2021-02-05 09:09:36 -06:00
color: #fb4934;
}
#clock {
border-left: 1px solid #32302f;
2024-02-12 18:34:26 -06:00
color: #ebdbb2;
2021-02-05 09:09:36 -06:00
padding: 0 1em;
}