63 Commits
Author SHA1 Message Date
SirBlob 5c7f8911ec Update wallpaper gallery for 9 new wallpapers 2026-08-01 22:30:19 -04:00
SirBlob 4eb3b23d4b Add 9 new wallpapers 2026-08-01 22:28:33 -04:00
SirBlob 45a60030d1 Fix Zen browser colors to follow active theme, not pywal cache
zen/userChrome.css read straight from ~/.cache/wal/colors.css, which
only updates on wallpaper pick and ignores static/shared theme
changes. Now generates zen.css from colors.toml via Omarchy's own
templating, same as waybar/alacritty/etc.
2026-08-01 20:09:39 -04:00
SirBlob 3266666ade Add 5 new wallpapers, update gallery 2026-08-01 15:02:15 -04:00
SirBlob acc96492ee Add theme system: local themes, picker, static/dynamic mode
- blob_theme: apply local or shared themes, --dynamic recolors from
  the current wallpaper without changing it, --print saves the active
  theme's colors.toml (e.g. for a dynamic palette worth keeping)
- themes/: drop-in colors.toml files that install.sh syncs into
  Omarchy's theme dir, alongside any already-installed themes
- ThemePicker widget, walker menu, and Quick Settings tile mirroring
  the existing wallpaper picker, with color-swatch previews
- blob_wallpaper no longer forces dynamic mode on every wallpaper
  change; it only recolors if you're already in dynamic mode
- install.sh: fix a new-directory mkdir bug in backup_and_copy, and
  stop backing up wallpapers/themes (.bak dirs were showing up as
  fake entries in the picker) since both are pure git mirrors

Claude-Session: https://claude.ai/code/session_011kf23kB9NsaczSYazZsWs6
2026-07-31 22:14:51 -04:00
SirBlob cdff530e4b Fix gif wallpapers rendering static instead of animated
omarchy-theme-set launches swaybg asynchronously in the background,
which raced against the gif-detection logic and could leave a static
swaybg frame on top of the animated awww daemon. Skip theme-set's own
background step and own the daemon selection (swaybg vs awww) and
symlink update directly, launch awww-daemon through uwsm-app like
every other layer-shell client here, use awww's own graceful kill
instead of a raw pkill to avoid a stale IPC socket, and log daemon
output plus invocation env to ~/.cache for debugging.

Claude-Session: https://claude.ai/code/session_011kf23kB9NsaczSYazZsWs6
2026-07-31 16:01:34 -04:00
SirBlob bff3c13acc Add 20 wallpapers, rename to lowercase/no-spaces, rebuild gallery
Normalize wallpaper filenames (no capitals, no spaces) and regenerate
the alphabetical gallery split for the new 88-wallpaper total; m-r/r-z
replace n-r/s-z since the split boundaries shifted.

Claude-Session: https://claude.ai/code/session_011kf23kB9NsaczSYazZsWs6
2026-07-31 16:01:25 -04:00
SirBlob c2a05bbe8e Reapply "Add 25 new wallpapers, split gallery into wallpaper-gallery/"
This reverts commit 94518ffa30.
2026-07-31 13:48:24 -04:00
SirBlob 94518ffa30 Revert "Add 25 new wallpapers, split gallery into wallpaper-gallery/"
This reverts commit 07ef82ff73.
2026-07-31 13:46:46 -04:00
SirBlob 07ef82ff73 Add 25 new wallpapers, split gallery into wallpaper-gallery/
Move the wallpaper gallery docs into wallpaper-gallery/ (index +
alphabetical a-d/e-m/n-r/s-z pages) so the growing list stays readable,
and link the new structure from README.

