97 lines
1.8 KiB
Plaintext
97 lines
1.8 KiB
Plaintext
|
# i3blocks configuration file
|
||
|
#
|
||
|
# The i3blocks man page describes the usage of the binary,
|
||
|
# and its website describes the configuration:
|
||
|
#
|
||
|
# https://vivien.github.io/i3blocks
|
||
|
|
||
|
SCRIPT_DIR=/home/arco/.config/i3blocks/scripts
|
||
|
|
||
|
# Global properties
|
||
|
separator=true
|
||
|
separator_block_width=30
|
||
|
|
||
|
[mediaplayer]
|
||
|
command=$SCRIPT_DIR/mediaplayer
|
||
|
interval=1
|
||
|
|
||
|
#[documentation]
|
||
|
#full_text=Documentation
|
||
|
#website=https://vivien.github.io/i3blocks
|
||
|
#command=xdg-open "$website"
|
||
|
#color=#f12711
|
||
|
|
||
|
#[greetings]
|
||
|
#color=#f5af19
|
||
|
#command=echo "Hello, $USER!"
|
||
|
#interval=once
|
||
|
|
||
|
[volume]
|
||
|
command=$SCRIPT_DIR/volume
|
||
|
LABEL=♪
|
||
|
#LABEL=VOL
|
||
|
interval=once
|
||
|
signal=10
|
||
|
STEP=5%
|
||
|
MIXER=pulse
|
||
|
#SCONTROL=[determined automatically]
|
||
|
#NATURAL_MAPPING=0
|
||
|
|
||
|
[dunst]
|
||
|
command=$SCRIPT_DIR/dunst
|
||
|
interval=once
|
||
|
format=json
|
||
|
markup=pango
|
||
|
#min_width=50
|
||
|
align=center
|
||
|
|
||
|
[disk]
|
||
|
command=$SCRIPT_DIR/disk
|
||
|
DIR=/
|
||
|
LABEL=🖴
|
||
|
interval=30
|
||
|
|
||
|
[batterybar]
|
||
|
command=$SCRIPT_DIR/batterybar
|
||
|
label=⏻
|
||
|
interval=5
|
||
|
markup=pango
|
||
|
min_width=bat: ■■■■■
|
||
|
# Discharging colors low to high
|
||
|
C1=#FF0027
|
||
|
C2=#FF3B05
|
||
|
C3=#FFB923
|
||
|
C4=#FFD000
|
||
|
C5=#E4FF00
|
||
|
C6=#ADFF00
|
||
|
C7=#6DFF00
|
||
|
C8=#10BA00
|
||
|
CHARGING_COLOR=#00AFE3
|
||
|
FULL_COLOR=#FFFFFF
|
||
|
AC_COLOR=#535353
|
||
|
|
||
|
[time]
|
||
|
command=date '+%m/%d/%Y %H:%M'
|
||
|
interval=15
|
||
|
|
||
|
[shutdown_menu]
|
||
|
full_text= ⏻ Power Menu
|
||
|
# If you are using FontAwesome, we recommend the power-off icon:
|
||
|
# http://fontawesome.io/icon/power-off/
|
||
|
command=$SCRIPT_DIR/shutdown_menu
|
||
|
#FG_COLOR=#bbbbbb
|
||
|
#BG_COLOR=#111111
|
||
|
#HLFG_COLOR=#111111
|
||
|
#HLBG_COLOR=#bbbbbb
|
||
|
#BORDER_COLOR=#222222
|
||
|
ROFI_TEXT=⏻
|
||
|
ROFI_OPTIONS=-width 11 -location 0 -hide-scrollbar -bw 2
|
||
|
#ZENITY_TITLE=Menu
|
||
|
#ZENITY_TEXT=Action:
|
||
|
#ZENITY_OPTIONS=--column= --hide-header
|
||
|
#ENABLE_CONFIRMATIONS=true (must be true or false)
|
||
|
#LAUNCHER=rofi #(must be rofi or zenity)
|
||
|
LOCKSCRIPT=betterlockscreen -u "/home/arco/Wallpapers/platform.jpg" -l
|
||
|
background=#d79921
|
||
|
color=#282828
|