Commit Graph

40 Commits

Author SHA1 Message Date
funman300 7ab5116e5d waybar: work around DST bug in built-in clock module
waybar 0.15.0's clock module reads PST instead of PDT, showing time
an hour behind. Replace with custom/exec calling date directly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 10:18:55 -07:00
funman300 a210977a0e xdg: add discord scheme handler for vesktop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 11:38:52 -07:00
funman300 b0daea2a73 waybar: fix GTK3 CSS variables, pin timezone, adjust screenshot keybind
- theme/colors.css: replace CSS custom properties (--var) with GTK3
  @define-color — GTK3 CSS parser rejects -- syntax, crashing waybar
- waybar/style.css, wofi/style.css, gtklock/style.css: update var(--x)
  references to @x to match
- waybar/config.jsonc: pin clock timezone to America/Vancouver
- niri/config.kdl: change Print to Mod+Print for screenshot keybind

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 11:38:48 -07:00
funman300 d923cfb5cf screenshot: fix action separator and add Pictures dir guard 2026-04-28 11:28:50 -07:00
funman300 b2c2f2d394 screenshot: add post-capture notification and wofi action picker 2026-04-28 11:26:56 -07:00
funman300 a8650c2c86 packages: add satty and swappy 2026-04-28 11:25:35 -07:00
funman300 a6ed78846b docs: add interactive screenshot implementation plan
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 11:24:33 -07:00
funman300 5639219d9f docs: add interactive screenshot design spec
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 11:22:51 -07:00
funman300 8a087d123f Housekeeping: fix theme SSOT, wire screenshot, remove dead swaylock
- mako/config: generate from theme/colors.json in install.sh instead of
  symlinking a static file — mako is the only tool that can't use CSS
  variables, so colors.json is now the single source of truth for it
- gtklock/config.ini: remove hardcoded /home/alex absolute path for style;
  gtklock falls back to $XDG_CONFIG_HOME/gtklock/style.css by default
- niri: replace inline grim spawn-sh with `spawn "screenshot"` to use the
  existing script (which also copies to clipboard via wl-copy)
