

1·
3 years agoHyprland, Thanks! Are you using some sort of Neovim config or did you set it up yourself?


Hyprland, Thanks! Are you using some sort of Neovim config or did you set it up yourself?


So far I’ve only themed GTK with Oomox, Rofi, Kitty, and CSTimer. Currently priority is QT Flatpaks, where It seems the only option is Kvantum.



It’s not much but I will post later


I’m currently using the Hack font and a color scheme I made by editing Material Darker. I’m happy with the color scheme but I’m having trouble getting certain parts of my desktop to follow it.
It’s not too hard to disable all of it
{ // Disable Telemetry "telemetry": { "metrics": false, "diagnostics": false }, // Disable Assistant: "assistant": { "enabled": false, "button": false, "version": "2" }, // Disable Copilot: "features": { "inline_completion_provider": "none" }, // Disable Collaboration Features: "collaboration_panel": { "button": false }, "chat_panel": { "button": false }, "notification_panel": { "button": false } }