Skip to content

Commit f211b90

Browse files
committed
rofi picker bigger icons + more items
1 parent 5756efd commit f211b90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nerd_rofi_picker.rasi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2424
window {
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

100100
element-icon {
101-
size: 1em;
101+
size: 0.5em;
102102
vertical-align: 0.5;
103103
}
104104

nerd_rofi_picker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ DATA_DIR="$SCRIPT_DIR/data"
1616
NERD_TXT_FILE="$DATA_DIR/nerdfont.txt"
1717
CACHE_DIR="$HOME/.cache/nerd-rofi"
1818
PROCESSED_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"
2121
CONFIG_FILE="$SCRIPT_DIR/rofi_config"
2222
mkdir -p "$CACHE_DIR"
2323

0 commit comments

Comments
 (0)