Initial Commit

This commit is contained in:
Adam Goldsmith 2016-02-29 23:10:21 -05:00
commit af302f8bc5
11 changed files with 165 additions and 0 deletions

View File

@ -0,0 +1,20 @@
display_label=false
display_icon=false
display_power=false
display_percentage=true
display_bar=true
display_time=false
tooltip_display_percentage=false
tooltip_display_time=true
low_percentage=10
critical_percentage=5
action_on_low=1
action_on_critical=2
hide_when_full=0
colorA=#8888FF
colorH=#00FF00
colorL=#FFFF00
colorC=#FF0000
command_on_low=
command_on_critical=/home/adam/.bin/lock.sh hibernate

View File

@ -0,0 +1,6 @@
layout=3
date_font=Bitstream Vera Sans 8
time_font=Bitstream Vera Sans 8
date_format=%A, %B %d, %Y
time_format=%Y-%m-%d %H:%M:%S

View File

@ -0,0 +1,6 @@
Command=/home/adam/.bin/netstatus.sh
UseLabel=0
Text=(genmon)
UpdatePeriod=2000
Font=(default)

View File

@ -0,0 +1,6 @@
Command=/home/adam/.bin/sensors-monitor.py
UseLabel=0
Text=(genmon)
UpdatePeriod=5000
Font=(default)

View File

@ -0,0 +1,5 @@
normal_color=13816530
focused_color=2598398
urgent_color=16711680
strip_workspace_numbers=false

View File

@ -0,0 +1,12 @@
[Desktop Entry]
Name=Thunar File Manager
Comment=Browse the filesystem with the file manager
GenericName=File Manager
Exec=thunar %F
Icon=folder
Terminal=false
StartupNotify=true
Type=Application
Categories=System;Utility;Core;GTK;FileTools;FileManager;
X-XFCE-Source=file:///usr/share/applications/Thunar.desktop
Path=

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=I3 Restart
Comment=
Exec=i3 restart
Icon=system-restart-panel
Path=
Terminal=false
StartupNotify=false

View File

@ -0,0 +1,15 @@
speed=500
size=40
cpuload_visible=true
cpuload_colors=#0072B3,#0092E6,#00A3FF,#002F3D,#000000
memload_visible=true
memload_colors=#00B35B,#00E675,#00FF82,#AAF5D0,#000000
netload_visible=true
netload_colors=#FCE94F,#EDD400,#C4A000,#000000
swapload_visible=true
swapload_colors=#8B00C3,#000000
loadavg_visible=false
loadavg_colors=#D50000,#000000
diskload_visible=true
diskload_colors=#C65000,#FF6700,#000000

View File

@ -0,0 +1,8 @@
show_frame=false
show_icon=false
show_bits=false
show_sum=false
device_auto=true
device=
fixed_width=0

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0">
<property name="configver" type="int" value="2"/>
<property name="panels" type="array">
<value type="int" value="1"/>
<property name="panel-1" type="empty">
<property name="position" type="string" value="p=8;x=2520;y=1039"/>
<property name="mode" type="uint" value="0"/>
<property name="size" type="uint" value="20"/>
<property name="plugin-ids" type="array">
<value type="int" value="1"/>
<value type="int" value="5"/>
<value type="int" value="3"/>
<value type="int" value="12"/>
<value type="int" value="4"/>
<value type="int" value="9"/>
<value type="int" value="7"/>
<value type="int" value="15"/>
<value type="int" value="6"/>
<value type="int" value="8"/>
<value type="int" value="2"/>
<value type="int" value="10"/>
</property>
<property name="position-locked" type="bool" value="true"/>
<property name="span-monitors" type="bool" value="true"/>
<property name="output-name" type="string" value=""/>
<property name="disable-struts" type="bool" value="true"/>
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu">
<property name="show-button-title" type="bool" value="false"/>
<property name="show-tooltips" type="bool" value="false"/>
<property name="show-menu-icons" type="bool" value="true"/>
<property name="button-icon" type="string" value="/usr/share/archlinux/icons/archlinux-icon-crystal-32.svg"/>
</property>
<property name="plugin-2" type="string" value="systray">
<property name="names-visible" type="array">
<value type="string" value="redshift-gtk"/>
<value type="string" value="networkmanager applet"/>
<value type="string" value="volumeicon"/>
<value type="string" value="pidgin"/>
<value type="string" value="synergy"/>
<value type="string" value="syncthing"/>
<value type="string" value="caffeine"/>
<value type="string" value="insync.py"/>
<value type="string" value="thunderbird"/>
</property>
<property name="names-hidden" type="array">
</property>
<property name="show-frame" type="bool" value="true"/>
</property>
<property name="plugin-4" type="string" value="separator">
<property name="style" type="uint" value="0"/>
<property name="expand" type="bool" value="true"/>
</property>
<property name="plugin-5" type="string" value="i3-workspaces"/>
<property name="plugin-6" type="string" value="multiload"/>
<property name="plugin-7" type="string" value="xfce4-netspeed-plugin"/>
<property name="plugin-8" type="string" value="battery"/>
<property name="plugin-10" type="string" value="datetime"/>
<property name="plugin-12" type="string" value="genmon"/>
<property name="plugin-3" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="14296579702.desktop"/>
</property>
</property>
<property name="plugin-15" type="string" value="genmon"/>
<property name="plugin-9" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="14466919681.desktop"/>
</property>
</property>
</property>
</channel>

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.tmp