add i3 config
This commit is contained in:
commit
fa8b6825ed
7 changed files with 711 additions and 0 deletions
37
i3/.config/i3blocks/config
Normal file
37
i3/.config/i3blocks/config
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
[memory]
|
||||
command=~/.config/i3blocks/modules/memory
|
||||
label=ram
|
||||
interval=30
|
||||
|
||||
[iface]
|
||||
command=~/.config/i3blocks/modules/iface
|
||||
LABEL=wlan
|
||||
#IFACE=wlan0
|
||||
#ADDRESS_FAMILY=inet6?
|
||||
# color=#00FF00
|
||||
interval=30
|
||||
# set this to 1 to display the name of the connected WIFI interface instead of the IP address.
|
||||
display_wifi_name=0
|
||||
|
||||
[volume-pipewire]
|
||||
command=~/.config/i3blocks/modules/volume-pipewire
|
||||
interval=once
|
||||
signal=1
|
||||
USE_ALSA_NAME=1
|
||||
LONG_FORMAT="${SYMB} ${VOL}%"
|
||||
DEFAULT_COLOR="#a0a0a0"
|
||||
|
||||
[language]
|
||||
command=xkblayout-state print %s | awk '{print $0}'
|
||||
interval=5
|
||||
signal=3
|
||||
|
||||
[calendar]
|
||||
command=~/.config/i3blocks/modules/calendar
|
||||
interval=1
|
||||
LABEL=
|
||||
DATEFMT=+%a %d.%m.%Y %H:%M:%S
|
||||
# SHORTFMT=+%H:%M:%S
|
||||
HEIGHT=180
|
||||
WIDTH=220
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue