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

61 lines
1.0 KiB
CSS

* {
border: none;
border-radius: 0;
/* `otf-font-awesome` is required to be installed for icons */
font-family: UbuntuMono Nerd Font, Noto Sans, Roboto, Helvetica, Arial, sans-serif;
font-size: 15px;
min-height: 0;
background-color: #1F1F35; /* Background bar */
}
#mode {
background-color: #64727D;
border-bottom: 3px solid #ffffff;
}
#window,
#workspaces {
margin: 0 4px;
}
#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 */
}