Fix Rofi launch
This commit is contained in:
parent
7e400bf854
commit
1bbdc73ee8
2 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@ mod="Mod4"
|
||||||
term="alacritty"
|
term="alacritty"
|
||||||
|
|
||||||
# Application launcher
|
# 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 changing notify
|
||||||
volume_bar="/usr/share/river/scripts/volume-notify.sh"
|
volume_bar="/usr/share/river/scripts/volume-notify.sh"
|
||||||
|
|
|
@ -1,9 +1,14 @@
|
||||||
|
configuration {
|
||||||
|
show-icons: true;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
lightbg: #24273a;
|
lightbg: #24273a;
|
||||||
background: #24273a;
|
background: #24273a;
|
||||||
lightfg: #8aadf4;
|
lightfg: #8aadf4;
|
||||||
foreground: #cad3f5;
|
foreground: #cad3f5;
|
||||||
border-color: #8aadf4;
|
border-color: #8aadf4;
|
||||||
|
font: "Hack 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
|
Loading…
Add table
Reference in a new issue