i3blocks-config/config

154 lines
2.7 KiB
Plaintext
Raw Normal View History

2023-07-20 16:59:11 -04:00
# 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
2024-04-26 15:09:23 -04:00
[mediaplayer2]
command=$SCRIPT_DIR/mediaplayer2
2024-11-25 16:16:17 -05:00
label=[♪]
CONCISE=true
2024-04-26 15:09:23 -04:00
interval=1
2024-11-25 16:16:17 -05:00
#color=#ECEFF4
color=#ebdbb2
2024-02-08 18:36:37 -05:00
#[mediaplayer]
#command=$SCRIPT_DIR/mediaplayer
#label=[♪]
#interval=1
#color=#ebdbb2
2024-11-25 16:16:17 -05:00
#[check-security-key]
#command=$SCRIPT_DIR/check_security_key
#interval=1
#color=#ECEFF4
#color=#ebdbb2
2024-02-08 18:36:37 -05:00
#[rofi-wttr]
#command=$SCRIPT_DIR/rofi-wttr
#interval=3600
#BAR_POSITION=top
#FONT=Monospace 10
#LABEL=🌡️
#LOCATION=Washington_DC
#ROFI_CONFIG_FILE=/dev/null
#color=#ebdbb2
2023-07-20 16:59:11 -04:00
#[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
2024-11-25 16:16:17 -05:00
LABEL=[🕪]
2023-07-20 16:59:11 -04:00
interval=once
signal=10
STEP=5%
MIXER=pulse
#SCONTROL=[determined automatically]
2024-02-08 18:36:37 -05:00
NATURAL_MAPPING=0
2024-11-25 16:16:17 -05:00
#color=#ECEFF4
color=#ebdbb2
2023-07-20 16:59:11 -04:00
[dunst]
command=$SCRIPT_DIR/dunst
interval=once
format=json
markup=pango
2024-02-08 18:36:37 -05:00
min_width=50
2023-07-20 16:59:11 -04:00
align=center
[disk]
command=$SCRIPT_DIR/disk
DIR=/
2024-11-25 16:16:17 -05:00
LABEL=[🖴]
2023-07-20 16:59:11 -04:00
interval=30
2024-11-25 16:16:17 -05:00
#color=#ECEFF4
color=#ebdbb2
2023-07-20 16:59:11 -04:00
[batterybar]
command=$SCRIPT_DIR/batterybar
2024-11-25 16:16:17 -05:00
label=[🗲]
2023-07-20 16:59:11 -04:00
interval=5
markup=pango
min_width=bat: ■■■■■
# Discharging colors low to high
2024-11-25 16:16:17 -05:00
C1=#cc241d
C2=#cc241d
C3=#d79921
C4=#d79921
C5=#98971a
C6=#98971a
C7=#458588
C8=#458588
CHARGING_COLOR=#b16286
FULL_COLOR=#ebdbb2
AC_COLOR=#b16286
#color=#ECEFF4
color=#ebdbb2
2023-07-20 16:59:11 -04:00
[time]
2024-11-25 16:16:17 -05:00
label=[🕰]
2023-07-20 16:59:11 -04:00
command=date '+%m/%d/%Y %H:%M'
interval=15
2024-11-25 16:16:17 -05:00
#color=#ECEFF4
color=#ebdbb2
[laptop_mode]
full_text= ↺ 🖥
command=$SCRIPT_DIR/laptopmode
color=#ebdbb2
[tablet_mode]
full_text= ↺ 🖵
command=$SCRIPT_DIR/tabletmode
color=#ebdbb2
#[run]
#full_text= >_
#command=rofi -show drun
2024-02-08 18:36:37 -05:00
#background=#458588
#color=#282828
2024-11-25 16:16:17 -05:00
#[kill]
#full_text= X
#command=i3-msg kill > /dev/null
#background=#cc241d
2024-02-08 18:36:37 -05:00
#color=#282828
#[shutdown_menu]
#full_text= ⏻ Power Menu
2023-07-20 16:59:11 -04:00
# If you are using FontAwesome, we recommend the power-off icon:
# http://fontawesome.io/icon/power-off/
2024-02-08 18:36:37 -05:00
#command=$SCRIPT_DIR/shutdown_menu
2023-07-20 16:59:11 -04:00
#FG_COLOR=#bbbbbb
#BG_COLOR=#111111
#HLFG_COLOR=#111111
#HLBG_COLOR=#bbbbbb
#BORDER_COLOR=#222222
2024-02-08 18:36:37 -05:00
#ROFI_TEXT=⏻
#ROFI_OPTIONS=-width 11 -location 0 -hide-scrollbar -bw 2
2023-07-20 16:59:11 -04:00
#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)
2024-02-08 18:36:37 -05:00
#LOCKSCRIPT=betterlockscreen -u "/home/arco/Wallpapers/platform.jpg" -l
#background=#d79921
#color=#282828