minus-squarecallyral [he/they]@pawb.socialtounixporn@lemmy.world•How do you deal with VLC themes + tiler ?linkfedilinkarrow-up0·edit-23 months agoit just follows my qt theme, haven’t had any issues with vlc on swayfx here is my config (qt.nix, using home-manager): { pkgs, ...}: { qt = { enable = true; platformTheme.name = "qt5ct"; # compatibility with qt5, while still working with qt6 style.name = "kvantum"; }; xdg.configFile = { "Kvantum/Catppuccin-Mocha-Peach".source = "${(pkgs.catppuccin-kvantum.override {accent = "Peach"; variant = "Mocha";})}/share/Kvantum/Catppuccin-Mocha-Peach"; "Kvantum/kvantum.kvconfig".text = "[General]\ntheme=Catppuccin-Mocha-Peach"; }; home.packages = with pkgs; [ libsForQt5.qt5ct kdePackages.qt6ct ]; } linkfedilink
callyral [he/they]@pawb.social to Unixporn@lemmy.mlEnglish · 4 months ago[swayfx] miracle desktopplus-squarepawb.socialimagemessage-square0fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1image[swayfx] miracle desktopplus-squarepawb.socialcallyral [he/they]@pawb.social to Unixporn@lemmy.mlEnglish · 4 months agomessage-square0fedilink
it just follows my qt theme, haven’t had any issues with vlc on swayfx
here is my config (qt.nix, using home-manager):