Hyprland-dotfiles/rofi/config.rasi

34 lines
554 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 {
display-drun: "Applications:";
display-window: "Windows:";
drun-display-format: "{name}";
2023-02-22 05:06:09 -05:00
font: "Fira Sans 11";
2023-01-25 14:14:03 -05:00
modi: "window,run,drun";
2023-02-06 03:51:49 -05:00
lines: 10;
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-02-06 03:51:49 -05:00
width:700px;
2023-01-25 14:14:03 -05:00
}
2023-02-06 03:51:49 -05:00
#window {
2023-02-22 05:06:09 -05:00
border:2px;
2023-02-06 03:51:49 -05:00
border-color:@foreground;
2023-01-25 14:14:03 -05:00
}
/* vim: ft=sass