From 50a786cfd8a5a91fe4c820ac5e78ff590517fbd3 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 6 Nov 2017 13:09:10 -0500 Subject: add user skel --- skel/.bash_profile | 12 + skel/.bashrc | 15 + skel/.config/autostart/autostart-lxde.sh | 4 + skel/.config/autostart/autostart.desktop | 5 + skel/.config/autostart/autostart.sh | 10 + skel/.config/caja/accels | 133 +++++ skel/.config/caja/desktop-metadata | 23 + skel/.config/dconf/user | Bin 0 -> 6616 bytes skel/.config/gtk-2.0/gtkfilechooser.ini | 11 + skel/.config/gtk-3.0/settings.ini | 15 + skel/.config/lxpanel/LXDE/config | 2 + skel/.config/lxpanel/LXDE/panels/panel | 178 ++++++ skel/.config/lxsession/LXDE/autostart | 3 + skel/.config/lxsession/LXDE/desktop.conf | 48 ++ skel/.config/openbox/lxde-rc.xml | 763 +++++++++++++++++++++++++ skel/.config/pcmanfm/LXDE/desktop-items-0.conf | 14 + skel/.config/volumeicon/volumeicon | 25 + skel/.directory | 6 + skel/.dmrc | 3 + skel/.gtkrc-2.0 | 18 + skel/.purple/accounts.xml | 31 + skel/.purple/blist.xml | 18 + skel/.purple/prefs.xml | 427 ++++++++++++++ skel/.themes/Parabola/index.theme | 13 + 24 files changed, 1777 insertions(+) create mode 100644 skel/.bash_profile create mode 100644 skel/.bashrc create mode 100755 skel/.config/autostart/autostart-lxde.sh create mode 100644 skel/.config/autostart/autostart.desktop create mode 100755 skel/.config/autostart/autostart.sh create mode 100644 skel/.config/caja/accels create mode 100644 skel/.config/caja/desktop-metadata create mode 100644 skel/.config/dconf/user create mode 100644 skel/.config/gtk-2.0/gtkfilechooser.ini create mode 100644 skel/.config/gtk-3.0/settings.ini create mode 100644 skel/.config/lxpanel/LXDE/config create mode 100644 skel/.config/lxpanel/LXDE/panels/panel create mode 100644 skel/.config/lxsession/LXDE/autostart create mode 100644 skel/.config/lxsession/LXDE/desktop.conf create mode 100644 skel/.config/openbox/lxde-rc.xml create mode 100644 skel/.config/pcmanfm/LXDE/desktop-items-0.conf create mode 100644 skel/.config/volumeicon/volumeicon create mode 100644 skel/.directory create mode 100644 skel/.dmrc create mode 100644 skel/.gtkrc-2.0 create mode 100644 skel/.purple/accounts.xml create mode 100644 skel/.purple/blist.xml create mode 100644 skel/.purple/prefs.xml create mode 100644 skel/.themes/Parabola/index.theme diff --git a/skel/.bash_profile b/skel/.bash_profile new file mode 100644 index 0000000..23ecb2a --- /dev/null +++ b/skel/.bash_profile @@ -0,0 +1,12 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +export EDITOR=nano +export DESKTOP_SESSION='_DESKTOP_SESSION_' + +~/.automated_script.sh + +[ -n "$DESKTOP_SESSION" -a -z "$DISPLAY" -a "$(tty)" = /dev/tty1 ] && exec startx diff --git a/skel/.bashrc b/skel/.bashrc new file mode 100644 index 0000000..89392d7 --- /dev/null +++ b/skel/.bashrc @@ -0,0 +1,15 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +setxkbmap us + +alias ls='ls --color=auto' + +if [[ "$XDG_VTNR" == "7" ]] +then PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w/\[\033[00m\]\n$ " +else PS1='[\u@\h \W]\$ ' +fi diff --git a/skel/.config/autostart/autostart-lxde.sh b/skel/.config/autostart/autostart-lxde.sh new file mode 100755 index 0000000..a65c467 --- /dev/null +++ b/skel/.config/autostart/autostart-lxde.sh @@ -0,0 +1,4 @@ +#!/bin/bash + + +which octopi-notifier && sleep 10 && octopi-notifier & diff --git a/skel/.config/autostart/autostart.desktop b/skel/.config/autostart/autostart.desktop new file mode 100644 index 0000000..0866f65 --- /dev/null +++ b/skel/.config/autostart/autostart.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Parabola Autostart Script +Exec=/home/parabola/.config/autostart/autostart.sh +Terminal=false diff --git a/skel/.config/autostart/autostart.sh b/skel/.config/autostart/autostart.sh new file mode 100755 index 0000000..8ec1a4b --- /dev/null +++ b/skel/.config/autostart/autostart.sh @@ -0,0 +1,10 @@ +#!/bin/bash + + +[ -f ~/welcome.txt ] && zenity --question --width=620 \ + --title="_EDITION_TITLE_" \ + --text="cat ~/welcome.txt" \ + --ok-label="OK" \ + --cancel-label="Don't show this again" || rm ~/welcome.txt & + +/home/parabola/.config/autostart/autostart-lxde.sh & diff --git a/skel/.config/caja/accels b/skel/.config/caja/accels new file mode 100644 index 0000000..9464f0d --- /dev/null +++ b/skel/.config/caja/accels @@ -0,0 +1,133 @@ +; caja GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/DirViewActions/Trash" "") +; (gtk_accel_path "/DirViewActions/Save Search" "") +; (gtk_accel_path "/IconViewActions/Sort by Emblems" "") +; (gtk_accel_path "/DirViewActions/Start Volume" "") +; (gtk_accel_path "/DirViewActions/Location Poll" "") +; (gtk_accel_path "/ShellActions/Go to Trash" "") +; (gtk_accel_path "/SpatialActions/Go to Location" "l") +; (gtk_accel_path "/IconViewActions/Stretch" "") +; (gtk_accel_path "/DirViewActions/MoveToMenu" "") +; (gtk_accel_path "/ShellActions/ZoomInAccel" "equal") +; (gtk_accel_path "/DirViewActions/LocationTrash" "") +; (gtk_accel_path "/DirViewActions/RenameSelectAll" "F2") +; (gtk_accel_path "/DirViewActions/Undo" "z") +; (gtk_accel_path "/DirViewActions/Location Start Volume" "") +; (gtk_accel_path "/DirViewActions/CopyToMenu" "") +; (gtk_accel_path "/DirViewActions/Empty Trash" "") +; (gtk_accel_path "/ShellActions/Close" "w") +; (gtk_accel_path "/DirViewActions/LocationRestoreFromTrash" "") +; (gtk_accel_path "/IconViewActions/Manual Layout" "") +; (gtk_accel_path "/ShellActions/Zoom Normal" "0") +; (gtk_accel_path "/DirViewActions/Create Link" "m") +; (gtk_accel_path "/DirViewActions/LocationDelete" "") +; (gtk_accel_path "/IconViewActions/Sort by Trash Time" "") +; (gtk_accel_path "/DirViewActions/OtherApplication2" "") +; (gtk_accel_path "/DirViewActions/OpenInNewTab" "o") +; (gtk_accel_path "/DirViewActions/OtherApplication1" "") +; (gtk_accel_path "/ShellActions/Connect to Server" "") +; (gtk_accel_path "/ShellActions/Help" "") +; (gtk_accel_path "/ShellActions/ZoomInAccel2" "KP_Add") +; (gtk_accel_path "/SpatialActions/Close All Folders" "q") +; (gtk_accel_path "/ShellActions/File" "") +; (gtk_accel_path "/DirViewActions/Format Volume" "") +; (gtk_accel_path "/ShellActions/Caja Manual" "F1") +; (gtk_accel_path "/ShellActions/Go to Network" "") +; (gtk_accel_path "/DirViewActions/Mount Volume" "") +; (gtk_accel_path "/DirViewActions/Copy" "c") +; (gtk_accel_path "/IconViewActions/Sort by Type" "") +; (gtk_accel_path "/ShellActions/View" "") +; (gtk_accel_path "/DirViewActions/New Empty File" "") +; (gtk_accel_path "/ShellActions/About Caja" "") +; (gtk_accel_path "/DirViewActions/Location Eject Volume" "") +; (gtk_accel_path "/IconViewActions/Unstretch" "") +; (gtk_accel_path "/ShellActions/Zoom Out" "minus") +; (gtk_accel_path "/DirViewActions/OpenCloseParent" "Down") +; (gtk_accel_path "/SpatialActions/Close Parent Folders" "w") +; (gtk_accel_path "/DirViewActions/Open" "o") +; (gtk_accel_path "/DirViewActions/Self Format Volume" "") +; (gtk_accel_path "/DirViewActions/Unmount Volume" "") +; (gtk_accel_path "/DirViewActions/Connect To Server Link" "") +; (gtk_accel_path "/DirViewActions/Location Unmount Volume" "") +; (gtk_accel_path "/DirViewActions/Reset to Defaults" "") +; (gtk_accel_path "/DirViewActions/Location Mount Volume" "") +; (gtk_accel_path "/DirViewActions/LocationCut" "") +; (gtk_accel_path "/ShellActions/Zoom In" "plus") +; (gtk_accel_path "/DirViewActions/LocationOpenFolderWindow" "") +; (gtk_accel_path "/DirViewActions/Self Eject Volume" "") +; (gtk_accel_path "/IconViewActions/Tighter Layout" "") +; (gtk_accel_path "/DirViewActions/Paste Files Into" "") +; (gtk_accel_path "/DirViewActions/LocationCopy" "") +; (gtk_accel_path "/DirViewActions/OpenAccel" "Down") +; (gtk_accel_path "/DirViewActions/Open With" "") +; (gtk_accel_path "/ShellActions/Edit" "") +; (gtk_accel_path "/ShellActions/Up" "Up") +; (gtk_accel_path "/DirViewActions/Open Scripts Folder" "") +; (gtk_accel_path "/DirViewActions/New Documents" "") +; (gtk_accel_path "/ShellActions/Reload" "r") +; (gtk_accel_path "/DirViewActions/Move to Home" "") +; (gtk_accel_path "/ShellActions/Backgrounds and Emblems" "") +; (gtk_accel_path "/DirViewActions/No Templates" "") +; (gtk_accel_path "/DirViewActions/Location Format Volume" "") +; (gtk_accel_path "/ShellActions/ZoomOutAccel" "KP_Subtract") +; (gtk_accel_path "/DirViewActions/LocationPasteFilesInto" "") +; (gtk_accel_path "/IconViewActions/Sort by Size" "") +; (gtk_accel_path "/DirViewActions/Select All" "a") +; (gtk_accel_path "/DirViewActions/OpenAlternate" "o") +; (gtk_accel_path "/ShellActions/Preferences" "") +; (gtk_accel_path "/DirViewActions/Poll" "") +; (gtk_accel_path "/DirViewActions/Select Pattern" "s") +; (gtk_accel_path "/DesktopViewActions/Change Background" "") +; (gtk_accel_path "/IconViewActions/Reversed Order" "") +; (gtk_accel_path "/ShellActions/Go to Computer" "") +; (gtk_accel_path "/DirViewActions/Restore From Trash" "") +; (gtk_accel_path "/DirViewActions/Location Stop Volume" "") +; (gtk_accel_path "/DirViewActions/LocationProperties" "") +; (gtk_accel_path "/DirViewActions/Rename" "F2") +; (gtk_accel_path "/DirViewActions/Redo" "y") +; (gtk_accel_path "/ShellActions/Go to Templates" "") +; (gtk_accel_path "/ShellActions/Show Hidden Files" "h") +; (gtk_accel_path "/DirViewActions/Self Start Volume" "") +; (gtk_accel_path "/DirViewActions/Move to next pane" "") +; (gtk_accel_path "/DirViewActions/OpenFolderWindow" "") +; (gtk_accel_path "/DirViewActions/LocationOpenInNewTab" "") +; (gtk_accel_path "/DirViewActions/Duplicate" "") +; (gtk_accel_path "/DirViewActions/Eject Volume" "") +; (gtk_accel_path "/DirViewActions/Stop Volume" "") +; (gtk_accel_path "/DirViewActions/PropertiesAccel" "i") +; (gtk_accel_path "/ShellActions/Home" "Home") +; (gtk_accel_path "/IconViewActions/Clean Up" "") +; (gtk_accel_path "/IconViewActions/Sort by Modification Date" "") +; (gtk_accel_path "/DirViewActions/Save Search As" "") +; (gtk_accel_path "/IconViewActions/Keep Aligned" "") +; (gtk_accel_path "/DirViewActions/New Launcher" "") +; (gtk_accel_path "/DirViewActions/Properties" "Return") +; (gtk_accel_path "/SpatialActions/Add Bookmark" "d") +; (gtk_accel_path "/DirViewActions/Copy to Desktop" "") +; (gtk_accel_path "/ShellActions/Stop" "") +; (gtk_accel_path "/DirViewActions/New Folder" "n") +; (gtk_accel_path "/DirViewActions/Self Poll" "") +; (gtk_accel_path "/DirViewActions/Move to Desktop" "") +; (gtk_accel_path "/DirViewActions/Cut" "x") +; (gtk_accel_path "/view_as_4" "4") +; (gtk_accel_path "/DirViewActions/Delete" "Delete") +; (gtk_accel_path "/DesktopViewActions/New Launcher Desktop" "") +; (gtk_accel_path "/IconViewActions/Sort by Name" "") +; (gtk_accel_path "/view_as_2" "2") +; (gtk_accel_path "/view_as_3" "3") +; (gtk_accel_path "/DirViewActions/Paste" "v") +; (gtk_accel_path "/DirViewActions/Invert Selection" "i") +; (gtk_accel_path "/view_as_1" "1") +; (gtk_accel_path "/DesktopViewActions/Empty Trash Conditional" "") +; (gtk_accel_path "/IconViewActions/Arrange Items" "") +; (gtk_accel_path "/DirViewActions/Self Stop Volume" "") +; (gtk_accel_path "/SpatialActions/Places" "") +; (gtk_accel_path "/SpatialActions/Edit Bookmarks" "b") +; (gtk_accel_path "/DirViewActions/Copy to Home" "") +; (gtk_accel_path "/DirViewActions/Self Mount Volume" "") +; (gtk_accel_path "/SpatialActions/Search" "f") +; (gtk_accel_path "/DirViewActions/Self Unmount Volume" "") +; (gtk_accel_path "/DirViewActions/Copy to next pane" "") +; (gtk_accel_path "/DirViewActions/LocationOpenAlternate" "") diff --git a/skel/.config/caja/desktop-metadata b/skel/.config/caja/desktop-metadata new file mode 100644 index 0000000..e1f9d17 --- /dev/null +++ b/skel/.config/caja/desktop-metadata @@ -0,0 +1,23 @@ +[directory] +caja-icon-view-keep-aligned=true +caja-icon-view-layout-timestamp=1441316522 + +[trash] +caja-icon-position=64,302 +icon-scale=1 +caja-icon-position-timestamp=1441316522 + +[computer] +caja-icon-position=64,22 +icon-scale=1 +caja-icon-position-timestamp=1441316522 + +[home] +caja-icon-position=64,102 +icon-scale=1 +caja-icon-position-timestamp=1441316522 + +[openSUSE 13.2 KDE Live.volume] +caja-icon-position=64,382 +icon-scale=1 +caja-icon-position-timestamp=1441316562 diff --git a/skel/.config/dconf/user b/skel/.config/dconf/user new file mode 100644 index 0000000..113e640 Binary files /dev/null and b/skel/.config/dconf/user differ diff --git a/skel/.config/gtk-2.0/gtkfilechooser.ini b/skel/.config/gtk-2.0/gtkfilechooser.ini new file mode 100644 index 0000000..c6b458d --- /dev/null +++ b/skel/.config/gtk-2.0/gtkfilechooser.ini @@ -0,0 +1,11 @@ +[Filechooser Settings] +LocationMode=path-bar +ShowHidden=true +ShowSizeColumn=true +GeometryX=52 +GeometryY=86 +GeometryWidth=920 +GeometryHeight=585 +SortColumn=name +SortOrder=ascending +StartupMode=recent diff --git a/skel/.config/gtk-3.0/settings.ini b/skel/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..fb784aa --- /dev/null +++ b/skel/.config/gtk-3.0/settings.ini @@ -0,0 +1,15 @@ +[Settings] +gtk-theme-name=Adwaita +gtk-icon-theme-name=Adwaita +gtk-font-name=Sans 10 +gtk-cursor-theme-size=18 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintslight +gtk-xft-rgba=rgb diff --git a/skel/.config/lxpanel/LXDE/config b/skel/.config/lxpanel/LXDE/config new file mode 100644 index 0000000..76228e2 --- /dev/null +++ b/skel/.config/lxpanel/LXDE/config @@ -0,0 +1,2 @@ +[Command] +Logout=lxde-logout diff --git a/skel/.config/lxpanel/LXDE/panels/panel b/skel/.config/lxpanel/LXDE/panels/panel new file mode 100644 index 0000000..4a105d8 --- /dev/null +++ b/skel/.config/lxpanel/LXDE/panels/panel @@ -0,0 +1,178 @@ +# lxpanel config file. Manually editing is not recommended. +# Use preference dialog in lxpanel to adjust config when you can. + +Global { + edge=bottom + align=left + margin=0 + widthtype=percent + width=100 + height=26 + transparent=0 + tintcolor=#000000 + alpha=0 + setdocktype=1 + setpartialstrut=1 + autohide=0 + heightwhenhidden=0 + usefontcolor=1 + fontcolor=#000000 + background=0 + backgroundfile=/usr/share/lxpanel/images/background.png +} +Plugin { + type=space + Config { + Size=2 + } +} +Plugin { + type=menu + Config { + image=/root/.scriptsInstallation/parabolaicon.png + system { + } + separator { + } + item { + command=run + } + separator { + } + item { + image=gnome-logout + command=logout + } + } +} +Plugin { + type=space + Config { + Size=8 + } +} +Plugin { + type=separator + Config { + } +} +Plugin { + type=space + Config { + Size=8 + } +} +Plugin { + type=launchbar + Config { + Button { + id=iceweasel.desktop + } + Button { + id=pidgin.desktop + } + Button { + id=pcmanfm.desktop + } + Button { + id=lxterminal.desktop + } + } +} +Plugin { + type=space + Config { + Size=8 + } +} +Plugin { + type=separator + Config { + } +} +Plugin { + type=space + Config { + Size=8 + } +} +Plugin { + type=wincmd + Config { + Button1=iconify + Button2=shade + } +} +Plugin { + type=space + Config { + Size=8 + } +} +Plugin { + type=separator + Config { + } +} +Plugin { + type=space + Config { + Size=8 + } +} +Plugin { + type=taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + AcceptSkipPager=1 + ShowIconified=1 + ShowMapped=1 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=0 + MaxTaskWidth=150 + spacing=1 + } +} +Plugin { + type=cpu + Config { + } +} +Plugin { + type=volume + Config { + VolumeMuteKey=XF86AudioMute + VolumeDownKey=XF86AudioLowerVolume + VolumeUpKey=XF86AudioRaiseVolume + } +} +Plugin { + type=tray + Config { + } +} +Plugin { + type=dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=0 + IconOnly=0 + CenterText=0 + } +} +Plugin { + type=launchbar + Config { + Button { + id=lxde-screenlock.desktop + } + Button { + id=lxde-logout.desktop + } + } +} diff --git a/skel/.config/lxsession/LXDE/autostart b/skel/.config/lxsession/LXDE/autostart new file mode 100644 index 0000000..d8f2e23 --- /dev/null +++ b/skel/.config/lxsession/LXDE/autostart @@ -0,0 +1,3 @@ +@lxpanel --profile LXDE +@pcmanfm --desktop --profile LXDE +@xscreensaver -no-splash diff --git a/skel/.config/lxsession/LXDE/desktop.conf b/skel/.config/lxsession/LXDE/desktop.conf new file mode 100644 index 0000000..5f99ce2 --- /dev/null +++ b/skel/.config/lxsession/LXDE/desktop.conf @@ -0,0 +1,48 @@ +[Session] +window_manager=openbox-lxde +disable_autostart=no +polkit/command=lxpolkit +clipboard/command=lxclipboard +xsettings_manager/command=build-in +proxy_manager/command=build-in +keyring/command=ssh-agent +quit_manager/command=lxsession-logout +lock_manager/command=lxlock +terminal_manager/command=lxterminal + +[GTK] +sNet/ThemeName=Adwaita +sNet/IconThemeName=Adwaita +sGtk/FontName=Sans 10 +iGtk/ToolbarStyle=3 +iGtk/ButtonImages=1 +iGtk/MenuImages=1 +iGtk/CursorThemeSize=18 +iXft/Antialias=1 +iXft/Hinting=1 +sXft/HintStyle=hintslight +sXft/RGBA=rgb +iNet/EnableEventSounds=1 +iNet/EnableInputFeedbackSounds=1 +sGtk/ColorScheme= +iGtk/ToolbarIconSize=3 +sGtk/CursorThemeName=DMZ-White + +[Mouse] +AccFactor=20 +AccThreshold=10 +LeftHanded=0 + +[Keyboard] +Delay=500 +Interval=30 +Beep=1 + +[State] +guess_default=true + +[Dbus] +lxde=true + +[Environment] +menu_prefix=lxde- diff --git a/skel/.config/openbox/lxde-rc.xml b/skel/.config/openbox/lxde-rc.xml new file mode 100644 index 0000000..54eaa41 --- /dev/null +++ b/skel/.config/openbox/lxde-rc.xml @@ -0,0 +1,763 @@ + + + + + 10 + 20 + + + yes + + no + + yes + + no + + 200 + + no + + + + Smart + +
yes
+ + Any + + +
+ + Bear2 + NLIMC + + yes + yes + + sans + 10 + + bold + + normal + + + + sans + 10 + + bold + + normal + + + + sans + 10 + + normal + + normal + + + + sans + 10 + + normal + + normal + + + + sans + 10 + + bold + + normal + + + + Sans + 8 + + + + + Sans + 8 + + + + + + + 1 + 1 + + + + 875 + + + + yes + Nonpixel + + Center + + + + 10 + + 10 + + + + + + 0 + 0 + 0 + 0 + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + C-g + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + yes + yes + + + + + + + true + PCManFM + + pcmanfm + + + + + + pcmanfm --find-files + + + + + + lxpanelctl run + + + + + lxpanelctl run + + + + + lxpanelctl menu + + + + + lxpanelctl menu + + + + + + + + + lxtask + + + + + + gnome-screenshot -i + + + + + + lxrandr + + + + + 8 + + 200 + + 400 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + top + + + + + + + + + + + left + + + + + + + + + + + right + + + + + + + + + + + bottom + + + + + + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-list-combined-menu + + + + + root-menu + + + + + + + + + + + + + + + + + + + + + + /usr/share/lxde/openbox/menu.xml + 200 + + no + + 100 + + yes + + yes + + + + + +
diff --git a/skel/.config/pcmanfm/LXDE/desktop-items-0.conf b/skel/.config/pcmanfm/LXDE/desktop-items-0.conf new file mode 100644 index 0000000..6186fce --- /dev/null +++ b/skel/.config/pcmanfm/LXDE/desktop-items-0.conf @@ -0,0 +1,14 @@ +[*] +wallpaper_mode=crop +wallpaper_common=1 +wallpaper=/etc/wallpaper.png +desktop_bg=#000000 +desktop_fg=#ffffff +desktop_shadow=#000000 +desktop_font=Sans 12 +show_wm_menu=0 +sort=mtime;ascending; +show_documents=0 +show_trash=1 +show_mounts=1 + diff --git a/skel/.config/volumeicon/volumeicon b/skel/.config/volumeicon/volumeicon new file mode 100644 index 0000000..588b9dd --- /dev/null +++ b/skel/.config/volumeicon/volumeicon @@ -0,0 +1,25 @@ +[Alsa] +card=default + +[Notification] +show_notification=true +notification_type=0 + +[StatusIcon] +stepsize=5 +onclick=xterm -e 'alsamixer' +theme=Default +use_panel_specific_icons=false +lmb_slider=false +mmb_mute=false +use_horizontal_slider=false +show_sound_level=false +use_transparent_background=false + +[Hotkeys] +up_enabled=false +down_enabled=false +mute_enabled=false +up=XF86AudioRaiseVolume +down=XF86AudioLowerVolume +mute=XF86AudioMute diff --git a/skel/.directory b/skel/.directory new file mode 100644 index 0000000..07c52ff --- /dev/null +++ b/skel/.directory @@ -0,0 +1,6 @@ +[Dolphin] +Timestamp=2014,12,3,17,12,32 +Version=3 + +[Settings] +HiddenFilesShown=true diff --git a/skel/.dmrc b/skel/.dmrc new file mode 100644 index 0000000..7083a13 --- /dev/null +++ b/skel/.dmrc @@ -0,0 +1,3 @@ +[Desktop] +Language=en_US.utf8 +Session=mate diff --git a/skel/.gtkrc-2.0 b/skel/.gtkrc-2.0 new file mode 100644 index 0000000..6cc4b62 --- /dev/null +++ b/skel/.gtkrc-2.0 @@ -0,0 +1,18 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/parabola/.gtkrc-2.0.mine" +gtk-theme-name="Adwaita" +gtk-icon-theme-name="Adwaita" +gtk-font-name="Sans 10" +gtk-cursor-theme-size=18 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintslight" +gtk-xft-rgba="rgb" diff --git a/skel/.purple/accounts.xml b/skel/.purple/accounts.xml new file mode 100644 index 0000000..f5636f1 --- /dev/null +++ b/skel/.purple/accounts.xml @@ -0,0 +1,31 @@ + + + + + prpl-irc + parabola-user@irc.freenode.net + + + + + + + + + + + + + 7000 + 0 + 0 + UTF-8 + 0 + 1 + + + 1 + + + + diff --git a/skel/.purple/blist.xml b/skel/.purple/blist.xml new file mode 100644 index 0000000..4c9114e --- /dev/null +++ b/skel/.purple/blist.xml @@ -0,0 +1,18 @@ + + + + + + 0 + + #parabola + 1 + 0 + 1 + + + + + + + diff --git a/skel/.purple/prefs.xml b/skel/.purple/prefs.xml new file mode 100644 index 0000000..9cd777b --- /dev/null +++ b/skel/.purple/prefs.xml @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel/.themes/Parabola/index.theme b/skel/.themes/Parabola/index.theme new file mode 100644 index 0000000..d6b2393 --- /dev/null +++ b/skel/.themes/Parabola/index.theme @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Parabola +Type=X-GNOME-Metatheme +Comment= + +[X-GNOME-Metatheme] +GtkTheme=Radiance-Purple +MetacityTheme=Radiance-Purple +IconTheme=RAVE-X-Dark-Purple +GtkColorScheme=base_color:#ffffff,fg_color:#4c4c4c,tooltip_fg_color:#ffffff,selected_bg_color:#7E5BC5,selected_fg_color:#FFFFFF,text_color:#3C3C3C,bg_color:#F6F6F6,tooltip_bg_color:#000000,link_color:#9D7EDA +CursorTheme=mate +CursorSize=18 +BackgroundImage=/etc/wallpaper.png -- cgit v1.2.2