Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from killajoe/master
Browse files Browse the repository at this point in the history
some corrections
  • Loading branch information
karasu authored May 15, 2018
2 parents c770ebd + 828327a commit 8dd75c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion skel/.config/xfce4/panel/whiskermenu-8.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-web-browser.desktop,exo-mail-reader.desktop,pamac-manager.desktop
recent=xfce-settings-manager.desktop,xfce4-settings-editor.desktop,xfce-ui-settings.desktop,exo-terminal-emulator.desktop,gufw.desktop
button-title=Applications
button-icon=/usr/share/icons/xfce4-whiskermenu.svg
button-icon=/usr/share/antergos/new-logo-square32.png
button-single-row=false
show-button-title=false
show-button-icon=true
Expand Down
19 changes: 7 additions & 12 deletions skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<property name="backdrop" type="empty">
<property name="screen0" type="empty">
<property name="monitor0" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/xfce/breath.png"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/breath.png"/>
<property name="last-single-image" type="string" value="/usr/share/backgrounds/xfce/breath.png"/>
<property name="image-path" type="string" value="/usr/share/antergos/wallpapers"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
<property name="last-single-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
<property name="image-style" type="int" value="5"/>
<property name="workspace0" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/sky_full_of_stars.jpg"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/breath.png"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
</property>
</property>
</property>
Expand All @@ -26,16 +26,11 @@
<property name="center-text" type="bool" value="false"/>
<property name="file-icons" type="empty">
<property name="show-removable" type="bool" value="false"/>
<property name="show-home" type="bool" value="false"/>
<property name="show-filesystem" type="bool" value="false"/>
<property name="show-trash" type="bool" value="false"/>
<property name="show-device-removable" type="bool" value="false"/>
</property>
<property name="icon-size" type="uint" value="32"/>
<property name="single-click" type="bool" value="true"/>
</property>
<property name="last" type="empty">
<property name="window-width" type="int" value="650"/>
<property name="window-height" type="int" value="768"/>
<property name="window-width" type="int" value="686"/>
<property name="window-height" type="int" value="548"/>
</property>
</channel>
6 changes: 3 additions & 3 deletions skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="ThemeName" type="string" value="Numix-Frost"/>
<property name="IconThemeName" type="string" value="Numix"/>
<property name="IconThemeName" type="string" value="Numix-Square"/>
<property name="DoubleClickTime" type="int" value="250"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>
Expand All @@ -23,8 +23,8 @@
<property name="Gtk" type="empty">
<property name="CanChangeAccels" type="bool" value="false"/>
<property name="ColorPalette" type="string" value="black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"/>
<property name="FontName" type="string" value="Liberation Sans 10"/>
<property name="MonospaceFontName" type="string" value="Liberation Mono 10"/>
<property name="FontName" type="string" value="Cantarell 10"/>
<property name="MonospaceFontName" type="empty"/>
<property name="IconSizes" type="string" value=""/>
<property name="KeyThemeName" type="string" value=""/>
<property name="ToolbarStyle" type="string" value="icons"/>
Expand Down

0 comments on commit 8dd75c1

Please sign in to comment.