Compare commits

...

3 Commits

Author SHA1 Message Date
Joel Beckmeyer ca1d4cf955 add bottom theme 2023-09-11 10:49:02 -04:00
Joel Beckmeyer 0adcd754e1 add NODE_REPL_HISTORY var 2023-09-11 10:48:52 -04:00
Joel Beckmeyer 90d2f4337f variety: add variety-daily-verse plugin 2023-09-11 10:48:20 -04:00
3 changed files with 6 additions and 1 deletions

View File

@ -4,3 +4,7 @@
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".config/variety/plugins/verse.py"]
type = "file"
url = "https://raw.githubusercontent.com/Crissium/variety-daily-verse/master/verse.py"
refreshPeriod = "168h"

View File

@ -52,7 +52,7 @@
# Disable mouse clicks
#disable_click = false
# Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"
#color = "default"
color = "gruvbox-light"
# Show memory values in the processes widget as values by default
#mem_as_value = false
# Show tree mode by default in the processes widget.

View File

@ -25,6 +25,7 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
export KDEHOME="$XDG_CONFIG_HOME"/kde
export LESSHISTFILE="$XDG_STATE_HOME"/less/history
export MINETEST_USER_PATH="$XDG_DATA_HOME"/minetest
export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup