mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fixed polybar toggle bug and switched back to chrome for both google music and spotify
This commit is contained in:
parent
641c3b8c68
commit
5302db26a7
@ -57,7 +57,7 @@ bindsym $mod+Ctrl+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown
|
|||||||
bindsym $mod+a exec --no-startup-id ddspawn dropdowncalc -f mono:pixelsize=24
|
bindsym $mod+a exec --no-startup-id ddspawn dropdowncalc -f mono:pixelsize=24
|
||||||
bindsym $mod+shift+a exec $term -e alsamixer
|
bindsym $mod+shift+a exec $term -e alsamixer
|
||||||
# B
|
# B
|
||||||
bindsym $mod+b exec --no-startup-id polybar_msg cmd toggle
|
bindsym $mod+b exec --no-startup-id polybar-msg cmd toggle
|
||||||
bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left
|
bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left
|
||||||
# C
|
# C
|
||||||
bindsym $mod+c exec code
|
bindsym $mod+c exec code
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
music_service=$(printf "Google Music\nSpotify" | dmenu -i -p "Select music service: ")
|
music_service=$(printf "Google Music\nSpotify" | dmenu -i -p "Select music service: ")
|
||||||
case "$music_service" in
|
case "$music_service" in
|
||||||
"Google Music") notify-send "Opened $music_service" && google-chrome-stable https://music.google.com 2>/dev/null & ;;
|
"Google Music") notify-send "Opened $music_service" && google-chrome-stable https://play.google.com/music/listen\#/artists 2>/dev/null & ;;
|
||||||
"Spotify") notify-send "Opened $music_service" && firefox https://open.spotify.com/browse/ 2>/dev/null & ;;
|
"Spotify") notify-send "Opened $music_service" && google-chrome-stable https://open.spotify.com/browse/ 2>/dev/null & ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user