copy dotfiles from arch
This commit is contained in:
parent
76d6787417
commit
c71ba09614
57 changed files with 2714 additions and 0 deletions
31
waybar/styles/modules/workspaces.css
Normal file
31
waybar/styles/modules/workspaces.css
Normal 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue