Skip to content

Commit

Permalink
Fixed theme issue of plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 committed Aug 18, 2024
1 parent 6f99b61 commit a350731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const defaultColorScheme = "org.kde.breeze.desktop"
func getLookAndFeelPackageKDE() string {
configFiles := []string{
os.ExpandEnv("$HOME/.config/kdeglobals"),
os.ExpandEnv("$HOME/.kde/share/config/kdeglobals"),
os.ExpandEnv("$HOME/.kde4/share/config/kdeglobals"),
"/etc/kde/kdeglobals",
}

Expand Down

0 comments on commit a350731

Please sign in to comment.