diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
| commit | dada2f255daaa2fb493ec8c7d47e2a8123aea494 (patch) | |
| tree | 0c0eeb84bb7b6e66a2d7f41cdfd061b25f80cc14 /dotfiles/common/.wegorc | |
| parent | d50e5955837788fc69b4d5bc74cb574b859ed31a (diff) | |
refactor(dotfiles): rename system/ to common/ and remove unused configs
Rename dotfiles/system to dotfiles/common for clarity - indicates
shared dotfiles used across all desktop environments (DWM, Hyprland).
Removed config directories for uninstalled applications:
- ghostty (using different terminal)
- lf (using ranger instead)
- mopidy (using mpd instead)
- nitrogen (X11-only, obsolete for Wayland)
- pychess (not installed)
- JetBrains (not installed via archsetup)
- youtube-dl (using yt-dlp with different config location)
Kept audacious config for potential future use.
Updated all references in archsetup, CLAUDE.md, todo.org, and
validation.sh.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.wegorc')
| -rw-r--r-- | dotfiles/common/.wegorc | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/dotfiles/common/.wegorc b/dotfiles/common/.wegorc new file mode 100644 index 0000000..72f03a1 --- /dev/null +++ b/dotfiles/common/.wegorc @@ -0,0 +1,61 @@ +# wego configuration +# +# This config has https://github.com/schachmat/ingo syntax. +# Empty lines or lines starting with # will be ignored. +# All other lines must look like "KEY=VALUE" (without the quotes). +# The VALUE must not be enclosed in quotes as well! + +# aat-frontend: Show geo coordinates (default false) +aat-coords=false + +# aat-frontend: Monochrome output (default false) +aat-monochrome=false + +# BACKEND to be used (default openweathermap) +backend=openweathermap + +# caiyun backend: the api KEY to use (default ) +caiyun-api-key= + +# caiyun backend: print raw requests and responses (default true) +caiyun-debug=true + +# caiyun backend: the LANGUAGE to request from caiyunapp.com/ (default en) +caiyun-lang=en + +# NUMBER of days of weather forecast to be displayed (default 3) +days=3 + +# FRONTEND to be used (default ascii-art-table) +frontend=ascii-art-table + +# json frontend: do not indent the output (default false) +jsn-no-indent=false + +# LOCATION to be queried (default 40.748,-73.985) +location=29.95,-90.07 + +# md-frontend: Show geo coordinates (default false) +md-coords=false + +# openweathermap backend: the api KEY to use (default ) +owm-api-key=8d36abf427407ad165490790aaba45c7 + +# openweathermap backend: print raw requests and responses (default false) +owm-debug=false + +# openweathermap backend: the LANGUAGE to request from openweathermap (default en) +owm-lang=en + +# UNITSYSTEM to use for output. +# Choices are: metric, imperial, si, metric-ms (default metric) +units=imperial + +# worldweatheronline backend: the api KEY to use (default ) +wwo-api-key= + +# worldweatheronline backend: print raw requests and responses (default false) +wwo-debug=false + +# worldweatheronline backend: the LANGUAGE to request from worldweatheronline (default en) +wwo-lang=en |
