Add WoFi Files
This commit is contained in:
8
.config/wofi/config
Normal file
8
.config/wofi/config
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
mode=drun
|
||||||
|
allow_images=true
|
||||||
|
image_size=32
|
||||||
|
term=kitty
|
||||||
|
insensitive=true
|
||||||
|
location=center
|
||||||
|
no_actions=true
|
||||||
|
prompt=Search
|
||||||
4
.config/wofi/old.css
Normal file
4
.config/wofi/old.css
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#text {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
66
.config/wofi/style.css
Normal file
66
.config/wofi/style.css
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
/* ========================
|
||||||
|
Wofi Lovely Theme
|
||||||
|
======================== */
|
||||||
|
|
||||||
|
/* Window styling */
|
||||||
|
window {
|
||||||
|
background-color: #1e1e2e; /* Dark blue-ish background */
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 10px;
|
||||||
|
border: 1px solid #44475a;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Entry box styling */
|
||||||
|
entry {
|
||||||
|
font-family: "JetBrains Mono", monospace;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #f8f8f2; /* light text */
|
||||||
|
padding: 8px 10px;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: #2e2e3e; /* darker input box */
|
||||||
|
border: 1px solid #6272a4;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Selected suggestion */
|
||||||
|
row:selected {
|
||||||
|
background-color: #6272a4;
|
||||||
|
color: #f8f8f2;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Suggestions list */
|
||||||
|
row {
|
||||||
|
padding: 6px 10px;
|
||||||
|
border-radius: 6px;
|
||||||
|
margin: 2px 0;
|
||||||
|
transition: background 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Icon styling */
|
||||||
|
image {
|
||||||
|
width: 32px; /* smaller icons */
|
||||||
|
height: 32px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Scrollbar styling */
|
||||||
|
scrollbar {
|
||||||
|
background-color: #1e1e2e;
|
||||||
|
width: 6px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
scrollbar slider {
|
||||||
|
background-color: #6272a4;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hint text */
|
||||||
|
entry placeholder {
|
||||||
|
color: #bfbfbf;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* For accessibility: highlight keyboard navigation */
|
||||||
|
row:focus {
|
||||||
|
outline: 2px solid #ff79c6;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user