Commit Graph
86 Commits
Author SHA1 Message Date
SirBlob d0d23fb806 Give the screensaver time to show before the lock 2026-08-21 14:49:13 -04:00
SirBlob a4953b8c43 Use a wind glyph for the weather wind row 2026-08-19 21:11:06 -04:00
SirBlob 700b9b4a5d Show the reset clock time in the Claude widget 2026-08-19 21:07:12 -04:00
SirBlob b55f925281 Fix the forked bar failing to load 2026-08-19 19:51:59 -04:00
SirBlob 1c25b44b8e Lock the bar clock to the center 2026-08-19 19:49:18 -04:00
SirBlob ce95c9be9c Add PlanetRed wallpaper and refresh docs
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:49:19 -04:00
SirBlob bfb9eeaea4 Widen the Omarchy menu via a cloned plugin
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:42:48 -04:00
SirBlob ace9f73af6 Fix theme swatches and calendar nav, add collapsible card sections
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:34:46 -04:00
SirBlob c45b71b74a Widen the AGS panels
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:30:34 -04:00
SirBlob b2221e7cf9 Style tooltips and drop the Dictate tile
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:29:21 -04:00
SirBlob e9616a67c9 Move bar indicators into AGS, add calendar navigation and tooltips
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:27:34 -04:00
SirBlob 85652bd0b3 Fix theme swatches, bar sizing, and show 9 workspaces
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:22:21 -04:00
SirBlob 7eabe8bb1f Flatten AGS corners and restyle the Claude card
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:16:43 -04:00
SirBlob 36c5ce8b58 Add the monitor widget to the bar
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:11:55 -04:00
SirBlob c2712cb616 Make the bar clock open AGS quick settings again
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:11:08 -04:00
SirBlob ae3d9fcad1 Add the agents widget to the bar
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:09:17 -04:00
SirBlob fa513944f6 Port the waybar bar layout to shell.json
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:08:40 -04:00
SirBlob 69be9e2552 Fix AGS colors.css generation for Omarchy 4 colors.toml
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:05:26 -04:00
SirBlob 5780242068 Start AGS once, after the theme reapply
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 14:00:43 -04:00
SirBlob b126063701 Feed AGS Claude card from Omarchy agent usage records
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 13:55:44 -04:00
SirBlob 2c467cc8cb Swap Super+Space and Super+Alt+Space back to apps and Omarchy menu
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 13:47:43 -04:00
SirBlob a0b06b12a3 Migrate dotfiles to Omarchy 4
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
2026-08-19 13:46:33 -04:00
SirBlob 007a032568 kitty terminal theme config 2026-08-10 18:49:24 -04:00
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