Claude-Session: https://claude.ai/code/session_011kf23kB9NsaczSYazZsWs6
2026-07-31 13:44:31 -04:00
SirBlob 1ca522ddc0 Add mountain-snow-minima and vintage-ascent to wallpaper gallery 2026-07-27 12:32:53 -04:00
SirBlob f32b4ac102 Add mountain-snow-minima and vintage-ascent wallpapers 2026-07-27 12:31:07 -04:00
SirBlob 88f2740361 Extract commands.md from README, link wallpaper/keybinds/commands docs 2026-07-27 12:31:01 -04:00
SirBlob 5ecbcdf55b Stop side panels from stretching to center panel height 2026-07-27 12:26:51 -04:00
SirBlob c3f8738f00 Fix icon badge centering, remove uptime card, fix weather location, 3 tiles per row 2026-07-27 12:24:20 -04:00
SirBlob 9a2e352202 Center icon badges properly and split wallpaper tile row to 2 per row 2026-07-27 12:16:49 -04:00
SirBlob 0dd174d8c7 Move wallpaper button into tile grid, add breathing room to side card icons 2026-07-27 12:13:23 -04:00
SirBlob 0c0c914431 Fix missing icon glyphs on wallpaper, uptime, weather, and Claude Code cards 2026-07-27 12:09:55 -04:00
SirBlob cffe15e1f6 Widen side cards, add icon badges and graphics, add wallpaper button 2026-07-27 12:00:04 -04:00
SirBlob 9b839ffaf1 Read Claude Code usage from local session logs, redesign panel as separate cards 2026-07-27 11:54:11 -04:00
SirBlob c68e8c38cb Rename blob_claude_key to generic blob_key for storing multiple secrets 2026-07-27 11:41:14 -04:00
SirBlob fb57093a75 Add side panels with widget cards and Claude Code usage stats to quick settings 2026-07-27 11:39:54 -04:00
SirBlob 66a8482254 wallpaper update 2026-07-25 14:07:30 -04:00
SirBlob 692555f8e3 Add keybinds.md documenting custom Hyprland bindings 2026-07-16 10:37:28 -04:00
SirBlob 7cba2c0b3f Remove ChatGPT, Grok, X, Typora, and 1Password keybinds 2026-07-16 10:37:26 -04:00
SirBlob 83780c7ff1 Remove the Update.md 2026-07-03 16:24:40 -04:00
SirBlob ea7093e987 Update README for new widgets, blob_theme, and lid handling 2026-07-03 16:18:53 -04:00
SirBlob df72345a5c Ignore ags-dots reference clone 2026-07-03 16:16:33 -04:00
SirBlob f1c3dca364 Add dotfiles notes 2026-07-03 16:16:18 -04:00
SirBlob be14a1a730 Add blob_theme script and update wallpaper script 2026-07-03 16:16:18 -04:00
SirBlob 04f074b71c Update hypr bindings and hypridle config 2026-07-03 16:16:18 -04:00
SirBlob 0cf0bababc Update waybar config and style 2026-07-03 16:16:18 -04:00
SirBlob 1fe518ff2b Add AGS notification, quick settings, and sysmonitor widgets 2026-07-03 16:14:36 -04:00
SirBlob 91d8d5f84b Update install and revert scripts for lid switch config 2026-07-03 16:12:19 -04:00
SirBlob 850cef2372 Configure external monitors and fix lid-close display handling 2026-07-03 16:12:19 -04:00
SirBlob 007d439479 revert.sh 2026-06-17 01:58:28 -04:00
SirBlob fc2c5e8d18 Added Neovim config generation for dynamic themes 2026-04-26 01:05:05 -04:00
SirBlob 59e2d9de97 Fixed Media Widget not showing media 2026-04-25 02:49:45 -04:00
SirBlob 8d1be4712d Update Boot Flash Screen 2026-04-25 02:06:01 -04:00
SirBlob 320dc003c4 Color Fix Script update 2026-04-21 01:12:42 -04:00
SirBlob 3195f61782 Added more wallpapers 2026-04-21 01:04:16 -04:00
SirBlob 85a06ae0f8 New Wallpapers 2026-04-20 20:17:40 -04:00
SirBlob 1ee02f2a2f Integrate visual image previews using custom walker/elephant provider 2026-04-20 20:12:48 -04:00
SirBlob bfa9ed67f7 Integrate GUI wallpaper selector and animated GIF support via awww 2026-04-20 20:02:05 -04:00
SirBlob b2717d88e8 Enhance blob_color_fixer to check and boost saturation for bland palettes 2026-04-20 17:58:49 -04:00
SirBlob b98ddd3db9 Add python utility to fix monotone palettes and integrate into wallpaper script 2026-04-20 17:52:24 -04:00
SirBlob 80bb43ae13 Update README.md to document blob_boot command 2026-04-20 14:12:43 -04:00
SirBlob 4143384758 Add blob_boot.sh to update boot splash image with GRUB/mkinitcpio compatibility 2026-04-20 14:08:19 -04:00
SirBlob 33081f8fa3 Make blob_wallpaper.sh interactive 2026-04-20 13:40:52 -04:00
SirBlob 8501165f84 Update README.md 2026-04-20 13:30:48 -04:00