callyral [he/they]

favorite bands · Lemon Demon; Tally Hall.

favorite artists · cavetown; Neil Cicierega; Bo Burnham; Jack Stauber; Will Wood; Toby Fox.

𝙸’𝚖 𝚑𝚊𝚕𝚏 𝚑𝚞𝚖𝚊𝚗 𝚊𝚗𝚍 𝚑𝚊𝚕𝚏 𝚖𝚊𝚌𝚑𝚒𝚗𝚎

mastodon · @callyral@furry.engineer

  • 5 Posts
  • 194 Comments
Joined 1 year ago
cake
Cake day: September 14th, 2023

help-circle

  • it 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
      ];
    }
    


  • Windows 10.

    I wanted customization. Windows provided customization, sure, but like in the worst way possible. Want to change the system colors or what buttons look like? Download this third party theme and apply it with bloated tools that are probably malware in disguise!

    Meanwhile on Linux (NixOS), I can just change a few lines in my dotfiles and it works. Sometimes it’s inconvenient but I’m not really looking for convenience.

















  • It depends on what kind of game you like. Here are 2 video games I play on Linux:

    • Minecraft is a sandbox game with a survival aspect, where you can be as creative as you want while still having fun challenges. There are many different playing styles. It costs about $30 and requires a Microsoft account to play legally. Minecraft: Java Edition officially runs on Linux. Minecraft: Bedrock Edition (the one with console cross-play) does not run on Linux by any official methods.

    • Mindustry is a techy/industrial game, I’ve heard some say it’s like if Factorio was a tower defense. It is free and open-source (under GPLv3), requires no account.

    For purchasing or acquiring games, I’d recommend Steam. It has lots of games and many of them work on Linux. There’s also Heroic Games Launcher for Epic and GOG games.


  • callyral [he/they]@pawb.socialtoLinux@lemmy.mlRegarding The Hyprland & Vaxry Situation
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    edit-2
    6 months ago

    Yeah, I think I might also switch from Hyprland to something like SwayFX or Plasma 6 (with Polonium for tiling, I heard it’s gotten better).

    edit: welp, the background is black, system settings crashes and i have searched and searched for what this issue could be but i’m too lazy to make an actual support ticket so i’m complaining on lemmy instead.

    thankfully i made a separate git branch in my config for plasma, i’ll use hyprland until i figure out how to get plasma to work properly. then i’ll configure it, if i don’t like plasma i might go back to swayfx as i said previously in my comment.