mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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";
|
||||
altTabCommand = "${rofi}/bin/rofi -show window -modi window";
|
||||
audioSwitchCommand = "${
|
||||
|
@ -5,7 +5,7 @@
|
||||
sink=$(
|
||||
ponymix -t sink list |
|
||||
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]+(?=:)'
|
||||
) &&
|
||||
ponymix set-default -d "$sink" &&
|
||||
|
Loading…
Reference in New Issue
Block a user