summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2020-04-05 03:06:35 -0500
committerKyle K <kylek389@gmail.com>2020-04-05 03:06:35 -0500
commit8bef5a845ff63bc17d187850bd8d2c20f33e48e8 (patch)
tree1149a10ddfa704d867913411d09f4c4b4d7e0d04
parent1c22cfebb9c695b6ac4a164982f619f0bf0c1c62 (diff)
parentb8990f7fd8742e25d13560e0eeceb7428a363759 (diff)
downloadconfigs-8bef5a845ff63bc17d187850bd8d2c20f33e48e8.tar.gz
configs-8bef5a845ff63bc17d187850bd8d2c20f33e48e8.tar.bz2
configs-8bef5a845ff63bc17d187850bd8d2c20f33e48e8.zip
Merge branch 'master' of tiny:/srv/git/configs
-rw-r--r--my larbs/bashrc.diff13
-rw-r--r--my larbs/gtkrc-2.019
-rwxr-xr-xmy larbs/sway.sh9
3 files changed, 41 insertions, 0 deletions
diff --git a/my larbs/bashrc.diff b/my larbs/bashrc.diff
new file mode 100644
index 0000000..a21347a
--- /dev/null
+++ b/my larbs/bashrc.diff
@@ -0,0 +1,13 @@
+# git completion and custom PS1
+source /usr/share/git/completion/git-prompt.sh
+GIT_PS1_SHOWDIRTYSTATE=1
+
+if [[ $(id -u) -eq 0 ]]; then
+ PS1='\[\e[1;37m\][\[\e[m\]\[\e[1;31m\]\u\[\e[m\]@\[\e[1;37m\]\h\[\e[m\] \[\e[1;36m\]\w\[\e[m\]\[\e[1;37m\]]\[\e[m\]\[\e[1;32m\]\$\[\e[m\] \[\e[1;37m\]'
+else
+ PS1='\[\e[1;37m\][\[\e[m\]\[\e[1;32m\]\u\[\e[m\]@\[\e[1;37m\]\h\[\e[m\] \[\e[1;36m\]\w\[\e[m\]\[\e[1;33m\]$(__git_ps1 " (%s)")\[\e[m\]\[\e[1;37m\]]\[\e[m\]\[\e[1;32m\]\$\[\e[m\] \[\e[1;37m\]'
+fi
+
+# aliases
+alias bb='history -c && history -w && reset'
+feh --no-fehbg --bg-fill --randomize ~/illya
diff --git a/my larbs/gtkrc-2.0 b/my larbs/gtkrc-2.0
new file mode 100644
index 0000000..44a9c56
--- /dev/null
+++ b/my larbs/gtkrc-2.0
@@ -0,0 +1,19 @@
+# DO NOT EDIT! This file will be overwritten by LXAppearance.
+# Any customization should be done in ~/.gtkrc-2.0.mine instead.
+
+include "/home/larbs/.gtkrc-2.0.mine"
+gtk-theme-name="Adapta-Eta"
+gtk-icon-theme-name="Moka"
+gtk-font-name="Sans 9"
+gtk-cursor-theme-name="Vanilla-DMZ"
+gtk-cursor-theme-size=0
+gtk-toolbar-style=GTK_TOOLBAR_ICONS
+gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+gtk-button-images=0
+gtk-menu-images=1
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=1
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle="hintfull"
+gtk-xft-rgba="rgb"
diff --git a/my larbs/sway.sh b/my larbs/sway.sh
new file mode 100755
index 0000000..e5e23af
--- /dev/null
+++ b/my larbs/sway.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+export GDK_BACKEND=wayland
+export CLUTTER_BACKEND=wayland
+export COGL_RENDERER=egl_wayland
+export SDL_VIDEODRIVER=wayland
+export QT_QPA_PLATFORM=wayland-egl
+
+exec dbus-launch sway