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 {