helix color ++
This commit is contained in:
@@ -55,14 +55,16 @@ lib.mkIf (user != "tv")
|
||||
package = pkgs-unstable.waybar;
|
||||
settings = {
|
||||
bar = {
|
||||
height = 20;
|
||||
# height = 20;
|
||||
layer = "top";
|
||||
# position = "top";
|
||||
position = "bottom";
|
||||
margin-top = 0;
|
||||
margin-left = rice.gap-size;
|
||||
margin-bottom = rice.gap-size;
|
||||
margin-right = rice.gap-size;
|
||||
# margin-left = rice.gap-size;
|
||||
# margin-bottom = rice.gap-size;
|
||||
# margin-right = rice.gap-size;
|
||||
margin-left = 0;
|
||||
margin-bottom = 0;
|
||||
margin-right = 0;
|
||||
spacing = 10;
|
||||
modules-left = [
|
||||
# "cpu"
|
||||
@@ -173,12 +175,9 @@ lib.mkIf (user != "tv")
|
||||
window#waybar {
|
||||
background-color: rgba(${rice.lib.hex-to-rgb-comma-string rice.color.background},${builtins.toString rice.transparency});
|
||||
transition-duration: 2s;
|
||||
padding: 7px 10px;
|
||||
padding-top: 0.1em;
|
||||
/* border: ${builtins.toString rice.border-width}px solid rgb(${rice.lib.hex-to-rgb-comma-string rice.color.blue.base}); */
|
||||
/* margin: ${builtins.toString rice.gap-size}px; */
|
||||
border-radius: ${builtins.toString rice.rounding}px;
|
||||
|
||||
/* border-radius: ${builtins.toString rice.rounding}px; */
|
||||
}
|
||||
|
||||
#clock,
|
||||
@@ -202,9 +201,9 @@ lib.mkIf (user != "tv")
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.grey.base});
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.white.dark});
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-radius: ${builtins.toString rice.rounding}px;
|
||||
}
|
||||
|
||||
@@ -233,6 +232,9 @@ lib.mkIf (user != "tv")
|
||||
#wireplumber.muted {
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.blue.base});
|
||||
}
|
||||
#wireplumber {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.green.base});;
|
||||
|
||||
Reference in New Issue
Block a user