mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
adjust rofi themes
This commit is contained in:
parent
47590abc3a
commit
514244476d
@ -152,7 +152,7 @@ in {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
launcherCommand = "${rofi}/bin/rofi -show run -modi run";
|
launcherCommand = "${rofi}/bin/rofi -modes drun -show drun";
|
||||||
systemdSearch = "${pkgs.rofi-systemd}/bin/rofi-systemd";
|
systemdSearch = "${pkgs.rofi-systemd}/bin/rofi-systemd";
|
||||||
altTabCommand = "${rofi}/bin/rofi -show window -modi window";
|
altTabCommand = "${rofi}/bin/rofi -show window -modi window";
|
||||||
audioSwitchCommand = "${
|
audioSwitchCommand = "${
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
sink=$(
|
sink=$(
|
||||||
ponymix -t sink list |
|
ponymix -t sink list |
|
||||||
awk '/^sink/ {s=$1" "$2;getline;gsub(/^ +/,"",$0);print s" "$0}' |
|
awk '/^sink/ {s=$1" "$2;getline;gsub(/^ +/,"",$0);print s" "$0}' |
|
||||||
rofi -dmenu -p 'pulseaudio sink:' -location 6 -width 100 |
|
rofi -dmenu -p 'pulseaudio sink:' -location 6 -width 100 -theme-str 'inputbar { enabled: false; }' |
|
||||||
grep -Po '[0-9]+(?=:)'
|
grep -Po '[0-9]+(?=:)'
|
||||||
) &&
|
) &&
|
||||||
ponymix set-default -d "$sink" &&
|
ponymix set-default -d "$sink" &&
|
||||||
|
Loading…
Reference in New Issue
Block a user