bar with gaps?
This commit is contained in:
@@ -58,15 +58,14 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
bar = {
|
||||
height = 20;
|
||||
height = 30;
|
||||
layer = "top";
|
||||
# position = "top";
|
||||
position = "bottom";
|
||||
margin-top = 0;
|
||||
margin-left = 0;
|
||||
margin-bottom = 0;
|
||||
padding-bottom = 0;
|
||||
margin-right = 0;
|
||||
margin-left = rice.gap-size;
|
||||
margin-bottom = rice.gap-size;
|
||||
margin-right = rice.gap-size;
|
||||
spacing = 10;
|
||||
modules-left = [
|
||||
"cpu"
|
||||
@@ -168,15 +167,20 @@ in
|
||||
* {
|
||||
font-family: ${rice.font.code.name2};
|
||||
font-size: 1em;
|
||||
min-height: 0;
|
||||
min-height: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(${rice.lib.hex-to-rgb-comma-string rice.color.background},${builtins.toString rice.transparency});
|
||||
transition-duration: 0.5s;
|
||||
padding: 0.1em 1em;
|
||||
padding: 7px 10px;
|
||||
padding-top: 0.1em;
|
||||
border: None;
|
||||
border: ${builtins.toString rice.border-width}px solid rgb(${rice.lib.hex-to-rgb-comma-string rice.color.blue});
|
||||
/* margin: ${builtins.toString rice.gap-size}px; */
|
||||
border-radius: ${builtins.toString rice.rounding}px;
|
||||
|
||||
}
|
||||
|
||||
#clock,
|
||||
@@ -196,29 +200,27 @@ in
|
||||
padding: 0px 3px;
|
||||
margin-top: 0.3em;
|
||||
border-radius: ${builtins.toString rice.rounding}px;
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.foreground});
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.bright-cyan});
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.bright-black});
|
||||
padding: 0px 10px;
|
||||
margin: 1px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
border-radius: ${builtins.toString rice.rounding}px;
|
||||
border: None;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.bright-cyan});
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.background});
|
||||
background-color: rgba(${rice.lib.hex-to-rgb-comma-string rice.color.foreground},${builtins.toString rice.transparency});
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.foreground});
|
||||
background-color: rgba(${rice.lib.hex-to-rgb-comma-string rice.color.background},${builtins.toString rice.transparency});
|
||||
background-color: rgba(${rice.lib.hex-to-rgb-comma-string rice.color.bright-cyan},${builtins.toString rice.transparency});
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: rgba(${rice.lib.hex-to-rgb-comma-string rice.color.magenta},${builtins.toString rice.transparency});
|
||||
background-color: rgba(${rice.lib.hex-to-rgb-comma-string rice.color.magenta},${builtins.toString rice.transparency});
|
||||
}
|
||||
|
||||
#custom-mode {
|
||||
|
||||
Reference in New Issue
Block a user