From 1bbdc73ee8545b00426a071a27430a44039f2b10 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Thu, 21 Sep 2023 22:19:31 +0400 Subject: [PATCH] Fix Rofi launch --- etc/skel/.config/river/keybindings.sh | 2 +- etc/skel/.config/rofi/config.rasi | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/skel/.config/river/keybindings.sh b/etc/skel/.config/river/keybindings.sh index ccbcc73..f582eda 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 -font 'Hack 12'" +launcher="eval rofi -show combi -combi-modi 'drun,run' -terminal $term -ssh-command '{terminal} {ssh-client} {host} [-p {port}]' -run-shell-command '{terminal} {cmd}'" # Volume changing notify volume_bar="/usr/share/river/scripts/volume-notify.sh" diff --git a/etc/skel/.config/rofi/config.rasi b/etc/skel/.config/rofi/config.rasi index 4654ad9..c165a20 100644 --- a/etc/skel/.config/rofi/config.rasi +++ b/etc/skel/.config/rofi/config.rasi @@ -1,9 +1,14 @@ +configuration { + show-icons: true; +} + * { lightbg: #24273a; background: #24273a; lightfg: #8aadf4; foreground: #cad3f5; border-color: #8aadf4; + font: "Hack 12"; } window {