GithubHelp home page GithubHelp logo

SDDM Themeing broke about nix HOT 5 CLOSED

ToasterUwU avatar ToasterUwU commented on July 23, 2024
SDDM Themeing broke

from nix.

Comments (5)

Weathercold avatar Weathercold commented on July 23, 2024 2

ok I understood the cause

from nix.

ToasterUwU avatar ToasterUwU commented on July 23, 2024

PXL_20240523_170435447~2.jpg

Couldn't figure out how to make a screenshot from sddm without much extra work. So a simple photo it is

from nix.

ToasterUwU avatar ToasterUwU commented on July 23, 2024

sddm.conf

❯ cat /etc/sddm.conf 
[General]
DefaultSession=plasma.desktop
DisplayServer=wayland
GreeterEnvironment=LANG=C.UTF-8 QT_WAYLAND_SHELL_INTEGRATION=layer-shell
HaltCommand=/run/current-system/systemd/bin/systemctl poweroff
InputMethod=
Numlock=on
RebootCommand=/run/current-system/systemd/bin/systemctl reboot

[Theme]
Current=catppuccin-mocha
FacesDir=/run/current-system/sw/share/sddm/faces
ThemeDir=/run/current-system/sw/share/sddm/themes

[Users]
HideShells=/run/current-system/sw/bin/nologin
HideUsers=nixbld1,nixbld10,nixbld11,nixbld12,nixbld13,nixbld14,nixbld15,nixbld16,nixbld17,nixbld18,nixbld19,nixbld2,nixbld20,nixbld21,nixbld22,nixbld23,nixbld24,nixbld25,nixbld26,nixbld27,nixbld28,nixbld29,nixbld3,nixbld30,nixbld31,nixbld32,nixbld4,nixbld5,nixbld6,nixbld7,nixbld8,nixbld9
MaximumUid=30000

[Wayland]
CompositorCommand=/nix/store/ccq5hvsxc832qv56vsdgllg9c75559xr-kwin-6.0.4.1/bin/kwin_wayland --no-global-shortcuts --no-kactivities --no-lockscreen --locale1
EnableHiDPI=true
SessionDir=/nix/store/fv24xx06jyq5c0d2idw8qqig2pqg3bnh-desktops/share/wayland-sessions

[X11]
DisplayCommand=/nix/store/p5lav04ppa1844r2jn1534qm0fs582d2-Xsetup
DisplayStopCommand=/nix/store/ib5ak7pyc3daypvvq1sycq83awz516x2-Xstop
EnableHiDPI=true
MinimumVT=7
ServerPath=/nix/store/787vfbb97j1bl5217iv6gql9n6s4awzl-xserver-wrapper
SessionCommand=/nix/store/ar36n7wr14050isypp6440gnpf7lkpwr-xsession-wrapper
SessionDir=/nix/store/fv24xx06jyq5c0d2idw8qqig2pqg3bnh-desktops/share/xsessions
XauthPath=/nix/store/lxwa7w70v4460x4smpsyzw098l87vn7i-xauth-1.1.3/bin/xauth
XephyrPath=/nix/store/0c9wn8nb04qs9kyh2zhll4wzjmp0fmag-xorg-server-21.1.13/bin/Xephyr

The relevant parts of my nix flake:

services = {
    xserver.enable = true;
    displayManager = {
      sddm = {
        enable = true;
        autoNumlock = true;
        wayland.enable = true;
      };
      defaultSession = "plasma";
    };
    desktopManager.plasma6.enable = true;
  };
  
  catppuccin.enable = true;
  catppuccin.flavor = "mocha";
  catppuccin.accent = "pink";

from nix.

isabelroses avatar isabelroses commented on July 23, 2024

Do you mind also checking the contents of /run/current-system/sw/share/sddm/themes?

from nix.

ToasterUwU avatar ToasterUwU commented on July 23, 2024
❯ ls /run/current-system/sw/share/sddm/themes
breeze  elarun  maldives  maya

I think this seems to be the issue, the mocha theme isnt there for some reason.

from nix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.