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-08 03:05:30 +01:00
|
|
|
background: rgba(76, 86, 106, 0.75);
|
2020-12-04 16:52:49 +01:00
|
|
|
border-radius: 7px;
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
2020-12-07 11:09:42 +01:00
|
|
|
#custom-pacman {
|
2020-11-20 21:33:51 +01:00
|
|
|
font-family: "Symbols Nerd Font";
|
|
|
|
}
|
|
|
|
|
|
|
|
#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,
|
|
|
|
#custom-pacman,
|
2020-12-09 16:07:18 +01:00
|
|
|
#custom-aurcheck,
|
2020-11-20 21:33:51 +01:00
|
|
|
#custom-swap,
|
|
|
|
#custom-spotify,
|
2020-12-02 00:53:24 +01:00
|
|
|
#custom-separator,
|
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-04 16:52:49 +01:00
|
|
|
border-radius: 0px;
|
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-08 03:05:30 +01:00
|
|
|
opacity: 0.3;
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#mode {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(191, 97, 106, 0.6);
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#disk.1,
|
|
|
|
#memory {
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
#disk.2,
|
|
|
|
#custom-swap {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
2020-12-04 23:37:08 +01:00
|
|
|
#clock,
|
2020-12-04 16:52:49 +01:00
|
|
|
#custom-spotify {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(94,129,172, 0.6);
|
2020-12-04 16:52:49 +01:00
|
|
|
border-top-right-radius: 7px;
|
|
|
|
border-bottom-right-radius: 7px;
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
|
2020-12-09 16:07:18 +01:00
|
|
|
#custom-pacman.no-updates,
|
|
|
|
#custom-aurcheck.no-updates {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(163, 190, 140, 0.6);
|
2020-12-07 22:34:52 +01:00
|
|
|
}
|
2020-12-09 16:07:18 +01:00
|
|
|
#custom-pacman.updates,
|
|
|
|
#custom-aurcheck.updates {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(180, 142, 173, 0.6);
|
2020-12-03 00:04:21 +01:00
|
|
|
}
|
2020-12-08 23:10:18 +01:00
|
|
|
#custom-pacman.error {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(191, 97, 106, 0.6);
|
2020-12-08 23:10:18 +01:00
|
|
|
}
|
2020-12-03 00:04:21 +01:00
|
|
|
|
2020-12-04 23:37:08 +01:00
|
|
|
#custom-weather {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(94,129,172, 0.6);
|
2020-12-04 23:37:08 +01:00
|
|
|
border-top-left-radius: 7px;
|
|
|
|
border-bottom-left-radius: 7px;
|
|
|
|
}
|
|
|
|
|
2020-11-21 01:02:09 +01:00
|
|
|
#workspaces {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2020-11-20 21:33:51 +01:00
|
|
|
#workspaces button {
|
2020-11-21 01:02:09 +01:00
|
|
|
padding: 0px 5px 0px 5px;
|
2020-12-04 16:52:49 +01:00
|
|
|
border-radius: 0px;
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
|
|
|
#workspaces button.focused {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(94,129,172, 0.6);
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
2020-12-04 16:52:49 +01:00
|
|
|
#workspaces button#sway-workspace-1 {
|
|
|
|
border-top-left-radius: 7px;
|
|
|
|
border-bottom-left-radius: 7px;
|
|
|
|
}
|
2020-11-20 21:33:51 +01:00
|
|
|
|
2020-11-23 10:50:13 +01:00
|
|
|
#taskbar {
|
2020-12-07 11:09:42 +01:00
|
|
|
padding-left: 0px;
|
2020-11-23 10:50:13 +01:00
|
|
|
}
|
2020-11-20 21:33:51 +01:00
|
|
|
#taskbar button {
|
2020-12-04 16:52:49 +01:00
|
|
|
border-radius: 0px;
|
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-10 00:25:58 +01:00
|
|
|
background: rgba(180, 142, 173, 0.6);
|
2020-11-20 21:33:51 +01:00
|
|
|
}
|
2020-12-07 21:03:01 +01:00
|
|
|
|
|
|
|
#idle_inhibitor {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(163, 190, 140, 0.6);
|
2020-12-07 21:03:01 +01:00
|
|
|
}
|
|
|
|
#idle_inhibitor.deactivated {
|
2020-12-10 00:25:58 +01:00
|
|
|
background: rgba(208, 135, 112, 0.6);
|
2020-12-07 21:03:01 +01:00
|
|
|
}
|