a decent working guix config
This commit is contained in:
parent
ae77d05e2f
commit
0ebbec7644
22 changed files with 2302 additions and 279 deletions
|
@ -36,19 +36,21 @@ window {
|
|||
}
|
||||
|
||||
window#waybar > box {
|
||||
padding-top: 3px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 10px;
|
||||
color: @base05;
|
||||
box-shadow: 2px 2px 5px 5px #101010;
|
||||
box-shadow: 5px 5px 3px 3px #101010;
|
||||
margin: 12px 14px 14px 14px;
|
||||
background: @base00;
|
||||
background: @backtransparent;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
border-radius: 20px;
|
||||
margin-left: 10px;
|
||||
padding-right: 10px;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
@ -56,7 +58,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
margin-left: 6px;
|
||||
padding-right: 10px;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
@ -112,7 +114,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0B;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
|
@ -123,7 +125,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base08;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
|
@ -144,7 +146,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base09;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#network {
|
||||
|
@ -153,7 +155,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0B;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
|
@ -162,7 +164,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base09;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#battery {
|
||||
|
@ -171,7 +173,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0D;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#battery.bat2 {
|
||||
|
@ -184,7 +186,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0C;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
|
@ -193,7 +195,7 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0E;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#tray {
|
||||
|
@ -202,6 +204,6 @@ window#waybar > box {
|
|||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0E;
|
||||
background: @backtransparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue