From 8a986484c26a690637c92fafe33c5197da9dc525 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Thu, 1 Mar 2018 00:18:51 +0200 Subject: [PATCH] Update awesome settings --- community/awesome/Packages-Desktop | 8 ++--- .../etc/lightdm/slick-greeter.conf | 10 ++---- .../usr/lib/chromium/master_preferences | 36 +++++++++++++++++++ 3 files changed, 42 insertions(+), 12 deletions(-) create mode 100644 community/awesome/desktop-overlay/usr/lib/chromium/master_preferences diff --git a/community/awesome/Packages-Desktop b/community/awesome/Packages-Desktop index 631dd19..8b5935d 100644 --- a/community/awesome/Packages-Desktop +++ b/community/awesome/Packages-Desktop @@ -21,9 +21,7 @@ downgrade dunstify feh file-roller -gedit -gedit-plugins -gedit-code-assistance +mousepad micro-manjaro gnome-disk-utility gtk3-classic @@ -76,7 +74,7 @@ thunar-volman-gtk3 tumbler ffmpegthumbnailer speedtest-cli -sterminal +st-manjaro terminus-font thermald tree @@ -128,3 +126,5 @@ rxvt-unicode lemonpanel xfce4-notifyd libnotify +pa-applet +xfce4-power-manager-gtk3 diff --git a/community/awesome/desktop-overlay/etc/lightdm/slick-greeter.conf b/community/awesome/desktop-overlay/etc/lightdm/slick-greeter.conf index edc9f74..59655bf 100644 --- a/community/awesome/desktop-overlay/etc/lightdm/slick-greeter.conf +++ b/community/awesome/desktop-overlay/etc/lightdm/slick-greeter.conf @@ -1,11 +1,5 @@ -[Greeter] +[Greeter] background=/usr/share/backgrounds/manjarowall17_07.jpg -background-color=#2e3d44 -draw-grid=false theme-name=Arc-Maia-Darker icon-theme-name=Arc-Maia -cursor-theme-name=xcursor-breeze -font-name='Noto Sans 12' -xft-antialias=true -xft-hintstyle=hintfull -enable-hidpi=auto +draw-grid=false diff --git a/community/awesome/desktop-overlay/usr/lib/chromium/master_preferences b/community/awesome/desktop-overlay/usr/lib/chromium/master_preferences new file mode 100644 index 0000000..d4220cc --- /dev/null +++ b/community/awesome/desktop-overlay/usr/lib/chromium/master_preferences @@ -0,0 +1,36 @@ +{ + "homepage" : "https://manjaro.org", + "homepage_is_newtabpage" : true, + "browser" : { + "show_home_button" : true, + "custom_chrome_frame": true + }, + "session" : { + "restore_on_startup" : 4, + "startup_urls" : [ + "https://manjaro.org" + ] + }, + "distribution": { + "import_bookmarks": false, + "import_bookmarks_from_file": "/usr/lib/chromium/bookmarks.html", + "skip_first_run_ui": true + }, + "extensions": { + "theme": { + "id": "", + "use_system": true + } + }, + "bookmark_bar" : { + "show_on_all_tabs" : false + }, + "sync_promo" : { + "show_on_first_run_allowed": false + }, + "first_run_tabs" : [ + "https://manjaro.org", + "welcome_page", + "new_tab_page" + ] +}