more pywalled things

This commit is contained in:
Alexey 2025-12-24 22:08:36 +03:00
commit ccdca7c67e
8 changed files with 22709 additions and 0 deletions

23
.config/wofi/style.css Normal file
View file

@ -0,0 +1,23 @@
#expander-box, #window, #input {
background-color: --wofi-color4;
border-radius: 0;
color: white;
font-family: FantasqueSansM Nerd Font;
font-size: 16px;
}
#window, #input {
border: 2px solid --wofi-color12;
}
#expander-box {
padding-left: 2px;
padding-right: 2px;
}
#entry:selected {
background-color: --wofi-color6;
border-top: 2px solid --wofi-color14;
border-bottom: 2px solid --wofi-color14;
border-radius: 0;
}