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
2026-04-25 02:06:01 -04:00
2026-07-03 16:16:18 -04:00
2026-06-17 01:58:28 -04:00
2026-07-03 16:16:33 -04:00

Blob's Dotfiles

My personal system configurations for a custom Wayland desktop environment built on Omarchy.

Arch Linux Hyprland Waybar AGS

What's Inside?

My current setup is built around these core components:

  • Hyprland: A highly customizable dynamic tiling Wayland compositor.
  • Waybar: A customizable, modular status bar.
  • AGS: Aylur's Gtk Shell, used for creating custom, scriptable desktop widgets.
  • Dynamic Theming: Seamlessly integrated with Pywal to extract color palettes from wallpapers and apply them instantly across the entire system (widgets, terminal, status bar).

Directory Structure

  • hypr/: Hyprland configurations (keybindings, window rules, animations, monitor layout, lid-close display handling, and autostart). See hypr/keybinds.md for custom keybindings.
  • waybar/: Status bar layout, CSS styling, and custom interactive modules.
  • ags/: Custom desktop widgets built with TypeScript and GTK — media player, notification hub, quick settings, system monitor, and wallpaper picker.
  • scripts/: Global utility scripts seamlessly exposed as commands by the installer. See commands.md.
  • wallpapers/: A collection of local custom wallpapers for dynamic theming. See wallpaper-gallery/ for the full gallery (split alphabetically across multiple pages).
  • omarchy/hooks/: Event hooks for the Omarchy system (e.g. automatically applying dynamic themes when changing wallpapers).
  • branding/: Custom ASCII art and system branding assets.

Docs

  • Wallpaper Gallery — preview of every wallpaper in wallpapers/, split alphabetically across 0-9, A-D, E-M, M-R, R-Y.
  • Keybinds — custom Hyprland keybindings on top of Omarchy's defaults.
  • Commands — custom blob_* CLI commands exposed by the installer.

Installation

An automated installer script (install.sh) is provided to safely apply these configurations to your system.

# Run the standard installer
./install.sh

# See what would change without modifying any files (dry run)
./install.sh --check

# Force overwrite of any existing local changes
./install.sh --force

The installer also configures the laptop lid switch so the machine stays awake (and the external monitors stay active) when docked or on AC power.

To roll back to the backups the installer created, use revert.sh:

# Restore configs from their .bak versions (prompts first)
./revert.sh
S
Description
No description provided
Readme
141 MiB
Languages
Shell 40.2%
TypeScript 38.1%
CSS 11.7%
Python 4%
Lua 3.7%
Other 2.3%