Use deezer instead of tidal in bumblebee status

This commit is contained in:
Pavle Portic 2023-05-31 14:45:32 +02:00
parent 1a016acb13
commit 7317d08ea0
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 3 additions and 2 deletions

View File

@ -187,6 +187,7 @@ assign [class="(?i)slack"] 
for_window [class="Lxappearance"] floating enable
for_window [class="Spotify"] move to workspace 
for_window [class="tidal-hifi"] move to workspace 
for_window [class="deezer"] move to workspace 
new_window pixel 2
hide_edge_borders smart
@ -201,7 +202,7 @@ exec blueman-applet >/dev/null 2>&1 &
exec gtk-launch firefox >/dev/null 2>&1 &
exec gtk-launch thunderbird >/dev/null 2>&1 &
exec slack >/dev/null 2>&1 &
exec tidal-hifi >/dev/null 2>&1 &
exec deezer-enhanced >/dev/null 2>&1 &
# Keyboard layout controls
set $mode_kb_select (1) US, (2) Colemak, (3) Latin, (4) Cyrillic, (5) DE
@ -227,7 +228,7 @@ bar {
date \
time \
-p workspacewheel=False \
playerctl.args="-p tidal-hifi" \
playerctl.args="-p Deezer" \
playerctl.layout="playerctl.song,playerctl.prev,playerctl.pause,playerctl.next" \
playerctl.format="{{`{{artist}}`}} - {{`{{title}}`}}" \
playerctl.hide="true" \