dotfiles/private_dot_config/waybar/style.css

72 lines
1.1 KiB
CSS
Raw Normal View History

2021-07-28 05:54:37 +00:00
* {
border: none;
border-radius: 0;
font-family: JetBrainsMono Nerd Font;
font-size: 14px;
min-height: 20px;
}
window#waybar {
background: transparent;
color: white;
}
#workspaces {
2021-09-03 03:19:59 +00:00
border: 2px solid #414868;
background-color: #1a1b26;
2021-07-28 05:54:37 +00:00
margin-bottom: 8px;
margin-left: 8px;
2021-09-03 03:19:59 +00:00
border-radius: 5px
2021-07-28 05:54:37 +00:00
}
2021-09-03 03:19:59 +00:00
2021-07-28 05:54:37 +00:00
#workspaces button {
2021-07-29 01:16:00 +00:00
padding: 5px 8px;
2021-07-28 05:54:37 +00:00
color: #c0caf5;
}
#workspaces button.focused {
2021-09-03 03:19:59 +00:00
color: #7aa2f7;
border-radius: 4px;
2021-07-28 05:54:37 +00:00
}
2021-09-03 03:19:59 +00:00
#workspaces button.persistent {
color: #414868;
border-radius: 4px;
2021-07-28 05:54:37 +00:00
}
2021-09-03 03:19:59 +00:00
#tray, #network, #backlight, #pulseaudio, #battery, #clock {
border-bottom: 2px solid #414868;
border-top: 2px solid #414868;
background-color: #1a1b26;
color: #c0caf5;
2021-07-29 01:16:00 +00:00
padding: 5px 8px;
2021-07-28 05:54:37 +00:00
margin-bottom: 8px;
}
2021-09-03 03:19:59 +00:00
#network {
color: #f7768e;
2021-07-28 05:54:37 +00:00
}
#backlight {
color: #9ece6a;
}
2021-09-03 03:19:59 +00:00
#pulseaudio {
color: #e0af68;
2021-07-28 05:54:37 +00:00
}
2021-09-03 03:19:59 +00:00
#battery {
color: #bb9af7;
2021-07-28 05:54:37 +00:00
}
2021-09-03 03:19:59 +00:00
#clock {
color: #7aa2f7;
border-radius: 0px 3px 3px 0px;
margin-right: 8px;
border-right: 2px solid #414868;
2021-07-29 01:16:00 +00:00
}
2021-09-03 03:19:59 +00:00
#tray {
border-radius: 5px 0px 0px 3px;
border-left: 2px solid #414868;
}