waybar: styling
This commit is contained in:
parent
e1c6f1e99c
commit
9ca428bac1
2 changed files with 16 additions and 19 deletions
|
@ -22,6 +22,7 @@ in {
|
|||
};
|
||||
"river/tags" = {
|
||||
num-tags = 5;
|
||||
tag-labels = ["" "" "" "" ""];
|
||||
};
|
||||
"river/window" = {
|
||||
format = "{}";
|
||||
|
@ -30,27 +31,24 @@ in {
|
|||
interval = 10;
|
||||
format = "{}%";
|
||||
max-length = 10;
|
||||
tooltip = false;
|
||||
};
|
||||
"memory" = {
|
||||
interval = 10;
|
||||
format = "{}%";
|
||||
max-length = 10;
|
||||
tooltip = false;
|
||||
};
|
||||
"battery" = {
|
||||
format = "{capacity}% {icon}";
|
||||
format-icons = [
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
];
|
||||
format = "{capacity}%";
|
||||
interval = 60;
|
||||
tooltip = false;
|
||||
};
|
||||
"clock" = {
|
||||
interval = 60;
|
||||
format = "{:%H:%M}";
|
||||
max-length = 25;
|
||||
tooltip = false;
|
||||
};
|
||||
"tray" = {
|
||||
icon-size = 21;
|
||||
|
|
|
@ -36,7 +36,7 @@ $crust: #11111b;
|
|||
* {
|
||||
all: unset;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
font-size: 10px;
|
||||
font-size: 13px;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
|
@ -47,19 +47,18 @@ window#waybar {
|
|||
#tags {
|
||||
button {
|
||||
padding: 0.5rem;
|
||||
focused {
|
||||
color: $overlay2;
|
||||
}
|
||||
urgent {
|
||||
color: $red;
|
||||
button.focused {
|
||||
border-radius: 3px;
|
||||
border: 1px solid;
|
||||
border-color: $red;
|
||||
}
|
||||
button.urgent {
|
||||
border-radius: 3px;
|
||||
background-color: $red;
|
||||
}
|
||||
}
|
||||
|
||||
#window {
|
||||
|
||||
}
|
||||
|
||||
#cpu,
|
||||
#memory,
|
||||
#clock,
|
||||
|
|
Loading…
Reference in a new issue