This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/sway/.config/waybar/style.css

90 lines
1.1 KiB
CSS
Raw Normal View History

2019-10-16 02:28:41 +02:00
* {
2019-12-09 19:25:42 +01:00
font: 14px Inter;
font-weight:bold;
border-radius:0;
margin:0;
padding: 0;
transition-duration:0;
2019-10-16 02:28:41 +02:00
}
window#waybar {
2019-11-23 18:35:46 +01:00
background-color: #202020;
2019-12-03 04:38:10 +01:00
border-bottom: 2px solid #191919;
2019-10-16 02:28:41 +02:00
}
window#waybar.empty {
2019-10-17 15:01:01 +02:00
background-color: transparent;
2019-10-16 02:28:41 +02:00
border:none;
}
#workspaces button {
background-color: transparent;
2019-12-09 19:25:42 +01:00
border: 3px solid transparent;
color: #aaaaaa;
2019-10-16 02:28:41 +02:00
}
2019-12-13 03:25:15 +01:00
2019-10-16 02:28:41 +02:00
#workspaces button.focused {
border-top: 3px solid #cc5757;
2019-12-09 19:25:42 +01:00
border-bottom: 3px solid transparent;
color: #ffffff;
2019-10-16 02:28:41 +02:00
}
#workspaces button.urgent {
border-top: 3px solid #eb4deb;
}
/*Window Title*/
#window{
2019-12-09 19:25:42 +01:00
color:#aaa;
margin:0 4px;
2019-10-16 02:28:41 +02:00
}
2019-12-09 19:25:42 +01:00
#mpd,
#tray
2019-10-16 02:28:41 +02:00
#clock,
2019-12-09 19:25:42 +01:00
#network,
2019-10-16 02:28:41 +02:00
#battery,
#backlight,
#pulseaudio,
2019-11-23 02:23:15 +01:00
#custom-mail,
2019-12-02 19:57:45 +01:00
#custom-updates,
2019-12-09 19:25:42 +01:00
#custom-weather
{
2019-12-13 03:25:15 +01:00
padding: 0 5px;
margin: 0 2px;
color: #ffffff;
opacity:.7;
}
#custom-weather,
#clock
{
font-size:15px;
padding: 0 5px;
margin: 0 2px;
2019-10-16 02:28:41 +02:00
color: #ffffff;
2019-12-09 19:25:42 +01:00
opacity:.7;
2019-10-16 02:28:41 +02:00
}
2019-12-09 19:25:42 +01:00
#mpd,
#window,
#workspaces
{
font-weight:normal;
2019-10-16 02:28:41 +02:00
}
2019-12-13 03:25:15 +01:00
#custom-recording {
color: #ee4040;
2019-10-16 02:28:41 +02:00
}
#mpd.paused {
font-size: 0;
border: none;
}
2019-12-13 03:25:15 +01:00
#tray
{
margin-right:7px;
2019-10-16 02:28:41 +02:00
}