From 414c7d567c0c5c196098d5edc2f3635e5c4e7901 Mon Sep 17 00:00:00 2001 From: fhdk Date: Thu, 24 Feb 2022 17:09:57 +0100 Subject: [PATCH] small fix --- etc/resolv.conf | 1 - etc/skel/.config/lxqt/lxqt.conf | 2 +- etc/skel/.config/lxqt/panel.conf | 2 +- etc/skel/.nanorc | 2 -- 4 files changed, 2 insertions(+), 5 deletions(-) delete mode 120000 etc/resolv.conf delete mode 100644 etc/skel/.nanorc diff --git a/etc/resolv.conf b/etc/resolv.conf deleted file mode 120000 index 3639662..0000000 --- a/etc/resolv.conf +++ /dev/null @@ -1 +0,0 @@ -/run/systemd/resolve/stub-resolv.conf \ No newline at end of file diff --git a/etc/skel/.config/lxqt/lxqt.conf b/etc/skel/.config/lxqt/lxqt.conf index 17c2c49..5338e1e 100755 --- a/etc/skel/.config/lxqt/lxqt.conf +++ b/etc/skel/.config/lxqt/lxqt.conf @@ -3,7 +3,7 @@ __theme_updated__=1644833828037 __userfile__=true icon_follow_color_scheme=true icon_theme=breeze-dark -theme=system +theme=core-qt [Palette] base_color=#ffffff diff --git a/etc/skel/.config/lxqt/panel.conf b/etc/skel/.config/lxqt/panel.conf index 10b79be..be137f6 100755 --- a/etc/skel/.config/lxqt/panel.conf +++ b/etc/skel/.config/lxqt/panel.conf @@ -9,7 +9,7 @@ type=desktopswitch [mainmenu] alignment=Left filterClear=true -icon=/usr/share/lxqt/themes/system/mainmenu.svg +icon=/usr/share/lxqt/themes/core-qt/mainmenu.svg ownIcon=true showText=false type=mainmenu diff --git a/etc/skel/.nanorc b/etc/skel/.nanorc deleted file mode 100644 index 3898596..0000000 --- a/etc/skel/.nanorc +++ /dev/null @@ -1,2 +0,0 @@ -include /usr/share/nano/*.nanorc -include ~/.config/nano/*.nanorc