From 3b6f76780532a5e2e74660b3851837a37a0df65d Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 29 Aug 2023 23:07:00 +0400 Subject: [PATCH] Set Hack font for Rofi --- etc/skel/.config/river/keybindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/skel/.config/river/keybindings.sh b/etc/skel/.config/river/keybindings.sh index 57b6a17..af65d1d 100755 --- a/etc/skel/.config/river/keybindings.sh +++ b/etc/skel/.config/river/keybindings.sh @@ -7,7 +7,7 @@ mod="Mod4" term="alacritty" # Application launcher -launcher="rofi -show combi -combi-modi 'drun,run' -terminal $term -ssh-command '{terminal} {ssh-client} {host} [-p {port}]' -run-shell-command '{terminal} {cmd}' -show-icons" +launcher="rofi -show combi -combi-modi 'drun,run' -terminal $term -ssh-command '{terminal} {ssh-client} {host} [-p {port}]' -run-shell-command '{terminal} {cmd}' -show-icons -font 'Hack 12'" # Volume changing notify volume_bar="/usr/share/river/scripts/volume-notify.sh"