[AGS] GTK4 Migration: Partially complete

This commit is contained in:
2025-04-21 21:48:29 +02:00
parent 7380c75818
commit 8b70f80e60
8 changed files with 321 additions and 267 deletions

View File

@@ -34,6 +34,8 @@
- [ ] Rofi
- [ ] Spotlight-Search (or replace with anyrun)
- [ ] Wallpaper selector (that automatically triggers the theming script)
- [ ] Kitty
- [ ] Configure colours
- [ ] Hyprland
- [ ] Keybinds: Resize window, move window, open calculator, plus more programs
- [ ] Read docs
@@ -42,9 +44,12 @@
- [ ] New image viewer (eog)
- [ ] Other pdf reader (maybe -> zathura)
- [ ] Maybe TUI archive manager (felix-rs)
- [ ] Lazygit: Configure
- [x] Nvim (other repo)
- [ ] Lazygit
- [ ] Configure
- [ ] Nvim (other repo)
- [x] Replace notification handler (noice)
- [ ] Configure formatters (of Java, Cpp, TS/JS/Vue, Python)
- [ ] Maybe: Add extra configs to commentbox
- [ ] Yazi
- [ ] More keybinds
- [ ] Configure
@@ -57,7 +62,8 @@
- [ ] Theming script
- [ ] Installer for configs
- [ ] Vivado cleanup (run after vivado and hope vivado is blocking (or simply execute vivado in /tmp))
- [ ] migrate to zoxide from autojump
- [x] migrate to zoxide from autojump
- [ ] properly swap escape and caps (at lowest level possible)
Using astal (https://aylur.github.io/astal, which is gjs based), write a component that takes as argument a UIComponent array (pre-defined interface) and depending on what subclass of that interface it is renders a different component for each element.