os/modules/graphical/.config/waybar/style.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

81 lines
1.4 KiB
CSS
Raw Normal View History

2021-05-30 19:10:28 +00:00
@import "./colorscheme.css";
window#waybar {
2023-02-28 13:00:56 +00:00
font-family: Hack, FontAwesome;
2021-05-30 19:10:28 +00:00
font-weight: 500;
font-size: 14px;
/*background: rgba(11, 12, 13, 0.90);*/
background-color: rgba(0, 0, 0, 0);
2021-05-30 19:10:28 +00:00
border-bottom: 1px solid rgba(0, 0, 2, 0.53);
color: @base04;
}
window#waybar.hidden {
opacity: 0.2;
}
2021-05-30 19:10:28 +00:00
#workspaces button {
font-size: 14px;
box-shadow: none;
text-shadow: none;
padding: 0px 3px 0px 3px;
color: @base04;
}
#workspaces button.focused {
color: #f85e84;
color: @base07;
/* margin: 2px 0px 2px 0px; */
}
#workspaces button:hover {
background: rgba(255, 255, 255, 0.00);
/* margin: 2px 0px 2px 0px; */
}
#clock, #backlight, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray, #mode {
font-size: 14px;
margin: 0px 10px 0px 5px;
}
#pulseaudio {
/* border-top: 1px solid transparent; */
font-size: 12px;
margin-left: 15px;
}
#battery {
2021-07-20 20:08:51 +00:00
font-size: 12px;
2021-05-30 19:10:28 +00:00
}
#battery.critical {
2021-07-20 20:08:51 +00:00
color: @base07;
2021-05-30 19:10:28 +00:00
}
2021-05-30 19:10:28 +00:00
#battery.charging {
color: @base0B;
}
2021-05-30 19:10:28 +00:00
#battery.full {
margin: 0px 0px 0px 0px;
}
#network {
border-top: 1px solid transparent;
color: rgba(255,255,255,0.3);
2021-05-30 19:10:28 +00:00
}
2021-05-30 19:10:28 +00:00
#network.disconnected {
margin: 0px 0px 0px 0px;
color: rgba(75, 81, 98, 0);
}
#pulseaudio.muted {
margin: 0px 0px 0px 0px;
color: rgba(75, 81, 98, 0);
}
#custom-notification {
font-family: "NotoSansMono Nerd Font";
}