mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
fixed a lot of quickshell problems
This commit is contained in:
@@ -7,7 +7,7 @@ import Quickshell.Io
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
readonly property var getThemeProc: Process {
|
||||
/*readonly property var getThemeProc: Process {
|
||||
running: true
|
||||
command: ["gsettings", "get", "org.gnome.desktop.interface", "color-scheme"]
|
||||
stdout: SplitParser {
|
||||
@@ -31,5 +31,5 @@ Singleton {
|
||||
gtk4ThemeProc.running = true;
|
||||
gtk3ThemeProc.command = ["gsettings", "set", "org.gnome.desktop.interface", "gtk-theme", `"Adwaita${root.isDarkTheme ? "-dark" : ""}"`];
|
||||
gtk3ThemeProc.running = true;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user