From d1505ad8d59a7378795bbb5d841c3029660262fd Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 22 Oct 2019 01:35:05 +0200 Subject: [PATCH] [infinitypro] fix overlay symlinks --- oem/infinitybookpro-oem-xfce/live-overlay | 1 - oem/infinitybookpro-oem-xfce/live-overlay/etc | 1 + .../root/.config/Kvantum/kvantum.kvconfig | 2 ++ .../root/.config/qt5ct/qt5ct.conf | 24 +++++++++++++++++++ oem/infinitybookpro-oem-xfce/live-overlay/usr | 1 + 5 files changed, 28 insertions(+), 1 deletion(-) delete mode 120000 oem/infinitybookpro-oem-xfce/live-overlay create mode 120000 oem/infinitybookpro-oem-xfce/live-overlay/etc create mode 100644 oem/infinitybookpro-oem-xfce/live-overlay/root/.config/Kvantum/kvantum.kvconfig create mode 100644 oem/infinitybookpro-oem-xfce/live-overlay/root/.config/qt5ct/qt5ct.conf create mode 120000 oem/infinitybookpro-oem-xfce/live-overlay/usr diff --git a/oem/infinitybookpro-oem-xfce/live-overlay b/oem/infinitybookpro-oem-xfce/live-overlay deleted file mode 120000 index f55d8f6..0000000 --- a/oem/infinitybookpro-oem-xfce/live-overlay +++ /dev/null @@ -1 +0,0 @@ -../infinitybook14-oem-xfce/live-overlay/ \ No newline at end of file diff --git a/oem/infinitybookpro-oem-xfce/live-overlay/etc b/oem/infinitybookpro-oem-xfce/live-overlay/etc new file mode 120000 index 0000000..caab87d --- /dev/null +++ b/oem/infinitybookpro-oem-xfce/live-overlay/etc @@ -0,0 +1 @@ +../../../shared/manjaro/live-overlay/etc \ No newline at end of file diff --git a/oem/infinitybookpro-oem-xfce/live-overlay/root/.config/Kvantum/kvantum.kvconfig b/oem/infinitybookpro-oem-xfce/live-overlay/root/.config/Kvantum/kvantum.kvconfig new file mode 100644 index 0000000..41beaf1 --- /dev/null +++ b/oem/infinitybookpro-oem-xfce/live-overlay/root/.config/Kvantum/kvantum.kvconfig @@ -0,0 +1,2 @@ +[General] +theme=Matcha diff --git a/oem/infinitybookpro-oem-xfce/live-overlay/root/.config/qt5ct/qt5ct.conf b/oem/infinitybookpro-oem-xfce/live-overlay/root/.config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..372a44a --- /dev/null +++ b/oem/infinitybookpro-oem-xfce/live-overlay/root/.config/qt5ct/qt5ct.conf @@ -0,0 +1,24 @@ +[Appearance] +color_scheme_path= +custom_palette=false +icon_theme=Papirus-Adapta-Maia +style=kvantum + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) + +[Interface] +activate_item_on_single_click=1 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +double_click_interval=400 +gui_effects=@Invalid() +menus_have_icons=true +stylesheets=@Invalid() +toolbutton_style=4 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x1\x9a\0\0\0\x80\0\0\x3\xd6\0\0\x2\xff\0\0\x1\x9a\0\0\0\xa2\0\0\x3\xd6\0\0\x2\xff\0\0\0\0\0\0\0\0\x5V) diff --git a/oem/infinitybookpro-oem-xfce/live-overlay/usr b/oem/infinitybookpro-oem-xfce/live-overlay/usr new file mode 120000 index 0000000..8aca2d5 --- /dev/null +++ b/oem/infinitybookpro-oem-xfce/live-overlay/usr @@ -0,0 +1 @@ +../../../shared/oem/live-overlay/usr \ No newline at end of file