Great Renaming, i3blocks officially changed
This commit is contained in:
@@ -60,7 +60,7 @@ exec --no-startup-id remaps
|
||||
# Unclutter makes the mouse invisible after a brief period
|
||||
exec --no-startup-id unclutter
|
||||
# Run the script to update the mpd i3block on change.
|
||||
exec_always --no-startup-id i3mpdupdate
|
||||
exec_always --no-startup-id mpdupdate
|
||||
# mpd startup
|
||||
exec --no-startup-id mpd
|
||||
# Podboat automatic queue and download
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
command=/usr/lib/i3blocks/$BLOCK_NAME
|
||||
command=~/.scripts/statusbar/$BLOCK_NAME
|
||||
separator_block_width=15
|
||||
markup=pango
|
||||
|
||||
@@ -7,79 +7,63 @@ command=cat ~/.recordingicon
|
||||
interval=once
|
||||
signal=9
|
||||
|
||||
[mpd]
|
||||
[music]
|
||||
label=🎼
|
||||
command=i3mpd
|
||||
interval=once
|
||||
signal=11
|
||||
|
||||
[news]
|
||||
label=📰
|
||||
command=i3news
|
||||
interval=once
|
||||
signal=6
|
||||
|
||||
[pacman]
|
||||
[pacpackages]
|
||||
label=📦
|
||||
command=i3pacman
|
||||
interval=once
|
||||
signal=8
|
||||
|
||||
[torrents]
|
||||
command=i3torrent
|
||||
[torrent]
|
||||
interval=20
|
||||
signal=7
|
||||
|
||||
[weather]
|
||||
command=i3weather
|
||||
interval=3600
|
||||
|
||||
[mail]
|
||||
[mailbox]
|
||||
label=📬
|
||||
command=i3mail
|
||||
interval=180
|
||||
signal=12
|
||||
|
||||
#[memory]
|
||||
#command=i3mem
|
||||
#interval=30
|
||||
#label=🧠
|
||||
|
||||
#[cpu]
|
||||
#command=i3cpu
|
||||
#interval=15
|
||||
#label=💻
|
||||
|
||||
[volume]
|
||||
interval=once
|
||||
command=i3volume
|
||||
signal=10
|
||||
|
||||
#[diskspace]
|
||||
#[disk]
|
||||
#interval=60
|
||||
#command=i3disk /
|
||||
#command=disk /
|
||||
|
||||
#[diskspace]
|
||||
#[disk]
|
||||
#interval=60
|
||||
#command=i3disk /home 🏠
|
||||
#command=disk /home 🏠
|
||||
|
||||
[battery]
|
||||
command=i3battery BAT1
|
||||
command=battery BAT0
|
||||
interval=5
|
||||
|
||||
[battery]
|
||||
command=i3battery BAT0
|
||||
interval=5
|
||||
|
||||
[time]
|
||||
[clock]
|
||||
label=📅
|
||||
command=i3date
|
||||
interval=30
|
||||
|
||||
[internet]
|
||||
command=i3internet
|
||||
interval=10
|
||||
|
||||
[help]
|
||||
command=i3help
|
||||
interval=once
|
||||
|
||||
Reference in New Issue
Block a user