Regenerated

This commit is contained in:
2026-04-09 13:49:30 +02:00
parent f2a577ca0c
commit 5cd08bf636
3 changed files with 349 additions and 360 deletions
+3 -3
View File
@@ -971,7 +971,7 @@ These are config files for .config/wofi
@import url("file:///home/henrov/.config/shared/colors.css");
/* Global styles */
* {
* {
background-color: transparent;
color: @text;
font-family: "JetBrainsMono Nerd Font", monospace;
@@ -991,7 +991,7 @@ These are config files for .config/wofi
height: 600px;
}
/* --- DMENU menu (half height, same style) --- */
/* --- DMENU menu --- */
#dmenu {
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
@@ -1001,7 +1001,7 @@ These are config files for .config/wofi
padding: 10px; /* smaller padding for half-height */
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
width: 800px;
height: 300px; /* half the height of #main */
height: 150px;
}
/* Input field */