File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ configuration {
1313@theme "violet-void-theme"
1414
1515* {
16- font: "DejaVuSans Nerd Fonts Mono 17 ";
16+ font: "DejaVuSans Nerd Fonts Mono 26 ";
1717 background-color: transparent;
1818 text-color: @fg0;
1919 margin: 0px;
@@ -23,7 +23,7 @@ configuration {
2323
2424window {
2525 location: center;
26- width: 765 ;
26+ width: 900 ;
2727 y-offset: -20;
2828 border-radius: 17px;
2929
@@ -73,7 +73,7 @@ listview {
7373 background-color: transparent;
7474 margin: 12px 0 0;
7575 columns: 2;
76- lines: 10 ;
76+ lines: 20 ;
7777
7878 fixed-height: false;
7979}
@@ -98,7 +98,7 @@ element selected active {
9898}
9999
100100element-icon {
101- size: 1em ;
101+ size: 0.5em ;
102102 vertical-align: 0.5;
103103}
104104
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ DATA_DIR="$SCRIPT_DIR/data"
1616NERD_TXT_FILE=" $DATA_DIR /nerdfont.txt"
1717CACHE_DIR=" $HOME /.cache/nerd-rofi"
1818PROCESSED_CACHE=" $CACHE_DIR /nerdfont_processed.txt"
19- # STYLE_FILE="$SCRIPT_DIR/nerd_rofi_picker.rasi"
20- STYLE_FILE=" $HOME /.config/rofi/config.rasi"
19+ STYLE_FILE=" $SCRIPT_DIR /nerd_rofi_picker.rasi"
20+ # STYLE_FILE="$HOME/.config/rofi/config.rasi"
2121CONFIG_FILE=" $SCRIPT_DIR /rofi_config"
2222mkdir -p " $CACHE_DIR "
2323
You can’t perform that action at this time.
0 commit comments