dotfiles/.config/dwl/waybar/styles.css

49 lines
929 B
CSS
Raw Normal View History

2022-11-27 16:42:47 +01:00
* {
/* `otf-font-awesome` is required to be installed for icons */
2022-11-27 17:03:49 +01:00
font-family: UbuntuMono Nerd Font;
/*font-family: UbuntuMono Nerd Font, Noto Sans, Roboto, Helvetica, Arial, sans-serif; */
font-size: 16px;
2022-11-27 16:42:47 +01:00
background-color: #1F1F35; /* Background bar */
}
#custom-dwl_layout {
color: #BBBBBB;
background-color: #1F1F35; /* Background bar */
}
#custom-dwl_title {
color: #BBBBBB;
background-color: #664477;
}
#custom-dwl_tag {
color: #BBBBBB;
background-color: #1F1F35; /* Background bar */
}
#custom-dwl_tag.selected {
color: #BBBBBB;
background-color: #664477;
}
#custom-dwl_tag.urgent {
color: #1D1A1F;
background-color: #BBBBBB;
}
#custom-dwl_tag.active {
border-top: 1px solid #BBBBBB;
}
#tray {
/*background-color: #2980b9;*/
background-color: #1F1F35; /* Background bar */
}
#custom-statusbar {
color: #BBBBBB;
background-color: #1F1F35; /* Background bar */
}