This commit is contained in:
2025-12-11 12:01:01 -05:00
parent b654a7fdd0
commit 7cfffc329b
12 changed files with 724 additions and 63 deletions

View File

@@ -35,6 +35,7 @@ markup=pango
[time]
label=
# command=date '+%H:%M.%a-%m-%d'
command=date '+%H:%M.%a-%m-%d'
interval=1
color=#acc0cd

View File

@@ -19,34 +19,34 @@ color=#cbe4ff
# sys.monitoring [[[ #
[temperature]
label=
interval=5
#[temperature]
#label=
#interval=5
[cpu_usage]
label=
interval=5
#[cpu_usage]
#label=
#interval=5
[memory]
label=
# color=#3da061
interval=2
#[memory]
#label=
## color=#3da061
#interval=2
# ]]] sys.monitoring #
# volume/spotify [[[ #
[spotify]
#command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
command=/home/kevin/.config/i3blocks/scripts/spotify
# label=
label=
# # label=🎧
# # green
# # color=#198c19
# # aqua
# # color=#2d7272
interval=5
#[spotify]
##command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
#command=/home/kevin/.config/i3blocks/scripts/spotify
## label=
#label=
## # label=🎧
## # green
## # color=#198c19
## # aqua
## # color=#2d7272
#interval=5
# [spotify]
# label=

View File

@@ -66,12 +66,12 @@ interval=30
# TICKER=SEIUSD
# interval=30
[dexscreener]
label=PIXL
#CHAIN=ethereum
#PAIR=0x31c0ba10e4e12be6cdceb612e5e829d977532bfc
command=/home/kevin/.config/i3blocks/scripts/dexscreener ethereum 0x31c0ba10e4e12be6cdceb612e5e829d977532bfc
interval=30
#[dexscreener]
#label=PIXL
##CHAIN=ethereum
##PAIR=0x31c0ba10e4e12be6cdceb612e5e829d977532bfc
#command=/home/kevin/.config/i3blocks/scripts/dexscreener ethereum 0x31c0ba10e4e12be6cdceb612e5e829d977532bfc
#interval=30
#[dexscreener]
#label=PENGU

View File

@@ -3,8 +3,10 @@
WIDTH=${WIDTH:-200}
HEIGHT=${HEIGHT:-200}
#DATEFMT=${DATEFMT:-"+%a %d.%m.%Y %H:%M:%S"}
DATEFMT=${DATEFMT:-"+ %a %-m/%d %H:%M"}
SHORTFMT=${SHORTFMT:-"+%H:%M:%S"}
#DATEFMT=${DATEFMT:-"+ %a %-m/%d %H:%M"}
#SHORTFMT=${SHORTFMT:-"+%H:%M:%S"}
DATEFMT=${DATEFMT:-"+%H:%M"}
SHORTFMT=${SHORTFMT:-"+%H:%M"}
OPTIND=1
while getopts ":f:W:H:" opt; do

View File

@@ -9,7 +9,8 @@
. "/home/kevin/.cache/wal/colors.sh"
# Define the date format matching the output in your screenshot (e.g., Sat 12/06 12:46)
DATE_FORMAT='+%a %m/%d %H:%M'
#DATE_FORMAT='+%a %m/%d %H:%M'
DATE_FORMAT='%H:%M'
# Use Pango markup to wrap the entire string, applying the color,
# and explicitly defining the icon () and the date output.