extensive update: some cleanup, todo/agenda changes, publishing system, swayfx, WIPs, etc.
This commit is contained in:
17
home/default/.config/wofi/config
Normal file
17
home/default/.config/wofi/config
Normal file
@@ -0,0 +1,17 @@
|
||||
prompt=What do you want to run?
|
||||
allow_markup=true
|
||||
dmenu-parse_action=true
|
||||
|
||||
stylesheet=style.css
|
||||
watch_css=true
|
||||
colors=colors
|
||||
|
||||
width=400
|
||||
lines=17
|
||||
image_size=20
|
||||
allow_images=true
|
||||
hide_scroll=true
|
||||
|
||||
gtk_dark=true
|
||||
|
||||
layer=overlay
|
18
home/default/.config/wofi/style.css
Normal file
18
home/default/.config/wofi/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
#outer-box {
|
||||
padding: 4px;
|
||||
}
|
||||
#window {
|
||||
/*background: rgba(41, 46, 66, 0.5);
|
||||
/*margin: auto;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
border: 5px solid #b072d1;*/
|
||||
background: rgba(22, 22, 22, 0.8);
|
||||
}
|
||||
/*#entry:selected {
|
||||
background-color: rgba(0,0,0,0);
|
||||
}
|
||||
#text:selected {
|
||||
background-color: red;
|
||||
}*/
|
||||
* { font-family: 'IBM Plex Serif';}
|
Reference in New Issue
Block a user