Intial commit
This commit is contained in:
parent
3bd75bf208
commit
4d7bdfdc88
7 changed files with 477 additions and 0 deletions
34
.config/i3/i3blocks.conf
Normal file
34
.config/i3/i3blocks.conf
Normal file
|
@ -0,0 +1,34 @@
|
|||
# i3blocks config file
|
||||
|
||||
|
||||
# Global properties
|
||||
command=/usr/share/i3blocks/$BLOCK_NAME
|
||||
markup=none
|
||||
|
||||
full_text=
|
||||
align=center
|
||||
separator=false
|
||||
separator_block_width=10
|
||||
|
||||
|
||||
[Music]
|
||||
markup=pango
|
||||
command=~/.config/i3/i3bar/music.sh
|
||||
interval=1
|
||||
|
||||
[seperator]
|
||||
|
||||
[Volume]
|
||||
full_text=
|
||||
command=~/.config/i3/i3bar/volume.sh
|
||||
interval=repeat
|
||||
|
||||
[seperator]
|
||||
|
||||
[Datetime]
|
||||
command=~/.config/i3/i3bar/datetime.sh
|
||||
interval=1
|
||||
|
||||
[Shutdown]
|
||||
full_text=
|
||||
command=~/.config/i3/i3bar/shutdown.sh -c -p rofi
|
Loading…
Add table
Add a link
Reference in a new issue