summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-14 02:11:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-14 02:11:19 +0000
commit063575028f5b28f03a75744170b71019bfd501fa (patch)
treeffba579c6585e3afb082e2ac2e470878e906f532
parent6c8de040914593f67f2d3d084f8c294045ad8990 (diff)
prep skel for 1801
-rw-r--r--skel/.config/gtk-3.0/settings.ini10
-rw-r--r--skel/.config/libfm/libfm.conf4
-rw-r--r--skel/.config/pcmanfm-qt/lxqt/settings.conf41
-rw-r--r--skel/.gtkrc-2.012
-rw-r--r--xdg/menus/applications.menu167
5 files changed, 48 insertions, 186 deletions
diff --git a/skel/.config/gtk-3.0/settings.ini b/skel/.config/gtk-3.0/settings.ini
index e7b8403..cb18b0a 100644
--- a/skel/.config/gtk-3.0/settings.ini
+++ b/skel/.config/gtk-3.0/settings.ini
@@ -1,10 +1,10 @@
[Settings]
-gtk-theme-name=Redcore-daylight
-gtk-icon-theme-name=Numix-Circle-Light
-gtk-font-name=Sans 10
+gtk-theme-name=Redcore-nighttime
+gtk-icon-theme-name=material-design-dark
+gtk-font-name=Roboto 9
gtk-cursor-theme-size=0
-gtk-toolbar-style=GTK_TOOLBAR_BOTH
-gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+gtk-toolbar-style=GTK_TOOLBAR_ICONS
+gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
diff --git a/skel/.config/libfm/libfm.conf b/skel/.config/libfm/libfm.conf
index 6b65773..242826f 100644
--- a/skel/.config/libfm/libfm.conf
+++ b/skel/.config/libfm/libfm.conf
@@ -21,8 +21,8 @@ drop_default_action=auto
defer_content_test=0
quick_exec=0
show_internal_volumes=0
-terminal=xfce4-terminal
-archiver=xarchiver
+terminal=qterminal
+archiver=ark
thumbnail_local=1
thumbnail_max=2048
smart_desktop_autodrop=1
diff --git a/skel/.config/pcmanfm-qt/lxqt/settings.conf b/skel/.config/pcmanfm-qt/lxqt/settings.conf
index 30e04bf..507e234 100644
--- a/skel/.config/pcmanfm-qt/lxqt/settings.conf
+++ b/skel/.config/pcmanfm-qt/lxqt/settings.conf
@@ -10,19 +10,27 @@ UseTrash=true
[Desktop]
BgColor=#000000
+DesktopCellMargins=@Size(3 1)
+DesktopIconSize=48
FgColor=#ffffff
-Font="Sans Serif,10,-1,5,50,0,0,0,0,0"
+Font="Roboto,8,-1,5,57,0,0,0,0,0"
+LastSlide=
ShadowColor=#000000
ShowHidden=false
ShowWmMenu=false
+SlideShowInterval=0
SortColumn=name
-SortOrder=descending
+SortFolderFirst=true
+SortOrder=ascending
Wallpaper=/usr/share/backgrounds/redcore-community/0.png
+WallpaperDirectory=
WallpaperMode=stretch
+WallpaperRandomize=false
[FolderView]
BackupAsHidden=false
BigIconSize=48
+FolderViewCellMargins=@Size(3 3)
Mode=icon
ShadowHidden=false
ShowFilter=false
@@ -30,19 +38,37 @@ ShowFullNames=false
ShowHidden=false
SidePaneIconSize=24
SmallIconSize=24
+SortCaseSensitive=false
SortColumn=name
SortFolderFirst=true
-SortOrder=descending
+SortOrder=ascending
ThumbnailIconSize=128
+[Places]
+PlacesApplications=true
+PlacesComputer=true
+PlacesDesktop=true
+PlacesHome=true
+PlacesNetwork=true
+PlacesRoot=true
+PlacesTrash=true
+
+[Search]
+searchContentCaseInsensitive=false
+searchContentRegexp=true
+searchNameCaseInsensitive=false
+searchNameRegexp=true
+searchRecursive=false
+searchhHidden=false
+
[System]
Archiver=ark
-FallbackIconThemeName=elementary
-OemplateTypeOnce=false
+FallbackIconThemeName=oxygen
OnlyUserTemplates=false
SIUnit=false
SuCommand=kdesu5 %s
TemplateRunApp=false
+TemplateTypeOnce=false
Terminal=qterminal
[Thumbnail]
@@ -60,10 +86,13 @@ MountRemovable=true
AlwaysShowTabs=false
FixedHeight=480
FixedWidth=640
+FullWidthTabBar=true
LastWindowHeight=480
-LastWindowMaximized=false
+LastWindowMaximized=true
LastWindowWidth=640
+PathBarButtons=true
RememberWindowSize=true
+ShowMenuBar=true
ShowTabClose=true
SidePaneMode=places
SplitterPos=150
diff --git a/skel/.gtkrc-2.0 b/skel/.gtkrc-2.0
index 46b1959..1943c7f 100644
--- a/skel/.gtkrc-2.0
+++ b/skel/.gtkrc-2.0
@@ -1,13 +1,14 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
-gtk-theme-name="Redcore-daylight"
-gtk-icon-theme-name="Numix-Circle-Light"
-gtk-font-name="Sans 10"
+include "/home/venerix/.gtkrc-2.0.mine"
+gtk-theme-name="Redcore-nighttime"
+gtk-icon-theme-name="material-design-dark"
+gtk-font-name="Roboto 9"
gtk-cursor-theme-name="Hacked-Red"
gtk-cursor-theme-size=0
-gtk-toolbar-style=GTK_TOOLBAR_BOTH
-gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+gtk-toolbar-style=GTK_TOOLBAR_ICONS
+gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
@@ -16,4 +17,3 @@ gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"
-include "/home/test/.gtkrc-2.0.mine"
diff --git a/xdg/menus/applications.menu b/xdg/menus/applications.menu
deleted file mode 100644
index ec48619..0000000
--- a/xdg/menus/applications.menu
+++ /dev/null
@@ -1,167 +0,0 @@
-<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
- "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
-
-<Menu>
-
- <Name>Applications</Name>
- <Directory>X-GNOME-Menu-Applications.directory</Directory>
-
- <!-- Scan legacy dirs first, as later items take priority -->
- <KDELegacyDirs/>
- <LegacyDir>/etc/X11/applnk</LegacyDir>
- <LegacyDir>/usr/share/gnome/apps</LegacyDir>
-
- <!-- Read standard .directory and .desktop file locations -->
- <DefaultAppDirs/>
- <DefaultDirectoryDirs/>
-
- <!-- Read in overrides and child menus from applications-merged/ -->
- <DefaultMergeDirs/>
-
- <!-- Accessories submenu -->
- <Menu>
- <Name>Accessories</Name>
- <Directory>Utility.directory</Directory>
- <Include>
- <And>
- <Category>Utility</Category>
- <!-- Accessibility spec must have either the Utility or Settings
- category, and we display an accessibility submenu already for
- the ones that do not have Settings, so don't display accessibility
- applications here -->
- <Not><Category>Accessibility</Category></Not>
- <Not><Category>System</Category></Not>
- </And>
- </Include>
- </Menu> <!-- End Accessories -->
-
- <!-- Accessibility submenu -->
- <Menu>
- <Name>Universal Access</Name>
- <Directory>Utility-Accessibility.directory</Directory>
- <Include>
- <And>
- <Category>Accessibility</Category>
- <Not><Category>Settings</Category></Not>
- </And>
- </Include>
- </Menu> <!-- End Accessibility -->
-
- <!-- Development Tools -->
- <Menu>
- <Name>Development</Name>
- <Directory>Development.directory</Directory>
- <Include>
- <And>
- <Category>Development</Category>
- </And>
- <Filename>emacs.desktop</Filename>
- </Include>
- </Menu> <!-- End Development Tools -->
-
- <!-- Education -->
- <Menu>
- <Name>Education</Name>
- <Directory>Education.directory</Directory>
- <Include>
- <And>
- <Category>Education</Category>
- </And>
- </Include>
- </Menu> <!-- End Education -->
-
- <!-- Games -->
- <Menu>
- <Name>Games</Name>
- <Directory>Game.directory</Directory>
- <Include>
- <And>
- <Category>Game</Category>
- </And>
- </Include>
- </Menu> <!-- End Games -->
-
- <!-- Graphics -->
- <Menu>
- <Name>Graphics</Name>
- <Directory>Graphics.directory</Directory>
- <Include>
- <And>
- <Category>Graphics</Category>
- </And>
- </Include>
- </Menu> <!-- End Graphics -->
-
- <!-- Internet -->
- <Menu>
- <Name>Internet</Name>
- <Directory>Network.directory</Directory>
- <Include>
- <And>
- <Category>Network</Category>
- </And>
- </Include>
- </Menu> <!-- End Internet -->
-
- <!-- Multimedia -->
- <Menu>
- <Name>Multimedia</Name>
- <Directory>AudioVideo.directory</Directory>
- <Include>
- <And>
- <Category>AudioVideo</Category>
- </And>
- </Include>
- </Menu> <!-- End Multimedia -->
-
- <!-- Office -->
- <Menu>
- <Name>Office</Name>
- <Directory>Office.directory</Directory>
- <Include>
- <And>
- <Category>Office</Category>
- </And>
- </Include>
- </Menu> <!-- End Office -->
-
- <!-- System Tools-->
- <Menu>
- <Name>System</Name>
- <Directory>System-Tools.directory</Directory>
- <Include>
- <And>
- <Category>System</Category>
- <Not><Category>Settings</Category></Not>
- </And>
- </Include>
- </Menu> <!-- End System Tools -->
-
- <!-- Other -->
- <Menu>
- <Name>Other</Name>
- <Directory>X-GNOME-Other.directory</Directory>
- <OnlyUnallocated/>
- <Include>
- <And>
- <Not><Category>Core</Category></Not>
- <Not><Category>Settings</Category></Not>
- <Not><Category>Screensaver</Category></Not>
- <Not><Category>X-KDE-settings-accessibility</Category></Not>
- <Not><Category>X-KDE-settings-components</Category></Not>
- <Not><Category>X-KDE-settings-desktop</Category></Not>
- <Not><Category>X-KDE-settings-looknfeel</Category></Not>
- <Not><Category>X-KDE-settings-network</Category></Not>
- <Not><Category>X-KDE-settings-webbrowsing</Category></Not>
- <Not><Category>X-KDE-settings-peripherals</Category></Not>
- <Not><Category>X-KDE-settings-hardware</Category></Not>
- <Not><Category>X-KDE-settings-power</Category></Not>
- <Not><Category>X-KDE-settings-security</Category></Not>
- <Not><Category>X-KDE-settings-sound</Category></Not>
- <Not><Category>X-KDE-settings-system</Category></Not>
- <Not><Category>X-KDE-information</Category></Not>
- </And>
- </Include>
- </Menu> <!-- End Other -->
-
-</Menu> <!-- End Applications -->