*
This commit is contained in:
cho
2024-01-27 15:42:16 +07:00
parent 0e6199ab8b
commit 9ceb9dbd33
47 changed files with 4633 additions and 267 deletions

View File

@ -1,17 +1,20 @@
prompt=What do you want to run?
prompt=X
allow_markup=true
dmenu-parse_action=true
stylesheet=style.css
watch_css=true
colors=colors
#colors=colors
width=400
lines=17
image_size=20
allow_images=true
#width=400
#width=300
#lines=17
#height=100%
#image_size=20
allow_images=false
hide_scroll=true
gtk_dark=true
#gtk_dark=true
layer=overlay
#location=9

View File

@ -1,18 +1,52 @@
* {
font-family: "Noto Sans", sans-serif;
font-size: 12px;
}
window {
box-shadow: inset 0 0 0 1px #333333;
background-color: transparent;
border-radius: 0px; /*12.6px*/
}
#input {
border: none;
background-color: rgba(0,0,0,.2); /* #444444 rgba(0,0,0,.2) */
color: #c5c8c6; /* white */
/*border: 2px solid #161616;*/
border-radius: 0px; /*7px*/
}
#inner-box {
/*background-color: #161616;*/
}
#outer-box {
padding: 4px;
margin: 1px;
padding: 3px; /* 10px */
background-color: rgba(29, 31, 33,0.9); /* #222222 rgba(22,22,22,0.9) rgba(29, 31, 33,0.9) */
border-radius: 0px; /*12.6px*/
/*filter: blur(1.5em)*/
}
#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);
#scroll {
/*margin: 5px;*/
}
/*#entry:selected {
background-color: rgba(0,0,0,0);
}
#text:selected {
background-color: red;
#text {
padding: 4px;
color: grey; /* probably c5c8c6 */
}
#text:selected {
color: #c5c8c6;
}
/*#entry:nth-child(even){
background-color: #161719;
}*/
* { font-family: 'IBM Plex Serif';}
#entry:selected {
background-color: transparent; /* #222222 */
/*border-radius: 7px;*/
/*box-shadow: inset 0 0 0 1px #333333;*/
}