mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
update ncmpcpp colors and doom config
also change picom config so no blur for now
This commit is contained in:
@@ -7,21 +7,26 @@ format = <label>
|
||||
click-left = exec $HOME/SudacodeRice/scripts/music-controls.sh -t
|
||||
click-right = alacritty -e ncmpcpp
|
||||
format-padding = 1
|
||||
format-underline = #1DB954
|
||||
format-foreground = #55AEBB
|
||||
; format-underline = #1DB954
|
||||
; format-underline = #c678dd
|
||||
format-underline = #ecbe7b
|
||||
; format-foreground = #55AEBB
|
||||
format-foreground = #51afef
|
||||
|
||||
[module/mpd-next]
|
||||
type = custom/script
|
||||
click-left = $HOME/SudacodeRice/scripts/music-controls.sh -n
|
||||
exec = $HOME/SudacodeRice/scripts/mpd-controls.sh next
|
||||
format-padding = 1
|
||||
format-underline = #1DB954
|
||||
format-foreground = #55AEBB
|
||||
; format-underline = #c678dd
|
||||
format-underline = #ecbe7b
|
||||
format-foreground = #51afef
|
||||
|
||||
[module/mpd-prev]
|
||||
type = custom/script
|
||||
click-left = $HOME/SudacodeRice/scripts/music-controls.sh -p
|
||||
exec = $HOME/SudacodeRice/scripts/mpd-controls.sh prev
|
||||
format-padding = 1
|
||||
format-underline = #1DB954
|
||||
format-foreground = #55AEBB
|
||||
; format-underline = #c678dd
|
||||
format-underline = #ecbe7b
|
||||
format-foreground = #51afef
|
||||
|
||||
Reference in New Issue
Block a user