Update theme
This commit is contained in:
@@ -143,8 +143,14 @@ font-5 = "archcraft:size=12;3"
|
||||
|
||||
# Default
|
||||
modules-left = LD menu RD dot-alt LD i3 RD
|
||||
modules-center = LD mpd RD mpdsep song
|
||||
modules-center = LD mpd RD
|
||||
; modules-center = LD spotify RD dot-alt LD RD
|
||||
; modules-center = LD spotify previous playpayse next RD
|
||||
modules-right = LD volume sep ethernet RD dot LD sysmenu RD dot-alt LD date RD
|
||||
; modules-center = spotify previous playpause next
|
||||
; modules-left = spotify previous playpause next
|
||||
; modules-right = spotify previous playpause next
|
||||
|
||||
|
||||
# Alternate
|
||||
;modules-left = openbox 2LD cpu 3LD memory 4LD filesystem 5LD
|
||||
|
||||
@@ -1171,6 +1171,45 @@ content-padding = 0
|
||||
|
||||
click-left = ~/.config/i3/scripts/rofi_powermenu
|
||||
|
||||
[module/previous]
|
||||
type = custom/ipc
|
||||
format-font = 5
|
||||
; Default
|
||||
hook-0 = echo ""
|
||||
; When spotify active
|
||||
hook-1 = echo "Previous"
|
||||
click-left = "spotifyctl -q previous"
|
||||
|
||||
|
||||
[module/next]
|
||||
type = custom/ipc
|
||||
format-font = 5
|
||||
; Default
|
||||
hook-0 = echo ""
|
||||
; When spotify active
|
||||
hook-1 = echo "Next"
|
||||
click-left = "spotifyctl -q next"
|
||||
|
||||
|
||||
[module/playpause]
|
||||
type = custom/ipc
|
||||
format-font = 5
|
||||
; Default
|
||||
hook-0 = echo ""
|
||||
; Playing
|
||||
hook-1 = echo "Pause"
|
||||
; Paused
|
||||
hook-2 = echo "Play"
|
||||
click-left = "spotifyctl -q playpause"
|
||||
|
||||
|
||||
[module/spotify]
|
||||
type = custom/ipc
|
||||
; Default
|
||||
hook-0 = echo ""
|
||||
; Playing/paused show song name and artist
|
||||
hook-1 = spotifyctl -q status --format '%artist%: %title%'
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
;; __________ ______
|
||||
;; / ____/ __ \/ ____/
|
||||
|
||||
Reference in New Issue
Block a user