my_konfig
This commit is contained in:
1
config/wofi/config
Normal file
1
config/wofi/config
Normal file
@@ -0,0 +1 @@
|
||||
show_icons=true
|
||||
55
config/wofi/style.css
Normal file
55
config/wofi/style.css
Normal file
@@ -0,0 +1,55 @@
|
||||
/* Catppuccin Mocha for Wofi */
|
||||
|
||||
window {
|
||||
background-color: #1e1e2e; /* Base */
|
||||
color: #cdd6f4; /* Text */
|
||||
font-family: "DejaVu Sans Mono", monospace;
|
||||
font-size: 16px; /* Increased font size slightly */
|
||||
border-radius: 15px; /* Matched Waybar's radius */
|
||||
border: 2px solid #89b4fa; /* Blue */
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: #313244; /* Surface0 */
|
||||
color: #cdd6f4; /* Text */
|
||||
border-radius: 10px; /* Matched Waybar's module radius */
|
||||
margin: 8px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 10px;
|
||||
margin: 0px 8px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #89b4fa; /* Blue */
|
||||
color: #1e1e2e; /* Base */
|
||||
}
|
||||
|
||||
#text {
|
||||
color: #cdd6f4; /* Text */
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: #1e1e2e; /* Base */
|
||||
}
|
||||
|
||||
#img {
|
||||
margin-right: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user