commit af302f8bc52d90225ba38a75e19e54fe4e8e0417 Author: Adam Goldsmith Date: Mon Feb 29 23:10:21 2016 -0500 Initial Commit diff --git a/.config/xfce4/panel/battery-8.rc b/.config/xfce4/panel/battery-8.rc new file mode 100644 index 0000000..3012087 --- /dev/null +++ b/.config/xfce4/panel/battery-8.rc @@ -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 + diff --git a/.config/xfce4/panel/datetime-10.rc b/.config/xfce4/panel/datetime-10.rc new file mode 100644 index 0000000..76ff759 --- /dev/null +++ b/.config/xfce4/panel/datetime-10.rc @@ -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 + diff --git a/.config/xfce4/panel/genmon-12.rc b/.config/xfce4/panel/genmon-12.rc new file mode 100644 index 0000000..050db34 --- /dev/null +++ b/.config/xfce4/panel/genmon-12.rc @@ -0,0 +1,6 @@ +Command=/home/adam/.bin/netstatus.sh +UseLabel=0 +Text=(genmon) +UpdatePeriod=2000 +Font=(default) + diff --git a/.config/xfce4/panel/genmon-15.rc b/.config/xfce4/panel/genmon-15.rc new file mode 100644 index 0000000..af7edb0 --- /dev/null +++ b/.config/xfce4/panel/genmon-15.rc @@ -0,0 +1,6 @@ +Command=/home/adam/.bin/sensors-monitor.py +UseLabel=0 +Text=(genmon) +UpdatePeriod=5000 +Font=(default) + diff --git a/.config/xfce4/panel/i3-workspaces-5.rc b/.config/xfce4/panel/i3-workspaces-5.rc new file mode 100644 index 0000000..f02b8b6 --- /dev/null +++ b/.config/xfce4/panel/i3-workspaces-5.rc @@ -0,0 +1,5 @@ +normal_color=13816530 +focused_color=2598398 +urgent_color=16711680 +strip_workspace_numbers=false + diff --git a/.config/xfce4/panel/launcher-3/14296579702.desktop b/.config/xfce4/panel/launcher-3/14296579702.desktop new file mode 100644 index 0000000..6d6a9d8 --- /dev/null +++ b/.config/xfce4/panel/launcher-3/14296579702.desktop @@ -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= diff --git a/.config/xfce4/panel/launcher-9/14466919681.desktop b/.config/xfce4/panel/launcher-9/14466919681.desktop new file mode 100644 index 0000000..e2ffb1f --- /dev/null +++ b/.config/xfce4/panel/launcher-9/14466919681.desktop @@ -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 diff --git a/.config/xfce4/panel/multiload-6.rc b/.config/xfce4/panel/multiload-6.rc new file mode 100644 index 0000000..dd56a4d --- /dev/null +++ b/.config/xfce4/panel/multiload-6.rc @@ -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 + diff --git a/.config/xfce4/panel/xfce4-netspeed-plugin-7.rc b/.config/xfce4/panel/xfce4-netspeed-plugin-7.rc new file mode 100644 index 0000000..4a33620 --- /dev/null +++ b/.config/xfce4/panel/xfce4-netspeed-plugin-7.rc @@ -0,0 +1,8 @@ +show_frame=false +show_icon=false +show_bits=false +show_sum=false +device_auto=true +device= +fixed_width=0 + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..d86a267 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1944fd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.tmp