1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 13:33:54 +01:00
github.com-nboughton-dotfiles/waybar/style.css

133 lines
2.1 KiB
CSS
Raw Normal View History

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";
}
/* 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,
#custom-pacman,
#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-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
}
/* 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-08 03:05:30 +01:00
opacity: 0.3;
2020-11-20 21:33:51 +01:00
}
/* TOP BAR (left)*/
#workspaces {
padding: 0px;
}
#workspaces button {
padding: 0px 5px 0px 5px;
border-radius: 0px;
}
#workspaces button#sway-workspace-1 {
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
#workspaces button.focused {
background: rgba(94,129,172, 0.7);
}
#idle_inhibitor {
margin: 0px;
}
#idle_inhibitor.activated {
background: rgba(163, 190, 140, 0.6);
}
#idle_inhibitor.deactivated {
background: rgba(208, 135, 112, 0.6);
}
2020-11-20 21:33:51 +01:00
#mode {
background: rgba(191, 97, 106, 0.7);
2020-11-20 21:33:51 +01:00
}
/* TOP BAR (right) */
2020-11-20 21:33:51 +01:00
#disk.1,
#memory {
padding-right: 3px;
}
#disk.2,
#custom-swap {
padding-left: 3px;
}
#custom-pacman.no-updates,
#custom-auroch.no-updates {
background: rgba(163, 190, 140, 0.7);
2020-12-07 22:34:52 +01:00
}
#custom-pacman.updates,
#custom-auroch.updates {
background: rgba(180, 142, 173, 0.7);
2020-12-03 00:04:21 +01:00
}
2020-12-08 23:10:18 +01:00
#custom-pacman.error {
background: rgba(191, 97, 106, 0.7);
2020-12-08 23:10:18 +01:00
}
2020-12-03 00:04:21 +01:00
#tray {
background: rgba(94,129,172, 0.7);
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
2020-12-04 23:37:08 +01:00
}
/* BOTTOM BAR (left to right)*/
#custom-weather {
background: rgba(94,129,172, 0.7);
2020-12-04 16:52:49 +01:00
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 {
background: rgba(180, 142, 173, 0.7);
2020-11-20 21:33:51 +01:00
}
2020-12-07 21:03:01 +01:00
#custom-spotify {
background: rgba(94,129,172, 0.7);
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
2020-12-07 21:03:01 +01:00
}