mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-10 19:38:53 +02:00
swapped out spotify for tidal.
PS: this uses the private "tidal-hifi" electron app that I am developing and should be released soon.
This commit is contained in:
@@ -35,11 +35,17 @@ separator_block_width=13
|
||||
interval=1
|
||||
color=#e29e0b
|
||||
|
||||
[spotify]
|
||||
command=bash ~/.config/i3/scripts/blocks/spotify.sh
|
||||
[tidal]
|
||||
command=bash ~/.config/i3/scripts/blocks/tidal.sh
|
||||
separator_block_width=13
|
||||
interval=1
|
||||
color=#1DB954
|
||||
color=#4293f5
|
||||
|
||||
# [spotify]
|
||||
# command=bash ~/.config/i3/scripts/blocks/spotify.sh
|
||||
# separator_block_width=13
|
||||
# interval=1
|
||||
# color=#1DB954
|
||||
|
||||
[weather]
|
||||
command=curl wttr.in?format=1
|
||||
@@ -54,12 +60,12 @@ color=#999999
|
||||
# see the script for details.
|
||||
[temperature]
|
||||
command=bash ~/.config/i3/scripts/blocks/temp.sh
|
||||
label=
|
||||
label=
|
||||
interval=1
|
||||
color=#999999
|
||||
|
||||
[load_average]
|
||||
label=
|
||||
label=
|
||||
interval=10
|
||||
separator=true
|
||||
color=#999999
|
||||
@@ -68,7 +74,7 @@ color=#999999
|
||||
#
|
||||
# The type defaults to "mem" if the instance is not specified.
|
||||
[memory]
|
||||
label=
|
||||
label=
|
||||
separator=true
|
||||
interval=30
|
||||
color=#999999
|
||||
@@ -78,7 +84,7 @@ color=#999999
|
||||
# The script may be called with a optional argument to set the alert
|
||||
# (defaults to 10 for 10%).
|
||||
[disk]
|
||||
label=
|
||||
label=
|
||||
instance=/
|
||||
interval=5
|
||||
separator=true
|
||||
@@ -86,7 +92,7 @@ color=#999999
|
||||
|
||||
# Updates
|
||||
[updates]
|
||||
label=
|
||||
label=
|
||||
command=pacman -Qu | wc -l
|
||||
interval=60
|
||||
separator=true
|
||||
@@ -98,15 +104,15 @@ color=#999999
|
||||
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
|
||||
[iface]
|
||||
#instance=wlan0
|
||||
label=
|
||||
label=
|
||||
color=#0fad3c
|
||||
interval=10
|
||||
separator=true
|
||||
|
||||
# ping
|
||||
[ping]
|
||||
label=
|
||||
command=ping -c 2 8.8.8.8 | tail -1| awk '{print $4}' | cut -d '/' -f 2 | cut -f1 -d"."
|
||||
label=
|
||||
command=ping -c 2 8.8.8.8 | tail -1 | awk '{print $4}' | cut -d '/' -f 2 | cut -f1 -d"."
|
||||
interval=60
|
||||
separator=true
|
||||
color=#999999
|
||||
@@ -117,7 +123,7 @@ color=#999999
|
||||
# The second parameter overrides the mixer selection
|
||||
# See the script for details.
|
||||
[volume]
|
||||
label=
|
||||
label=
|
||||
instance=Master
|
||||
interval=1
|
||||
command=/usr/lib/i3blocks/volume/volume 5 pulse
|
||||
@@ -128,7 +134,7 @@ color=#999999
|
||||
# Battery indicator
|
||||
# The battery instance defaults to 0.
|
||||
# [battery]
|
||||
# label=
|
||||
# label=
|
||||
# #instance=1
|
||||
# interval=30
|
||||
# separator=true
|
||||
@@ -145,7 +151,7 @@ color=#999999
|
||||
|
||||
# Date Time
|
||||
[time]
|
||||
label=
|
||||
label=
|
||||
command=date '+%Y-%m-%d %H:%M:%S'
|
||||
interval=1
|
||||
separator=true
|
||||
|
Reference in New Issue
Block a user