summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-02 21:03:42 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2017-12-02 21:03:42 -0500
commitf9ff7b0228bfc7ac6b2c211abbcdc6fa56368d4e (patch)
tree7cf9f6ae85a9c5d26f275c8143043e72ca37c4e2 /skel
parentae3609f0735c1c101f83747105598eaa59e25a12 (diff)
add bug report shortcut and iconv0.3
Diffstat (limited to 'skel')
-rw-r--r--skel/.config/autostart/autostart.desktop2
-rw-r--r--skel/.xprofile2
-rw-r--r--skel/Desktop/bug-tracker.desktop8
-rw-r--r--skel/report-bug.pngbin650 -> 0 bytes
4 files changed, 11 insertions, 1 deletions
diff --git a/skel/.config/autostart/autostart.desktop b/skel/.config/autostart/autostart.desktop
index 0866f65..8d02256 100644
--- a/skel/.config/autostart/autostart.desktop
+++ b/skel/.config/autostart/autostart.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
Type=Application
Name=Parabola Autostart Script
-Exec=/home/parabola/.config/autostart/autostart.sh
+Exec=.config/autostart/autostart.sh
Terminal=false
diff --git a/skel/.xprofile b/skel/.xprofile
new file mode 100644
index 0000000..7846cce
--- /dev/null
+++ b/skel/.xprofile
@@ -0,0 +1,2 @@
+
+sed -i 's|^PS1=.*|PS1="\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]: \\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\n$ "|' ~/.bashrc
diff --git a/skel/Desktop/bug-tracker.desktop b/skel/Desktop/bug-tracker.desktop
new file mode 100644
index 0000000..0bf3970
--- /dev/null
+++ b/skel/Desktop/bug-tracker.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Report a Bug
+Exec=iceweasel https://labs.parabola.nu/projects/isos/issues?set_filter=1&tracker_id=1
+Icon=/usr/share/icons/report-bug.png
+Terminal=false
+StartupNotify=true
diff --git a/skel/report-bug.png b/skel/report-bug.png
deleted file mode 100644
index 5ce4b51..0000000
--- a/skel/report-bug.png
+++ /dev/null
Binary files differ