Hyprland-dotfiles/rofi/config.rasi

36 lines
572 B
Plaintext
Raw Normal View History

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-04-06 08:30:10 -04:00
font: "Fira Sans SemiBold 11";
2023-01-25 14:14:03 -05:00
modi: "window,run,drun";
}
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-02-06 03:51:49 -05:00
width:700px;
2023-01-25 14:14:03 -05:00
}
2023-04-06 08:30:10 -04:00
element {
padding:6;
}
element-text selected {
text-color:@background;
2023-01-25 14:14:03 -05:00
}
/* vim: ft=sass