copy dotfiles from arch

This commit is contained in:
Benjamin Palko 2024-07-11 09:20:12 -04:00
parent 76d6787417
commit c71ba09614
57 changed files with 2714 additions and 0 deletions

View file

@ -0,0 +1,31 @@
#workspaces {
padding: 0;
/* border: 2px solid @color4; */
}
#workspaces button {
padding: 0 9px 0 4px;
box-shadow: none;
border: none;
border-radius: 9999px;
color: @color2;
}
#workspaces button.active {
color: @color5;
}
#workspaces button:hover {
background: transparent;
color: @color5;
}
#workspaces button.focused {
color: @color4;
}
#workspaces button.urgent {
color: #bf616a;
}