Files

117 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2026-03-08 20:51:14 +00:00
@import "../../../../.cache/wal/colors-waybar.css";
2026-03-07 10:33:11 +00:00
* {
2026-03-08 20:51:14 +00:00
all: unset;
2026-03-07 10:33:11 +00:00
}
* {
2026-03-08 20:51:14 +00:00
font-family: monospace;
font-size: 18px;
color: @foreground;
2026-03-07 10:33:11 +00:00
}
scrollbar {
2026-03-08 20:51:14 +00:00
opacity: 0;
2026-03-07 10:33:11 +00:00
}
.normal-icons {
2026-03-08 20:51:14 +00:00
-gtk-icon-size: 16px;
2026-03-07 10:33:11 +00:00
}
.large-icons {
2026-03-08 20:51:14 +00:00
-gtk-icon-size: 32px;
2026-03-07 10:33:11 +00:00
}
.box-wrapper {
2026-03-08 20:51:14 +00:00
background: alpha(@background, 0.95);
padding: 20px;
border: 2px solid @foreground;
2026-03-07 10:33:11 +00:00
}
.preview-box {
}
.box {
}
.search-container {
2026-03-08 20:51:14 +00:00
background: @background;
padding: 10px;
2026-03-07 10:33:11 +00:00
}
.input placeholder {
2026-03-08 20:51:14 +00:00
opacity: 0.5;
2026-03-07 10:33:11 +00:00
}
.input {
}
.input:focus,
.input:active {
2026-03-08 20:51:14 +00:00
box-shadow: none;
outline: none;
2026-03-07 10:33:11 +00:00
}
.content-container {
}
.placeholder {
}
.scroll {
}
.list {
}
child,
child > * {
}
child:hover .item-box {
}
child:selected .item-box {
}
child:selected .item-box * {
2026-03-08 20:51:14 +00:00
color: @color14;
2026-03-07 10:33:11 +00:00
}
.item-box {
2026-03-08 20:51:14 +00:00
padding-left: 14px;
2026-03-07 10:33:11 +00:00
}
.item-text-box {
2026-03-08 20:51:14 +00:00
all: unset;
padding: 14px 0;
2026-03-07 10:33:11 +00:00
}
.item-text {
}
.item-subtext {
2026-03-08 20:51:14 +00:00
font-size: 0px;
min-height: 0px;
margin: 0px;
padding: 0px;
2026-03-07 10:33:11 +00:00
}
.item-image {
2026-03-08 20:51:14 +00:00
margin-right: 14px;
-gtk-icon-transform: scale(0.9);
2026-03-07 10:33:11 +00:00
}
.current {
2026-03-08 20:51:14 +00:00
font-style: italic;
2026-03-07 10:33:11 +00:00
}
.keybind-hints {
2026-03-08 20:51:14 +00:00
background: @background;
padding: 10px;
margin-top: 10px;
2026-03-07 10:33:11 +00:00
}
.preview {
}