Tristan Ross
Tristan Ross
Alright, I fixed the button and you can find it in my dotfiles at [here](https://github.com/RossComputerGuy/dotfiles/blob/unification/user/.config/oomox/colors/tokyonight)
@ghifarit53 I'm thinking of making a distro based on Void Linux that uses your colorscheme throughout the OS so you can try the theme when I have it built there.
GTK Icons: https://github.com/ExpidusOS/shell/tree/master/share/icons/Tokyonight GTK Theme: https://github.com/ExpidusOS/shell/tree/master/share/themes/Tokyonight
Alright, I'm starting to get things working. Hopefully I can work on this on nixOS and Vivado running in a Flatpak. Only problem I've found so far is no nix...
Unfortunately, I cannot get it to work as it says `dtc` cannot be found and the Flatpak for Vivado doesn't have Java. It seems the way nixOS is set up...
I have no hardware that I can install Ubuntu on and I have no free drives for dual booting.
My code is lost just now from AMD Radeon drivers failing to run
I added `XBell` in https://github.com/sidorares/node-x11/pull/181
I'm getting no errors, I've been setting `_NET_WM_STRUT` and `_NET_WM_STRUT_PARTIAL` but the window manager doesn't think of my node.js program as a panel.
GTK: ``` _OB_APP_TYPE(UTF8_STRING) = "dock" _OB_APP_TITLE(UTF8_STRING) = "RDE Panel" _OB_APP_GROUP_CLASS(UTF8_STRING) = "Rde-panel" _OB_APP_GROUP_NAME(UTF8_STRING) = "rde-panel" _OB_APP_CLASS(UTF8_STRING) = "rde-panel" _OB_APP_NAME(UTF8_STRING) = "RDE Panel" _OB_APP_ROLE(UTF8_STRING) = _NET_WM_VISIBLE_ICON_NAME(UTF8_STRING) = "RDE Panel" _NET_WM_VISIBLE_NAME(UTF8_STRING) =...