Adds Arch Linux dotfiles

This commit is contained in:
2024-06-27 17:51:18 +05:30
commit 57eb70137b
309 changed files with 8851 additions and 0 deletions

19
wofi/style.css Normal file
View File

@@ -0,0 +1,19 @@
window {
font-size: 15px;
font-family:"EnvyCodeR Nerd Font Mono";
background-color: rgba(22, 22, 22, 0.98);
color: #ffffff;
}
#entry:selected {
background-color: rgb(34,34,34)
}
#input {
background-color: rgba(22, 22, 22, 0.98);
color: #ffffff;
}
#input:focus {
border: 1px solid #ffffff;
}