1st dotfiles commit

This commit is contained in:
ohinh 2026-08-03 17:03:40 +02:00
parent 39c99549d0
commit a57c4c068f
31 changed files with 8636 additions and 0 deletions

40
wofi/style.css Normal file
View file

@ -0,0 +1,40 @@
* {
border-radius:4px;
border: none;
}
window {
font-size: 24px;
font-family: "JetBrainsMono Nerd Font", monospace;
color: #ffffff;
background-color: rgba(40, 44, 52, 0.97);
}
#entry{
padding: 0.25em;
}
#entry:selected {
background-color: #bbccdd;
color: white;
border-radius:0px;
}
#expander-box {
background-color: rgba(40, 44, 52, 0.9);
}
#text:selected {
color: #333333;
}
#input{
background-color: rgba(40, 44, 52, 0.5);
color: white;
padding: 0.25em;
}
image{
margin-left: 0.25em;
margin-right: 0.25em;
}