this post was submitted on 25 Jul 2024
18 points (100.0% liked)

unixporn

4910 readers
8 users here now

unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshot
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 2 years ago
MODERATORS
 

I'm curious, what do you do about VLC if you use a tiling WM ?

  • Do you ignore the pain and still use a theme ?
  • Do you not use a theme and live with it messing up your nice color scheme ?
  • Do you just not use VLC ?
all 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 7 months ago

MPV✨✨✨✨✨✨✨✨🟪🟪🟪🟪🟪🟪🟪🟪🟪

[–] [email protected] 2 points 8 months ago

I generally don't use VLC since it caused interpolation on videos where it should not. I think I use mpv with some front end when needed. But for a while it is "set and forget" for me 😅

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

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
  ];
}
[–] [email protected] 1 points 7 months ago

Win+h hides the toolbars