- install.sh: add screenshot symlink; mako generation step
- packages.txt: add snixembed (used in niri spawn-at-startup, was missing)
- swaylock/config: delete (replaced by gtklock in previous commit)
- .gitignore: add mako/config (now generated, not tracked)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 12:02:56 -07:00
funman300 79ca9839f6 Add mouse battery widget, Bolt Launcher rule, cursor size; fix theme symlink
- waybar: add custom/mouse-battery module and mouse-battery.sh script
- niri: add Bolt Launcher floating rule; switch RuneLite to floating
- environment.d: set XCURSOR_SIZE=36
- install.sh: add symlinks for theme/colors.css and mouse-battery.sh (fixes @import path)
- .gitignore: exclude nohup.out

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 11:54:28 -07:00
funman300 8be00bc273 Replace swaylock with gtklock; centralise theme palette
- Replace swaylock with gtklock (username + password form lockscreen)
- Add gtklock/config.ini and gtklock/style.css (Tomorrow Night theme)
- Update niri keybindings and swayidle to invoke gtklock -d
- Update packages.txt: swaylock -> gtklock
- Update install.sh: add AUR helper detection (yay/paru), symlink gtklock configs
- Add theme/colors.css (CSS custom properties) and theme/colors.json
- Update waybar/style.css, wofi/style.css, gtklock/style.css to import shared palette
- Update README.md with project summary and component table
- Add ARCHITECTURE.md and CLAUDE.md
2026-04-24 12:56:58 -07:00
funman300 8c099437a4 niri: add snixembed startup and Wine tray window rule 2026-04-23 10:51:14 -07:00
funman300 299d4269ba niri: add float toggle hotkey, workspace binds, RuneLite window rule 2026-04-23 10:47:49 -07:00
funman300 888f46d791 niri: remove focus ring, add maximize keybind, set gaps to 0 2026-04-23 10:39:13 -07:00
funman300 c7713b3626 niri: remove window borders, keep focus ring 2026-04-23 10:32:38 -07:00
funman300 3584c0e38e alacritty: remove window decorations 2026-04-23 10:31:58 -07:00
funman300 b4fbb8963a wofi: polish style with better spacing, focus ring, and font 2026-04-23 10:30:21 -07:00
funman300 c32d9cdd1a networkmanager-dmenu: add wofi config 2026-04-23 10:29:27 -07:00
funman300 ab4b964c09 waybar: click wifi to open networkmanager_dmenu wofi picker 2026-04-23 10:29:05 -07:00
funman300 cf3902b35e waybar: add CPU usage/temp with color states and per-core tooltip 2026-04-23 10:25:39 -07:00
funman300 fd2abd5fae gtk: remove window decoration buttons left over from GNOME 2026-04-23 10:23:22 -07:00
funman300 e39889affb niri: suspend after 30min idle to prevent overheating 2026-04-23 10:21:15 -07:00
funman300 5f7e96f864 modified: niri/config.kdl 2026-04-22 20:52:02 -07:00
funman300 54689f9781 Add power profile and fan strategy waybar modules - scripts/power-profile.sh: waybar module + wofi menu for powerprofilesctl - scripts/fan-profile.sh: waybar module + wofi menu for fw-fanctrl - waybar/config.jsonc: add custom/power-profile and custom/fan-profile modules - waybar/style.css: add padding and class colors for new modules - packages.txt: add power-profiles-daemon and fw-fanctrl - install.sh: symlink new scripts to ~/.local/bin 2026-04-22 17:27:29 -07:00
funman300 0cd43b9e54 Switch greeter from tuigreet to regreet
- Replace greetd-tuigreet with greetd-regreet + cage in packages.txt
- Add greetd/config.toml and greetd/regreet.toml (Materia-dark theme)
- Update install.sh to deploy greetd configs to /etc/greetd/
- Fix powermenu.sh awk parsing (use $NF instead of $2 for icon glyphs)
2026-04-22 17:15:17 -07:00
funman300 50e274cc20 Fix RuneLite: add xwayland-satellite autostart and DISPLAY=:0 env var 2026-04-22 16:37:15 -07:00
funman300 cf85423fa3 Add window rules for gaming/RuneLite, fix Java Wayland blank window 2026-04-22 16:32:37 -07:00
funman300 fe3df936dd Add starship prompt, swaylock theme, thunar archive plugin, starship packages 2026-04-22 16:32:06 -07:00
funman300 31df897982 Add touchpad input config, XDG portal config, and fix screen sharing 2026-04-22 16:28:38 -07:00
funman300 896a1cc9b8 Add ELECTRON_OZONE_PLATFORM_HINT=auto for native Wayland VS Code 2026-04-22 16:23:59 -07:00
funman300 201d7a120a Update packages.txt with all installed packages 2026-04-22 16:21:12 -07:00
funman300 49bd7eb866 Add XDG defaults: mimeapps.list with firefox, thunar, code, imv, mpv, zathura 2026-04-22 16:20:13 -07:00
funman300 cde5fe4c7f Add GTK theming: Materia-dark theme, Papirus-Dark icons 2026-04-22 16:18:40 -07:00
funman300 732da63c5b Fix swayidle KDL syntax (single line) and add wofi style symlink to install.sh 2026-04-22 16:16:37 -07:00
funman300 c6f96bcac8 Add clipboard, idle timeouts, night light, bluetooth, and waybar improvements
- Add cliphist clipboard manager with wofi picker (Mod+Shift+C)
- Add wl-paste watch for clipboard history
- Add swayidle idle timeouts: blank at 5min, lock at 10min
- Add blueman-applet autostart (bluetooth tray)
- Add wlsunset night light for Vancouver (49.2N, 123.1W)
- Add clipboard-picker script and symlink in install.sh
- Waybar: add battery charging format, warning/critical states, tray config
- Waybar CSS: add warning (yellow) and critical (red) battery colors
2026-04-22 16:14:30 -07:00
funman300 50a189f08e Improve portability and add lid close setup
- Replace hardcoded sleep hook with swayidle in niri autostart
- Replace hardcoded dotfiles path in powermenu bind with plain 'powermenu'
- Replace hardcoded wofi style path with XDG path (~/.config/wofi/style.css)
- Update install.sh to symlink powermenu to ~/.local/bin and wofi/style.css
- Switch display manager from GDM to greetd with tuigreet
- Add logind drop-in for lid close: suspend on battery, lock on AC
2026-04-22 16:11:02 -07:00
funman300 44e1dc2eee Add powermenu script and apply Tomorrow Night color theme
- Add scripts/powermenu.sh with logout, restart, sleep, shutdown options
- Create wofi/style.css with Tomorrow Night colors
- Apply Tomorrow Night theme to niri, waybar, mako, alacritty, and wofi
2026-04-22 12:48:03 -07:00
funman300 42c52bd2a6 niri: fix config syntax for niri 25.11 2026-04-22 12:30:14 -07:00
funman300 59a340f69c modified: README.md
modified:   niri/config.kdl
2026-04-22 11:44:21 -07:00
funman300 2c9d9c7c32 Initial Niri + Wayland dotfiles 2026-04-22 11:40:31 -07:00