2023-03-09 07:52:31 -05:00
|
|
|
/*
|
|
|
|
# ____ __ _
|
|
|
|
# | _ \ ___ / _(_)
|
|
|
|
# | |_) / _ \| |_| |
|
|
|
|
# | _ < (_) | _| |
|
|
|
|
# |_| \_\___/|_| |_|
|
|
|
|
#
|
|
|
|
# by Stephan Raabe (2023)
|
|
|
|
# -----------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2023-01-25 14:14:03 -05:00
|
|
|
configuration {
|
2023-04-06 08:30:10 -04:00
|
|
|
display-drun: "Applications";
|
|
|
|
display-window: "Windows";
|
2023-01-25 14:14:03 -05:00
|
|
|
drun-display-format: "{name}";
|
2023-09-28 15:53:30 -04:00
|
|
|
font: "Fira Sans Bold 12";
|
2023-01-25 14:14:03 -05:00
|
|
|
modi: "window,run,drun";
|
2023-09-28 14:43:29 -04:00
|
|
|
show-icons: true;
|
2023-09-29 07:08:19 -04:00
|
|
|
icon-theme: "kora";
|
2023-01-25 14:14:03 -05:00
|
|
|
}
|
|
|
|
|
2023-02-06 03:51:49 -05:00
|
|
|
/* Dark theme. */
|
|
|
|
@import "~/.cache/wal/colors-rofi-dark"
|
2023-01-25 14:14:03 -05:00
|
|
|
|
2023-04-11 09:25:32 -04:00
|
|
|
window {
|
2023-09-28 14:43:29 -04:00
|
|
|
width:900px;
|
2023-09-28 16:22:27 -04:00
|
|
|
height:556px;
|
2023-09-28 14:43:29 -04:00
|
|
|
spacing:0px;
|
|
|
|
padding:0px;
|
2023-09-28 16:22:27 -04:00
|
|
|
margin:0px;
|
2023-09-28 14:43:29 -04:00
|
|
|
|
|
|
|
border: 3px;
|
|
|
|
border-color:#FFFFFF;
|
|
|
|
border-radius:15px;
|
|
|
|
|
|
|
|
cursor: "default";
|
|
|
|
transparency: "real";
|
|
|
|
fullscreen: "false";
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
mainbox {
|
|
|
|
spacing:0px;
|
2023-09-28 16:22:27 -04:00
|
|
|
margin:0px;
|
2023-09-28 14:43:29 -04:00
|
|
|
padding: 0px 0px 0px 500px;
|
|
|
|
background-image: url("~/.cache/current_wallpaper.jpg", height);
|
|
|
|
}
|
|
|
|
|
|
|
|
inputbar {
|
2023-09-28 16:22:27 -04:00
|
|
|
spacing: 0px;
|
2023-09-28 15:53:30 -04:00
|
|
|
enabled:false;
|
|
|
|
hidden:true;
|
|
|
|
backgound-color: transparent;
|
2023-09-28 14:43:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
listview {
|
2023-09-28 16:22:27 -04:00
|
|
|
spacing:0px;
|
2023-09-28 14:43:29 -04:00
|
|
|
padding: 10px;
|
2023-09-28 16:22:27 -04:00
|
|
|
margin:0px;
|
2023-09-28 15:53:30 -04:00
|
|
|
background-color:transparent;
|
|
|
|
scrollbar: false;
|
|
|
|
dynamic: true;
|
2023-01-25 14:14:03 -05:00
|
|
|
}
|
|
|
|
|
2023-09-28 15:53:30 -04:00
|
|
|
// Elements //
|
2023-04-06 08:30:10 -04:00
|
|
|
element {
|
2023-09-28 15:53:30 -04:00
|
|
|
enabled: true;
|
|
|
|
padding: 10px;
|
2023-09-28 16:22:27 -04:00
|
|
|
margin: 3px;
|
2023-09-28 15:53:30 -04:00
|
|
|
cursor: pointer;
|
|
|
|
background-color: transparent;
|
2023-09-28 16:22:27 -04:00
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
element selected {
|
|
|
|
border:3px;
|
|
|
|
border-color: #FFFFFF;
|
|
|
|
background: #CCFFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
element-icon {
|
|
|
|
size:40px;
|
|
|
|
padding: 0px 10px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
element-text {
|
|
|
|
vertical-align: 0.5;
|
|
|
|
horizontal-align: 0.0;
|
|
|
|
cursor: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
text-color: inherit;
|
2023-01-25 14:14:03 -05:00
|
|
|
}
|
|
|
|
|
2023-04-11 09:25:32 -04:00
|
|
|
prompt {
|
|
|
|
text-color:#ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
entry {
|
|
|
|
text-color:#ffffff;
|
|
|
|
}
|
|
|
|
|
2023-01-25 14:14:03 -05:00
|
|
|
/* vim: ft=sass
|