mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-06 14:53:39 -08:00
add stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[module/system-bluetooth-bluetoothctl]
|
||||
type = custom/script
|
||||
exec = ~/i3/scripts/system-bluetooth-bluetoothctl.sh
|
||||
exec = ~/SudacodeRice/scripts/system-bluetooth-bluetoothctl.sh
|
||||
tail = true
|
||||
click-left = ~/i3/scripts/system-bluetooth-bluetoothctl.sh --toggle &
|
||||
click-left = ~/SudacodeRice/scripts/system-bluetooth-bluetoothctl.sh --toggle &
|
||||
click-right = blueman-manager
|
||||
label-foreground = #fc855a
|
||||
label-padding = 1
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
type = custom/script
|
||||
tail = true
|
||||
interval = 0
|
||||
exec = $HOME/i3/scripts/show-music.sh
|
||||
exec = $HOME/SudacodeRice/scripts/show-music.sh
|
||||
format = <label>
|
||||
click-left = exec $HOME/i3/scripts/music-controls.sh -t
|
||||
click-left = exec $HOME/SudacodeRice/scripts/music-controls.sh -t
|
||||
click-right = alacritty -e ncmpcpp
|
||||
format-padding = 1
|
||||
format-underline = #1DB954
|
||||
@@ -12,16 +12,16 @@ format-foreground = #55AEBB
|
||||
|
||||
[module/mpd-next]
|
||||
type = custom/script
|
||||
click-left = $HOME/i3/scripts/music-controls.sh -n
|
||||
exec = $HOME/i3/scripts/mpd-controls.sh next
|
||||
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
|
||||
|
||||
[module/mpd-prev]
|
||||
type = custom/script
|
||||
click-left = $HOME/i3/scripts/music-controls.sh -p
|
||||
exec = $HOME/i3/scripts/mpd-controls.sh prev
|
||||
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
|
||||
|
||||
@@ -6,4 +6,4 @@ label-font = 4
|
||||
# format-foreground = #fc8353
|
||||
format-foreground = #c578dd
|
||||
format-padding = 1
|
||||
exec = python ~/i3/scripts/date.py
|
||||
exec = python ~/SudacodeRice/scripts/date.py
|
||||
|
||||
@@ -6,5 +6,5 @@ content =
|
||||
content-padding = 3
|
||||
content-background = ${color.shade3}
|
||||
content-foreground = #2878af
|
||||
click-right = ~/i3/scripts/menu_full
|
||||
click-left = ~/i3/scripts/menu
|
||||
click-right = ~/SudacodeRice/scripts/menu_full
|
||||
click-left = ~/SudacodeRice/scripts/menu_small
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[module/openweathermap-fullfeatured]
|
||||
type = custom/script
|
||||
exec = ~/i3/scripts/openweathermap-fullfeatured.sh
|
||||
exec = ~/SudacodeRice/scripts/openweathermap-fullfeatured.sh
|
||||
click-left = exec ~/scripts/weather
|
||||
interval = 600
|
||||
format-font = 3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[module/package-updates]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/i3/scripts/package-updates
|
||||
hook-0 = ~/SudacodeRice/scripts/package-updates
|
||||
# format-foreground = #56a7b5
|
||||
format-foreground = #A8D385
|
||||
format-padding = 1
|
||||
|
||||
@@ -2,25 +2,25 @@
|
||||
type = custom/script
|
||||
tail = true
|
||||
interval = 0
|
||||
exec = $HOME/i3/scripts/playerctl-controls.sh -s
|
||||
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -s
|
||||
format = <label>
|
||||
click-left = exec $HOME/i3/scripts/playerctl-controls.sh -t
|
||||
click-left = exec $HOME/SudacodeRice/scripts/playerctl-controls.sh -t
|
||||
format-padding = 1
|
||||
format-underline = #1DB954
|
||||
format-foreground = #55AEBB
|
||||
|
||||
[module/playerctl-next]
|
||||
type = custom/script
|
||||
click-left = $HOME/i3/scripts/playerctl-controls.sh -n
|
||||
exec = $HOME/i3/scripts/playerctl-controls.sh -f
|
||||
click-left = $HOME/SudacodeRice/scripts/playerctl-controls.sh -n
|
||||
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -f
|
||||
format-padding = 1
|
||||
format-underline = #1DB954
|
||||
format-foreground = #55AEBB
|
||||
|
||||
[module/playerctl-prev]
|
||||
type = custom/script
|
||||
click-left = $HOME/i3/scripts/playerctl-controls.sh -p
|
||||
exec = $HOME/i3/scripts/playerctl-controls.sh -b
|
||||
click-left = $HOME/SudacodeRice/scripts/playerctl-controls.sh -p
|
||||
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -b
|
||||
format-padding = 1
|
||||
format-underline = #1DB954
|
||||
format-foreground = #55AEBB
|
||||
|
||||
@@ -4,5 +4,5 @@ content =
|
||||
content-padding = 4
|
||||
content-background = ${color.shade3}
|
||||
content-foreground = #D85458
|
||||
click-left = ~/i3/scripts/sysmenu
|
||||
click-right = ~/i3/scripts/sysmenu
|
||||
click-left = ~/SudacodeRice/scripts/powermenu
|
||||
click-right = ~/SudacodeRice/scripts/powermenu
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
type = custom/script
|
||||
interval = 1
|
||||
format = <label>
|
||||
exec = python /home/sudacode/i3/scripts/spotify_status.py -t 40 -p ',' --playpause-font=0 -f '{play_pause} {artist}: {song}'
|
||||
exec = python ~/SudacodeRice/scripts/spotify_status.py -t 40 -p ',' --playpause-font=0 -f '{play_pause} {artist}: {song}'
|
||||
format-underline = #1DB954
|
||||
# format-foreground = #1DB954
|
||||
format-foreground = #55AEBB
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[module/spotify-prev]
|
||||
type = custom/script
|
||||
# exec = echo "玲"
|
||||
exec = ~/i3/scripts/spot-controls.sh prev
|
||||
exec = ~/SudacodeRice/scripts/spot-controls.sh prev
|
||||
format = <label>
|
||||
click-left = playerctl previous spotify
|
||||
format-padding = 1
|
||||
@@ -23,7 +23,7 @@ click-left = playerctl play-pause spotify
|
||||
[module/spotify-next]
|
||||
type = custom/script
|
||||
# exec = echo "怜"
|
||||
exec = ~/i3/scripts/spot-controls.sh next
|
||||
exec = ~/SudacodeRice/scripts/spot-controls.sh next
|
||||
format = <label>
|
||||
#format-padding=1
|
||||
click-left = playerctl next spotify
|
||||
|
||||
Reference in New Issue
Block a user