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

  • 15 Posts
  • 524 Comments
Joined 11 months ago
cake
Cake day: September 14th, 2023

help-circle



  • violent story, cannibalism, gunshot, satire, fbi agent

    It turns out that “this dude” is a serial killer and cannibal.

    Stu, who has been his roommate for the past month, and Angela, who may soon be dead, are both terrified upon realizing this.

    The man-eater locks the door, trapping them.

    — Well, well, well… look at what we have here! Fresh meat. — he says, menacingly.

    Little did the man know that Stu was actually an FBI agent sent to investigate cannibals. Sounds of gunshot are heard from the cannibal’s home. Stu saves the day yet again. The end. And everyone clapped, menacingly.



  • 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.