Changes for uwsm, theme and env

Move env to uwsm
GNOME keyring fixes
Theme refactoring
Walker theme tweaks
Add notifications to waybar
This commit is contained in:
2025-10-27 23:01:16 +01:00
parent c07303e8f8
commit b257feb92a
9 changed files with 2902 additions and 42 deletions

View File

@@ -7,10 +7,11 @@
* {
all: unset;
color: @foreground;
}
.normal-icons {
-gtk-icon-size: 16px;
-gtk-icon-size: 24px;
}
.large-icons {
@@ -25,24 +26,23 @@ scrollbar {
box-shadow:
0 19px 38px rgba(0, 0, 0, 0.3),
0 15px 12px rgba(0, 0, 0, 0.22);
/*background: @window_bg_color;*/
background: @background-t0;
padding: 20px;
padding: 12px;
border: var(--border);
border-radius: var(--border-radius);
border: 1px solid @border;
}
.preview-box,
.elephant-hint,
.placeholder {
color: @theme_fg_color;
}
.box {
}
.search-container {
border-radius: 10px;
border: var(--border);
border-radius: var(--border-radius);
}
.input placeholder {
@@ -50,10 +50,9 @@ scrollbar {
}
.input {
caret-color: @theme_fg_color;
background: lighter(@window_bg_color);
padding: 10px;
color: @theme_fg_color;
caret-color: @foreground;
background: lighter(@background);
padding: 12px;
}
.input:focus,
@@ -70,22 +69,22 @@ scrollbar {
}
.list {
color: @theme_fg_color;
}
child {
}
.item-box {
border-radius: 10px;
padding: 10px;
border-radius: var(--border-radius);
padding: 8px;
}
.item-quick-activation {
margin-left: 10px;
background: alpha(@accent_bg_color, 0.25);
border-radius: 5px;
padding: 10px;
margin-left: 8px;
background: alpha(@background, 0.7);
border-radius: var(--border-radius);
padding: 8px;
color: @border;
}
child:hover .item-box,
@@ -106,7 +105,7 @@ child:selected .item-box {
.item-image,
.item-image-text {
margin-right: 10px;
margin-right: 8px;
}
.item-image-text {
@@ -114,10 +113,8 @@ child:selected .item-box {
}
.preview {
border: 1px solid alpha(@accent_bg_color, 0.25);
padding: 10px;
border-radius: 10px;
color: @theme_fg_color;
border: var(--border);
border-radius: var(--border-radius);
}
.calc .item-text {
@@ -152,10 +149,9 @@ child:selected .item-box {
}
.keybinds-wrapper {
border-top: 1px solid lighter(@window_bg_color);
border-top: var(--border);
font-size: 12px;
opacity: 0.5;
color: @theme_fg_color;
opacity: 0.7;
}
.keybinds {
@@ -165,7 +161,6 @@ child:selected .item-box {
}
.keybind-bind {
/* color: lighter(@window_bg_color); */
font-weight: bold;
text-transform: lowercase;
}
@@ -174,7 +169,7 @@ child:selected .item-box {
}
.error {
padding: 10px;
padding: 12px;
background: @error_bg_color;
color: @error_fg_color;
}