extensive update: some cleanup, todo/agenda changes, publishing system, swayfx, WIPs, etc.

This commit is contained in:
cho
2023-12-17 05:51:21 +07:00
parent 50bd201ece
commit 6c35aed2c6
53 changed files with 2108 additions and 747 deletions

@@ -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

@@ -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';}