Skip to content

Instantly share code, notes, and snippets.

@cole-h

cole-h/bar.css Secret

Created April 8, 2020 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cole-h/43443ef4e6e1bd1073426d019733d2b0 to your computer and use it in GitHub Desktop.
Save cole-h/43443ef4e6e1bd1073426d019733d2b0 to your computer and use it in GitHub Desktop.
* {
border: none;
border-radius: 0;
font-family: Iosevka Custom Book Extended, Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
min-height: 0;
}
window#waybar {
background: #282A36;
color: #CCC;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
#workspaces button {
padding: 0 5px;
background: transparent;
color: #CCC;
border-bottom: 2px solid transparent;
}
#workspaces button.focused {
background: #282A36; /* dracula bg */
border-bottom: 2px solid #BBBBBB;
}
#mode {
background: #F8F8F2; /* dracula fg */
color: #282A36; /* dracula bg */
}
#clock, #pulseaudio, #tray, #mode, #mpd {
padding: 0 7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment