mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Move i3blocks config to own directory
This commit is contained in:
103
.config/i3/blocks/config
Normal file
103
.config/i3/blocks/config
Normal file
@ -0,0 +1,103 @@
|
||||
# i3blocks config file
|
||||
#
|
||||
# Please see man i3blocks for a complete reference!
|
||||
# The man page is also hosted at http://vivien.github.io/i3blocks
|
||||
#
|
||||
# List of valid properties:
|
||||
#
|
||||
# align
|
||||
# color
|
||||
# command
|
||||
# full_text
|
||||
# instance
|
||||
# interval
|
||||
# label
|
||||
# min_width
|
||||
# name
|
||||
# separator
|
||||
# separator_block_width
|
||||
# short_text
|
||||
# signal
|
||||
# urgent
|
||||
|
||||
# Global properties
|
||||
#
|
||||
# The top properties below are applied to every block, but can be overridden.
|
||||
# Each block command defaults to the script name to avoid boilerplate.
|
||||
command=~/.config/i3/blocks/$BLOCK_NAME
|
||||
markup=none
|
||||
|
||||
#full_text=
|
||||
align=center
|
||||
color=#F3F4F5
|
||||
separator=false
|
||||
separator_block_width=10
|
||||
|
||||
[window title]
|
||||
command=xtitle -s #| sed 's/^$/ /g'"
|
||||
color=#A6D1FA
|
||||
align=center
|
||||
min_width=700
|
||||
interval=persist
|
||||
|
||||
[separator]
|
||||
|
||||
# Command gets the text. This
|
||||
# needs to do command on click
|
||||
#[playpause]
|
||||
#label=$
|
||||
#command=mpc toggle
|
||||
#interval=once
|
||||
|
||||
[volume]
|
||||
instance=Master
|
||||
interval=10
|
||||
signal=10
|
||||
|
||||
[separator]
|
||||
|
||||
[iface]
|
||||
label=
|
||||
#instance=wlan0
|
||||
#color=#00FF00
|
||||
interval=30
|
||||
|
||||
[separator]
|
||||
|
||||
[updates]
|
||||
label=
|
||||
interval=600
|
||||
|
||||
[separator]
|
||||
|
||||
[cpu_usage]
|
||||
label=
|
||||
interval=5
|
||||
|
||||
[separator]
|
||||
|
||||
[memory]
|
||||
label=
|
||||
interval=30
|
||||
|
||||
[separator]
|
||||
|
||||
[temperature]
|
||||
label=
|
||||
interval=5
|
||||
|
||||
[separator]
|
||||
|
||||
#[battery]
|
||||
#label=
|
||||
#interval=5
|
||||
|
||||
[keyboard]
|
||||
label=
|
||||
interval=30
|
||||
|
||||
[separator]
|
||||
|
||||
[clock]
|
||||
interval=5
|
||||
min_width=" 00:00"
|
Reference in New Issue
Block a user