desktop: refine theming, workspaces, and utilities

- switch GTK font to GeistMono Nerd Font Propo 9 and drop GTK4 CSS overrides
- add named Hyprland workspaces/keybinds and Ghostty quick terminal; adjust screenshot binding
- update Waybar workspace icons/sorting; tweak Neovim transparency, Owlry/Qt6CT, and ROCm env
- add curated wallpaper sets for DP-1/DP-2 and new Hyprland toggle/screenshot helper scripts
This commit is contained in:
2026-01-04 04:55:15 +01:00
parent bd51746242
commit d46534f50e
43 changed files with 174 additions and 161 deletions

View File

@@ -32,6 +32,10 @@ function M.load()
vim.o.background = "light"
vim.g.colors_name = "apex-aeon"
-- Transparency: 80% opaque for floating UI
vim.o.winblend = 20
vim.o.pumblend = 20
local p = M.palette
local groups = {
-- CANVAS & UI -----------------------------------------------------------

View File

@@ -32,6 +32,10 @@ function M.load()
vim.o.background = "dark"
vim.g.colors_name = "apex-neon"
-- Transparency: 80% opaque for floating UI
vim.o.winblend = 20
vim.o.pumblend = 20
local p = M.palette
local groups = {
-- CANVAS & UI -----------------------------------------------------------