summaryrefslogtreecommitdiff
path: root/config/xfce4/panel
diff options
context:
space:
mode:
Diffstat (limited to 'config/xfce4/panel')
-rw-r--r--config/xfce4/panel/genmon-11.rc6
-rw-r--r--config/xfce4/panel/genmon-17.rc6
-rw-r--r--config/xfce4/panel/genmon-19.rc6
-rw-r--r--config/xfce4/panel/genmon-21.rc6
-rw-r--r--config/xfce4/panel/genmon-9.rc6
-rw-r--r--config/xfce4/panel/xfce4-clipman-actions.xml44
6 files changed, 74 insertions, 0 deletions
diff --git a/config/xfce4/panel/genmon-11.rc b/config/xfce4/panel/genmon-11.rc
new file mode 100644
index 0000000..4145dc9
--- /dev/null
+++ b/config/xfce4/panel/genmon-11.rc
@@ -0,0 +1,6 @@
+Command=/home/aura/.lang.sh
+UseLabel=0
+Text=(genmon)
+UpdatePeriod=1000
+Font=Px437 DOS/V re. JPN12 10
+
diff --git a/config/xfce4/panel/genmon-17.rc b/config/xfce4/panel/genmon-17.rc
new file mode 100644
index 0000000..4145dc9
--- /dev/null
+++ b/config/xfce4/panel/genmon-17.rc
@@ -0,0 +1,6 @@
+Command=/home/aura/.lang.sh
+UseLabel=0
+Text=(genmon)
+UpdatePeriod=1000
+Font=Px437 DOS/V re. JPN12 10
+
diff --git a/config/xfce4/panel/genmon-19.rc b/config/xfce4/panel/genmon-19.rc
new file mode 100644
index 0000000..4546394
--- /dev/null
+++ b/config/xfce4/panel/genmon-19.rc
@@ -0,0 +1,6 @@
+Command=/home/aura/code/dotfiles/nowplaying/playing.js
+UseLabel=0
+Text=(genmon)
+UpdatePeriod=5000
+Font=Px437 DOS/V re. JPN12 10
+
diff --git a/config/xfce4/panel/genmon-21.rc b/config/xfce4/panel/genmon-21.rc
new file mode 100644
index 0000000..e8c8f90
--- /dev/null
+++ b/config/xfce4/panel/genmon-21.rc
@@ -0,0 +1,6 @@
+Command=/home/aura/.panel.sh
+UseLabel=0
+Text=(genmon)
+UpdatePeriod=1000
+Font=Px437 DOS/V re. JPN12 10
+
diff --git a/config/xfce4/panel/genmon-9.rc b/config/xfce4/panel/genmon-9.rc
new file mode 100644
index 0000000..e8c8f90
--- /dev/null
+++ b/config/xfce4/panel/genmon-9.rc
@@ -0,0 +1,6 @@
+Command=/home/aura/.panel.sh
+UseLabel=0
+Text=(genmon)
+UpdatePeriod=1000
+Font=Px437 DOS/V re. JPN12 10
+
diff --git a/config/xfce4/panel/xfce4-clipman-actions.xml b/config/xfce4/panel/xfce4-clipman-actions.xml
new file mode 100644
index 0000000..9d8cf34
--- /dev/null
+++ b/config/xfce4/panel/xfce4-clipman-actions.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<actions>
+ <action>
+ <name>Bugz</name>
+ <regex>bug\s*#?\s*([0-9]+)</regex>
+ <group>0</group>
+ <commands>
+ <command>
+ <name>GNOME Bug</name>
+ <exec>exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
+ </command>
+ <command>
+ <name>Xfce Bug</name>
+ <exec>exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
+ </command>
+ </commands>
+ </action>
+ <action>
+ <name>Image</name>
+ <regex>(http|ftp).+\.(jpg|png|gif)</regex>
+ <group>0</group>
+ <commands>
+ <command>
+ <name>View with Ristretto</name>
+ <exec>ristretto &quot;\0&quot;</exec>
+ </command>
+ <command>
+ <name>Edit with Gimp</name>
+ <exec>gimp &quot;\0&quot;</exec>
+ </command>
+ </commands>
+ </action>
+ <action>
+ <name>Long URL</name>
+ <regex>http://[^\s]{120,}</regex>
+ <group>0</group>
+ <commands>
+ <command>
+ <name>Shrink the URL</name>
+ <exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
+ </command>
+ </commands>
+ </action>
+</actions> \ No newline at end of file