2020-11-20 21:33:51 +01:00
|
|
|
* {
|
|
|
|
font-size: 11px;
|
2020-12-07 23:08:35 +01:00
|
|
|
font-family: "Roboto", "Font Awesome 5 Free";
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
color: #d8dee9;
|
2020-12-17 23:10:36 +01:00
|
|
|
/*background: rgba(76,86,106,0.7);*/
|
|
|
|
background: none;
|
|
|
|
border-radius: 4px;
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
2020-12-14 11:48:41 +01:00
|
|
|
#custom-updates {
|
2020-11-20 21:33:51 +01:00
|
|
|
font-family: "Symbols Nerd Font";
|
|
|
|
}
|
|
|
|
|
2020-12-11 00:30:28 +01:00
|
|
|
/* Base styling for modules */
|
2020-11-20 21:33:51 +01:00
|
|
|
#workspaces,
|
|
|
|
#mode,
|
2020-11-22 17:12:49 +01:00
|
|
|
#window,
|
2020-11-20 21:33:51 +01:00
|
|
|
#idle_inhibitor,
|
|
|
|
#custom-weather,
|
|
|
|
#pulseaudio,
|
|
|
|
#memory,
|
|
|
|
#cpu,
|
|
|
|
#clock,
|
|
|
|
#battery,
|
|
|
|
#backlight,
|
|
|
|
#disk,
|
2020-12-14 11:48:41 +01:00
|
|
|
#custom-updates,
|
2020-12-11 00:30:28 +01:00
|
|
|
#custom-auroch,
|
2020-11-20 21:33:51 +01:00
|
|
|
#custom-swap,
|
|
|
|
#custom-spotify,
|
2020-12-02 00:53:24 +01:00
|
|
|
#custom-separator,
|
2020-12-17 17:55:51 +01:00
|
|
|
#custom-shutdown,
|
|
|
|
#custom-reboot,
|
2020-12-03 00:04:21 +01:00
|
|
|
#taskbar,
|
2020-11-20 21:33:51 +01:00
|
|
|
#tray {
|
|
|
|
padding: 0px 7px 0px 7px;
|
2020-12-01 15:56:01 +01:00
|
|
|
text-shadow: 1px 1px 1px #2e3440;
|
2020-12-17 15:35:17 +01:00
|
|
|
border-radius: 4px;
|
2020-12-02 00:53:24 +01:00
|
|
|
}
|
|
|
|
|
2020-12-11 00:30:28 +01:00
|
|
|
/* Separator */
|
2020-12-02 00:53:24 +01:00
|
|
|
#custom-separator {
|
2020-12-08 03:05:30 +01:00
|
|
|
color: #d8dee9;
|
2020-12-03 00:04:21 +01:00
|
|
|
background: none;
|
2020-12-02 00:53:24 +01:00
|
|
|
padding: 0px;
|
2020-12-17 17:55:51 +01:00
|
|
|
opacity: 0;
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
2020-12-11 00:30:28 +01:00
|
|
|
/* TOP BAR (left)*/
|
|
|
|
#workspaces {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#workspaces button {
|
|
|
|
padding: 0px 5px 0px 5px;
|
|
|
|
}
|
|
|
|
#workspaces button.focused {
|
2020-12-17 23:10:36 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
/*background: rgba(180, 142, 173, 0.7);*/
|
|
|
|
background: rgba(94,129,172,0.7);
|
2020-12-11 00:30:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#idle_inhibitor {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2020-11-20 21:33:51 +01:00
|
|
|
#mode {
|
2020-12-17 15:35:17 +01:00
|
|
|
background: rgba(191, 97, 106, 0.7);
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
2020-12-14 11:48:41 +01:00
|
|
|
/* TOP BAR (right/center) */
|
2020-11-20 21:33:51 +01:00
|
|
|
#disk.1,
|
|
|
|
#memory {
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
#disk.2,
|
|
|
|
#custom-swap {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
2020-12-17 17:55:51 +01:00
|
|
|
#clock {
|
|
|
|
background: rgba(94,129,172,0.7);
|
|
|
|
}
|
|
|
|
|
2020-12-17 16:33:00 +01:00
|
|
|
#custom-updates.checking,
|
|
|
|
#custom-auroch.checking {
|
|
|
|
background: rgba(235,203,139,0.7);
|
|
|
|
}
|
2020-12-14 11:48:41 +01:00
|
|
|
#custom-updates.no-updates,
|
2020-12-11 00:30:28 +01:00
|
|
|
#custom-auroch.no-updates {
|
|
|
|
background: rgba(163, 190, 140, 0.7);
|
2020-12-07 22:34:52 +01:00
|
|
|
}
|
2020-12-14 11:48:41 +01:00
|
|
|
#custom-updates.updates,
|
2020-12-11 00:30:28 +01:00
|
|
|
#custom-auroch.updates {
|
2020-12-17 15:35:17 +01:00
|
|
|
background: rgba(180, 142, 173, 0.7);
|
2020-12-03 00:04:21 +01:00
|
|
|
}
|
2020-12-14 11:48:41 +01:00
|
|
|
#custom-updates.error,
|
|
|
|
#custom-auroch.error {
|
2020-12-17 15:35:17 +01:00
|
|
|
background: rgba(191, 97, 106, 0.7);
|
|
|
|
}
|
|
|
|
#custom-updates {
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
}
|
|
|
|
#custom-auroch {
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
border-bottom-left-radius: 0px;
|
2020-12-08 23:10:18 +01:00
|
|
|
}
|
2020-12-03 00:04:21 +01:00
|
|
|
|
2020-12-11 00:30:28 +01:00
|
|
|
/* BOTTOM BAR (left to right)*/
|
|
|
|
#custom-weather {
|
2020-12-14 11:48:41 +01:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2020-12-04 16:52:49 +01:00
|
|
|
}
|
2020-11-20 21:33:51 +01:00
|
|
|
|
2020-11-23 10:50:13 +01:00
|
|
|
#taskbar {
|
2021-01-03 03:11:19 +01:00
|
|
|
padding: 0px;
|
2020-11-23 10:50:13 +01:00
|
|
|
}
|
2020-11-20 21:33:51 +01:00
|
|
|
#taskbar button {
|
2020-12-17 23:10:36 +01:00
|
|
|
border-radius: 4px;
|
2020-12-02 21:13:47 +01:00
|
|
|
padding-right: 3px;
|
2020-12-04 23:37:08 +01:00
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
2020-12-02 20:42:38 +01:00
|
|
|
text-shadow: 1px 1px 1px #2e3440;
|
|
|
|
}
|
2020-11-20 21:33:51 +01:00
|
|
|
#taskbar button.active {
|
2020-12-17 23:10:36 +01:00
|
|
|
background: rgba(94,129,172,0.7);
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
2020-12-07 21:03:01 +01:00
|
|
|
|
2020-12-17 15:35:17 +01:00
|
|
|
/*
|
2020-12-11 00:30:28 +01:00
|
|
|
#custom-spotify {
|
2020-12-17 23:10:36 +01:00
|
|
|
background: rgba(94,129,172,0.7);
|
2020-12-07 21:03:01 +01:00
|
|
|
}
|
2020-12-17 15:35:17 +01:00
|
|
|
*/
|