5th commit : remodeling of file structure, adding noctalia config files
This commit is contained in:
parent
ab8162d69d
commit
ad72a517d9
71 changed files with 9931 additions and 0 deletions
40
.config/wofi/style.css
Normal file
40
.config/wofi/style.css
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
* {
|
||||
border-radius:4px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
window {
|
||||
font-size: 30px;
|
||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||
color: #ffffff;
|
||||
background-color: rgba(40, 44, 52, 0.98);
|
||||
}
|
||||
|
||||
#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: cyan;
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
image{
|
||||
margin-left: 0.25em;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue