афыввафыв123

This commit is contained in:
2025-06-08 23:07:12 +03:00
parent 8a69b6e86a
commit c663990640
18 changed files with 499 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
@import url(".cache/wal/colors-waybar.css");
@import url("colors.css");
* {
all:unset;
@@ -10,7 +10,7 @@
window {
all:unset;
background: alpha(@background, 0.7);
border: 2px solid @color1;
border: 2px solid @primary;
border-radius: 4px;
}
@@ -23,7 +23,8 @@ window {
}
#entry:selected {
background: @color1;
color: @on_primary;
background: @primary;
border-radius: 4px;
}