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;
|
2024-04-26 11:41:19 -05:00
|
|
|
font-family: "IBM Plex Sans", "Font Awesome 6 Free", sans-serif;
|
2021-02-05 09:09:36 -06:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2024-02-12 18:34:26 -06:00
|
|
|
background: #282828;
|
2024-04-23 20:14:46 -05:00
|
|
|
/* border-bottom: 4px solid #32302f; */
|
2021-02-05 09:09:36 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
/* swaywm stuff */
|
|
|
|
#workspaces {
|
|
|
|
}
|
|
|
|
#workspaces button {
|
|
|
|
background: transparent;
|
2024-04-23 20:14:46 -05:00
|
|
|
color: #a89984;
|
2021-02-05 09:09:36 -06:00
|
|
|
padding: 0 0.9em;
|
|
|
|
}
|
2024-04-23 20:50:06 -05:00
|
|
|
#workspaces button:hover {
|
|
|
|
box-shadow: inherit;
|
|
|
|
text-shadow: inherit;
|
|
|
|
background-color: #504945;
|
|
|
|
}
|
2021-02-05 09:09:36 -06:00
|
|
|
#workspaces button.focused {
|
2024-04-23 20:14:46 -05:00
|
|
|
color: #ebdbb2;
|
|
|
|
font-weight: bold;
|
2021-02-05 09:09:36 -06:00
|
|
|
}
|
2024-02-15 01:44:51 -06:00
|
|
|
#workspaces button.urgent {
|
2024-04-23 20:14:46 -05:00
|
|
|
color: #fabd2f;
|
|
|
|
font-weight: bold;
|
2024-02-15 01:44:51 -06:00
|
|
|
}
|
|
|
|
#workspaces button.persistent {
|
2024-04-23 20:14:46 -05:00
|
|
|
color: #504945;
|
2024-02-15 01:44:51 -06:00
|
|
|
}
|
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 */
|
2024-04-26 11:41:19 -05:00
|
|
|
#window {
|
|
|
|
color: #ebdbb2;
|
|
|
|
}
|
2021-02-05 09:09:36 -06:00
|
|
|
#pulseaudio {
|
|
|
|
padding: 0 1em;
|
2024-02-12 18:34:26 -06:00
|
|
|
color: #ebdbb2;
|
2021-02-05 09:09:36 -06:00
|
|
|
}
|
2024-04-23 21:16:16 -05:00
|
|
|
#pulseaudio.muted {
|
|
|
|
border-top: 4px solid #fb4934;
|
|
|
|
border-bottom: 4px solid #282828;
|
|
|
|
}
|
2024-02-15 03:48:54 -06:00
|
|
|
#tray {
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
2024-02-15 02:17:45 -06:00
|
|
|
#mpris {
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
#mpris.playing {
|
2024-04-23 20:14:46 -05:00
|
|
|
color: #d3869b;
|
2024-02-15 02:17:45 -06:00
|
|
|
}
|
|
|
|
#mpris.paused, #mpris.stopped {
|
2024-04-23 20:14:46 -05:00
|
|
|
color: #504945;
|
2024-02-15 02:17:45 -06:00
|
|
|
}
|
2024-06-07 11:43:05 -05:00
|
|
|
|
2024-02-17 00:21:52 -06:00
|
|
|
#network {
|
2024-04-26 11:41:19 -05:00
|
|
|
padding: 0 1em;
|
2024-04-27 12:21:48 -05:00
|
|
|
color: #504945;
|
2024-02-17 00:21:52 -06:00
|
|
|
}
|
2024-06-07 11:43:05 -05:00
|
|
|
#network.disconnected {
|
|
|
|
color: #fb4934;
|
|
|
|
}
|
|
|
|
|
2024-02-15 01:54:38 -06:00
|
|
|
#idle_inhibitor {
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
#idle_inhibitor.deactivated {
|
2024-04-23 20:14:46 -05:00
|
|
|
color: #504945;
|
2024-02-15 01:54:38 -06:00
|
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
2024-07-15 18:45:14 -05:00
|
|
|
color: #ebdbb2;
|
2024-02-15 01:54:38 -06:00
|
|
|
}
|
2024-06-07 11:43:05 -05:00
|
|
|
|
2024-02-15 03:48:54 -06:00
|
|
|
#backlight {
|
|
|
|
padding: 0 1em;
|
2024-04-30 10:42:41 -05:00
|
|
|
color: #ebdbb2;
|
2024-02-15 03:48:54 -06:00
|
|
|
}
|
2024-04-26 11:41:19 -05:00
|
|
|
#gamemode {
|
|
|
|
padding: 0 1em;
|
|
|
|
color: #504945;
|
|
|
|
}
|
|
|
|
#gamemode.running {
|
|
|
|
color: #b8bb26;
|
|
|
|
}
|
2024-04-26 23:26:48 -05:00
|
|
|
/* Memory */
|
|
|
|
#memory {
|
|
|
|
padding: 0 1em;
|
|
|
|
color: #504945;
|
|
|
|
}
|
|
|
|
#memory.critical {
|
|
|
|
color: #fb4934;
|
|
|
|
}
|
|
|
|
#memory.warning {
|
|
|
|
color: #fabd2f;
|
|
|
|
}
|
|
|
|
#memory.regular {
|
|
|
|
color: #ebdbb2;
|
|
|
|
}
|
|
|
|
/* CPU */
|
|
|
|
#cpu {
|
|
|
|
padding: 0 1em;
|
|
|
|
color: #504945;
|
|
|
|
}
|
|
|
|
#cpu.critical {
|
|
|
|
color: #fb4934;
|
|
|
|
}
|
|
|
|
#cpu.warning {
|
|
|
|
color: #fabd2f;
|
|
|
|
}
|
|
|
|
#cpu.regular {
|
|
|
|
color: #ebdbb2;
|
|
|
|
}
|
|
|
|
/* Battery */
|
2021-02-05 09:09:36 -06:00
|
|
|
#battery {
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
#battery.charging {
|
|
|
|
color: #b8bb26;
|
|
|
|
}
|
2024-05-18 15:46:53 -05:00
|
|
|
#battery.good {
|
2024-04-30 10:42:29 -05:00
|
|
|
color: #504945;
|
2024-02-13 20:02:16 -06:00
|
|
|
}
|
2024-04-30 10:38:01 -05:00
|
|
|
#battery.discharging.warning {
|
2021-02-05 09:09:36 -06:00
|
|
|
color: #fabd2f;
|
|
|
|
}
|
2024-04-30 10:38:01 -05:00
|
|
|
#battery.discharging.critical {
|
2021-02-05 09:09:36 -06:00
|
|
|
color: #fb4934;
|
|
|
|
}
|
|
|
|
#clock {
|
2024-02-12 18:34:26 -06:00
|
|
|
color: #ebdbb2;
|
2021-02-05 09:09:36 -06:00
|
|
|
padding: 0 1em;
|
|
|
|
}
|
2024-07-20 13:21:45 -05:00
|
|
|
/* Temperature*/
|
|
|
|
#temperature {
|
|
|
|
padding: 0 1em;
|
|
|
|
color: #504945;
|
|
|
|
}
|
|
|
|
#temperature.critical {
|
|
|
|
color: #fb4934;
|
|
|
|
}
|
|
|
|
#temperature.warning {
|
|
|
|
color: #fabd2f;
|
|
|
|
}
|
|
|
|
#temperature.regular {
|
|
|
|
color: #ebdbb2;
|
|
|
|
}
|
2024-05-03 18:45:52 -05:00
|
|
|
/* Custom modules */
|
|
|
|
#custom-backup {
|
|
|
|
color: #fb4934;
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|