17
submitted 2 years ago* (last edited 2 years ago) by phantomwise@lemmy.ml to c/unixporn@lemmy.world

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 7 comments
sorted by: hot top new old

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

[-] callyral@pawb.social 2 points 2 years ago* (last edited 2 years 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
  ];
}
[-] tal@lemmy.today 1 points 2 years ago
[-] Eyck_of_denesle@lemmy.zip 1 points 2 years ago

Win+h hides the toolbars

[-] theshatterstone54@feddit.uk 1 points 2 years ago* (last edited 2 years ago)

As someone that's been through all three:

I tried a theme but I couldn't be bothered much

So I stuck to default theme, knowing it ruined my colourscheme.

Now, I'm on MPV and everything works perfectly, except that I need to run it from a terminal because I really can't be bothered to do a drag n drop of a file into the mpv window. I'd recommend using mpv with window swallowing enabled for your terminal.

Alternatively, you can use an MPV frontend.

this post was submitted on 25 Jul 2024
17 points (94.7% liked)

unixporn

8321 readers
72 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 3 years ago
MODERATORS