106 lines
1.9 KiB
Plaintext
Executable File
106 lines
1.9 KiB
Plaintext
Executable File
|
|
# 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
|
|
|
|
# Disk usage
|
|
#
|
|
# The directory defaults to $HOME if the instance is not specified.
|
|
# The script may be called with a optional argument to set the alert
|
|
# (defaults to 10 for 10%).
|
|
[disk]
|
|
label=
|
|
instance=/
|
|
command=~/.config/i3/scripts/disk
|
|
interval=30
|
|
|
|
# Memory usage
|
|
#
|
|
# The type defaults to "mem" if the instance is not specified.
|
|
[memory]
|
|
label=
|
|
command=~/.config/i3/scripts/memory
|
|
interval=2
|
|
|
|
[cpu_usage]
|
|
label=
|
|
command=~/.config/i3/scripts/cpu_usage
|
|
interval=2
|
|
|
|
[CPU-temperature]
|
|
label=
|
|
command=~/.config/i3/scripts/temperature
|
|
interval=30
|
|
|
|
[bandwidth]
|
|
command=~/.config/i3/scripts/bandwidth2
|
|
interval=persist
|
|
|
|
# Battery indicator
|
|
[battery]
|
|
command=~/.config/i3/scripts/battery2
|
|
# for alternative battery script change to battery1
|
|
# change this to battery-pinebook-pro if you are running on pinebook-pro
|
|
label=
|
|
interval=30
|
|
|
|
[simple-2]
|
|
full_text=: :
|
|
color=#717171
|
|
|
|
[pavucontrol]
|
|
full_text=
|
|
command=pavucontrol
|
|
|
|
[volume-pulseaudio]
|
|
command=~/.config/i3/scripts/volume
|
|
instance=Master
|
|
interval=1
|
|
|
|
# power-profiles-daemon implementation:
|
|
# needs package power-profiles-daemon installed and the service running see here:
|
|
# https://wiki.archlinux.org/title/CPU_frequency_scaling#power-profiles-daemon
|
|
|
|
#set power-profile
|
|
[ppd_menu]
|
|
full_text=
|
|
command=~/.config/i3/scripts/power-profiles
|
|
color=#407437
|
|
|
|
#Show the current power-profile
|
|
[ppd-status]
|
|
command=~/.config/i3/scripts/ppd-status
|
|
interval=5
|
|
|
|
[time]
|
|
#label=
|
|
command=date '+%a %d %b %H:%M:%S'
|
|
interval=1
|
|
|
|
[shutdown_menu]
|
|
full_text=
|
|
command=~/.config/i3/scripts/powermenu
|
|
|
|
[simple-2]
|
|
full_text=: :
|
|
color=#717171
|