refactor(tazjin/dotfiles): move waybar configuration into Nix
Change-Id: Ia031fd755ecf451b0ef1f9e63f3aec8b56fe2d57 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12448 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
863146295b
commit
7903d26054
7 changed files with 82 additions and 33 deletions
|
|
@ -77,8 +77,23 @@ button:hover {
|
|||
margin: 0 4px;
|
||||
}
|
||||
|
||||
#custom-start {
|
||||
padding-bottom: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
/* pop out left "modules" (start button) */
|
||||
.modules-left {
|
||||
margin: 3px;
|
||||
border-right: 1px solid gray;
|
||||
border-bottom: 1px solid gray;
|
||||
border-left: 1px solid white;
|
||||
border-top: 1px solid white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* indent right modules like in the original */
|
||||
.modules-right, .modules-left {
|
||||
.modules-right {
|
||||
margin: 3px;
|
||||
border-top: 1px solid gray;
|
||||
border-left: 1px solid gray;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue