89 lines
1.6 KiB
Text
89 lines
1.6 KiB
Text
# i3blocks config file changed for EndeavourOS-i3 setup
|
|
|
|
# cheatsheet for icon fonts used on the block-bar:
|
|
# https://fontawesome.com/v4.7/cheatsheet/
|
|
# --> to update this run the following command:
|
|
# wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf -P ~/.config/i3/
|
|
|
|
# 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.
|
|
separator=false
|
|
markup=pango
|
|
|
|
|
|
# Spotify icon \uF1BC
|
|
[spotify]
|
|
label=
|
|
command=.local/bin/i3blocks-mpris -p spotify
|
|
color=#fffff
|
|
|
|
[simple]
|
|
full_text=<big><b>/</b></big>
|
|
color=#bdae93
|
|
|
|
# Memory usage
|
|
#
|
|
# The type defaults to "mem" if the instance is not specified.
|
|
[memory]
|
|
label=
|
|
command=~/.config/i3/scripts/memory
|
|
interval=15
|
|
|
|
[cpu_usage]
|
|
label=
|
|
command=~/.config/i3/scripts/cpu_usage
|
|
interval=15
|
|
|
|
# Retiré lorsque sur batterie.
|
|
#[bandwidth]
|
|
#command=~/.config/i3/scripts/bandwidth
|
|
#interval=persist
|
|
|
|
[simple-2]
|
|
full_text=<big><b>/</b></big>
|
|
color=#bdae93
|
|
|
|
# Battery indicator
|
|
[battery]
|
|
command=~/.config/i3/scripts/battery2
|
|
interval=60
|
|
|
|
[pavucontrol]
|
|
full_text=
|
|
command=pavucontrol
|
|
|
|
[volume-pulseaudio]
|
|
command=~/.config/i3/scripts/volume
|
|
instance=Master
|
|
interval=1
|
|
|
|
[simple-2]
|
|
full_text=<big><b>/</b></big>
|
|
color=#bdae93
|
|
|
|
[time]
|
|
#label=
|
|
command=date '+%a %d %b %H:%M'
|
|
interval=60
|
|
|
|
[shutdown_menu]
|
|
full_text=
|
|
command=~/.config/i3/scripts/powermenu
|