summaryrefslogtreecommitdiff
path: root/.config/i3blocks
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-12 04:02:40 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-12 04:02:40 -0700
commit31f29595c69d6da113025b734e4d580533ec8144 (patch)
treea1339ff589e702c80b6dd906091500fe1c599983 /.config/i3blocks
parentb769e5c08da0d6b4e2cc62d9c5b2ea988f78f79c (diff)
Debug complete, nvidia driver bad
Diffstat (limited to '.config/i3blocks')
-rw-r--r--.config/i3blocks/config62
1 files changed, 32 insertions, 30 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config
index 9cacae2..b839f7a 100644
--- a/.config/i3blocks/config
+++ b/.config/i3blocks/config
@@ -1,4 +1,6 @@
-# i3blocks config
+#
+# ~/.config/i3blocks/config
+#
# Global properties
command=$HOME/.local/bin/blocks/$BLOCK_NAME
@@ -6,50 +8,50 @@ separator=false
separator_block_width=5
markup=pango
-[gpu]
-label=
-interval=10
-#min_width=GPU 100% 100% 100% 100%
-#T_WARN=70
-#T_CRIT=90
+# [gpu]
+# label=
+# interval=10
+# min_width=GPU 100% 100% 100% 100%
+# T_WARN=70
+# T_CRIT=90
[cpu]
label=
interval=10
-#min_width=CPU: 100.00%
-#T_WARN=50
-#T_CRIT=80
-#DECIMALS=2
+# min_width=CPU: 100.00%
+# T_WARN=50
+# T_CRIT=80
+# DECIMALS=2
[memory]
label=
-#instance=swap
+#i nstance=swap
interval=30
[volume]
interval=once
signal=1
-#MIXER=[determined automatically]
-#SCONTROL=[determined automatically]
-##exposed format variables: ${SYMB}, ${VOL}, ${INDEX}, ${NAME}
-#LONG_FORMAT="${SYMB} ${VOL}% [${INDEX}:${NAME}]"
-#SHORT_FORMAT="${SYMB} ${VOL}% [${INDEX}]"
-#AUDIO_HIGH_SYMBOL=' '
-#AUDIO_MED_THRESH=50
-#AUDIO_MED_SYMBOL=' '
-#AUDIO_LOW_THRESH=0
-#AUDIO_LOW_SYMBOL=' '
-#AUDIO_DELTA=5
-#DEFAULT_COLOR="#ffffff"
-#MUTED_COLOR="#a0a0a0"
-#USE_ALSA_NAME=0
-#USE_DESCRIPTION=0
-## SUBSCRIBE=1 requires interval=persist and always uses LONG_FORMAT
-#SUBSCRIBE=0
+# MIXER=[determined automatically]
+# SCONTROL=[determined automatically]
+## Exposed format variables: ${SYMB}, ${VOL}, ${INDEX}, ${NAME}
+# LONG_FORMAT="${SYMB} ${VOL}% [${INDEX}:${NAME}]"
+# SHORT_FORMAT="${SYMB} ${VOL}% [${INDEX}]"
+AUDIO_HIGH_SYMBOL= 
+# AUDIO_MED_THRESH=50
+AUDIO_MED_SYMBOL= 
+# AUDIO_LOW_THRESH=0
+AUDIO_LOW_SYMBOL= 
+# AUDIO_DELTA=5
+# DEFAULT_COLOR="#ffffff"
+# MUTED_COLOR="#a0a0a0"
+# USE_ALSA_NAME=0
+# USE_DESCRIPTION=0
+# SUBSCRIBE=1 requires interval=persist and always uses LONG_FORMAT
+# SUBSCRIBE=0
[calendar]
label=
-DATEFMT=+%m/%b/%y %H:%M
+DATEFMT=+%d/%b/%y %H:%M
# SHORTFMT=+%H:%M:%S
HEIGHT=180
WIDTH=220