[sway] add base config
This commit is contained in:
parent
98db250e23
commit
de2e980e62
9 changed files with 656 additions and 0 deletions
9
.config/wofi/config
Normal file
9
.config/wofi/config
Normal file
|
@ -0,0 +1,9 @@
|
|||
allow_images=true
|
||||
image_size=64
|
||||
width=600
|
||||
height=200
|
||||
insensitive=true
|
||||
mode=drun,run
|
||||
columns=1
|
||||
padding:5
|
||||
lines=6
|
46
.config/wofi/style.css
Normal file
46
.config/wofi/style.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
/* Notes below regarding the purpose of each setting is true to the best of my knowledge. */
|
||||
|
||||
#input {
|
||||
margin: 10px; /* how much padding there is around the input box */
|
||||
border: none; /* border around the input box */
|
||||
background-color: #453e3d; /* background color of the text input box itself */
|
||||
color: #ffffff; /* text color as you type inside the input box */
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
border: none; /* horizontal bar that appears above the search results */
|
||||
background-color: #1f1f1f; /* background color behind the search results */
|
||||
color: #ffffff; /* text color of each search result */
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px; /* margin between the outer edges of the main window and its contents inside */
|
||||
border: none; /* border around all the internal window components */
|
||||
background-color: #1f1f1f; /* background color of entire inner window */
|
||||
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none; /* border around each individual item within the search results */
|
||||
background-color: trans; /* background behind each individual item within the search results */
|
||||
color: ffffff;
|
||||
}
|
||||
|
||||
/* Remove the search icon */
|
||||
#input > image.left {
|
||||
-gtk-icon-transform:scaleX(0);
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 5px;
|
||||
border: 2px solid #1f1f1f;
|
||||
background-color: #1f1f1f; /* background color behind the search slider */
|
||||
}
|
||||
|
||||
window {
|
||||
margin: 15px;
|
||||
border: 3px solid green; /* border around the entire window */
|
||||
background-color: #1f1f1f;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue