diff options
-rw-r--r-- | .Xresources##hostname.battlestation | 50 | ||||
-rw-r--r-- | .Xresources##hostname.intern | 48 | ||||
-rw-r--r-- | .Xresources##hostname.workstation | 48 | ||||
-rwxr-xr-x | .local/bin/showcolors | 14 | ||||
-rw-r--r--[l---------] | .xinitrc | 18 | ||||
-rw-r--r-- | .xinitrc##hostname.battlestation | 23 | ||||
-rw-r--r-- | .xinitrc##hostname.intern | 17 | ||||
-rw-r--r-- | .xinitrc##hostname.workstation | 22 |
8 files changed, 31 insertions, 209 deletions
diff --git a/.Xresources##hostname.battlestation b/.Xresources##hostname.battlestation deleted file mode 100644 index 45221c2..0000000 --- a/.Xresources##hostname.battlestation +++ /dev/null @@ -1,50 +0,0 @@ -! __ __ -! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ -! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| -! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ -! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ -! -! - -! X Resources: Generated with Hodler (http://github.com/matttproud/hodler) -!black -*color0: #111a1f -*color8: #868b8d -!red -*color1: #8d7856 -*color9: #810002 -!green -*color2: #798362 -*color10: #037500 -!yellow -*color3: #9b9257 -*color11: #ebcb88 -!blue -*color4: #63768a -*color12: #63768a -!magenta -*color5: #b7416e -*color13: #738c9c -!cyan -*color6: #6998b3 -*color14: #66aabb -!white -*color7: #c0c7ca -*color15: #c0c7ca -!other -*background: #222d32 -*foreground: #acb3b5 -*cursorColor: #ebcb88 -! See "highlightColorMode" and "hm" options in XTerm manual page. -*highlightTextColor: #2e333c -*highlightColor: #161f2a -! No support for cursor text coloring; would be #1e232b. -! No support for bold coloring; would be #626a73. - -!other -*.alpha: 0.69 -! SXIV COLORS -Sxiv.background: #111A1F -Sxiv.foreground: #9B9257 - -Xft.dpi: 144 diff --git a/.Xresources##hostname.intern b/.Xresources##hostname.intern deleted file mode 100644 index c14fc72..0000000 --- a/.Xresources##hostname.intern +++ /dev/null @@ -1,48 +0,0 @@ -! __ __ -! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ -! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| -! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ -! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ -! -! - -! X Resources: Generated with Hodler (http://github.com/matttproud/hodler) -!black -*color0: #111a1f -*color8: #868b8d -!red -*color1: #8d7856 -*color9: #810002 -!green -*color2: #798362 -*color10: #037500 -!yellow -*color3: #9b9257 -*color11: #ebcb88 -!blue -*color4: #63768a -*color12: #63768a -!magenta -*color5: #b7416e -*color13: #738c9c -!cyan -*color6: #6998b3 -*color14: #66aabb -!white -*color7: #c0c7ca -*color15: #c0c7ca -!other -*background: #222d32 -*foreground: #acb3b5 -*cursorColor: #ebcb88 -! See "highlightColorMode" and "hm" options in XTerm manual page. -*highlightTextColor: #2e333c -*highlightColor: #161f2a -! No support for cursor text coloring; would be #1e232b. -! No support for bold coloring; would be #626a73. - -!other -*.alpha: 0.80 - -Sxiv.background: #111A1F -Sxiv.foreground: #9B9257 diff --git a/.Xresources##hostname.workstation b/.Xresources##hostname.workstation deleted file mode 100644 index d11ada1..0000000 --- a/.Xresources##hostname.workstation +++ /dev/null @@ -1,48 +0,0 @@ -! __ __ -! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ -! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| -! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ -! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ -! -! - -! X Resources: Generated with Hodler (http://github.com/matttproud/hodler) -!black -*color0: #111a1f -*color8: #868b8d -!red -*color1: #8d7856 -*color9: #810002 -!green -*color2: #798362 -*color10: #037500 -!yellow -*color3: #9b9257 -*color11: #ebcb88 -!blue -*color4: #63768a -*color12: #63768a -!magenta -*color5: #b7416e -*color13: #738c9c -!cyan -*color6: #6998b3 -*color14: #66aabb -!white -*color7: #c0c7ca -*color15: #c0c7ca -!other -*background: #222d32 -*foreground: #acb3b5 -*cursorColor: #ebcb88 -! See "highlightColorMode" and "hm" options in XTerm manual page. -*highlightTextColor: #2e333c -*highlightColor: #161f2a -! No support for cursor text coloring; would be #1e232b. -! No support for bold coloring; would be #626a73. - -!other -*.alpha: 0.69 - -Sxiv.background: #111A1F -Sxiv.foreground: #9B9257 diff --git a/.local/bin/showcolors b/.local/bin/showcolors new file mode 100755 index 0000000..b88357c --- /dev/null +++ b/.local/bin/showcolors @@ -0,0 +1,14 @@ +#!/bin/sh + +txt=" " + +# Showoff bright backgrounds +for i in $(seq 100 109); do + echo "\033[${i}m$txt\033[0m" +done + +# Showoff bright backgrounds +for i in $(seq 40 49); do + echo "\033[${i}m$txt\033[0m" +done + @@ -1 +1,17 @@ -.xinitrc##hostname.intern
\ No newline at end of file +$HOME/.dropbox-dist/dropboxd & +$HOME/.screenlayout/office.sh & +makewall & +sxhkd & +dunst & +unclutter & +picom -b & +echo us > $HOME/.cache/layout +xrdb -load $HOME/.Xresources +flashfocus -n 30 -t 150 -l never -o 0.75 -v ERROR & +dwmblocks & +remaps & +while true; do + dwm >/dev/null +done +# exec icewm +# vim:filetype=sh diff --git a/.xinitrc##hostname.battlestation b/.xinitrc##hostname.battlestation deleted file mode 100644 index da0657c..0000000 --- a/.xinitrc##hostname.battlestation +++ /dev/null @@ -1,23 +0,0 @@ -xwallpaper --zoom ~/.cache/wall.png & -dropbox-cli start & -sxhkd & -remaps & -dunst & -unclutter & -protonmail-bridge --no-window & -xautolock -time 5 -detectsleep -secure -locker locktoggle & -cinnamon-screensaver & -picom -b & -echo "" > $HOME/.local/share/newsboat/queue -echo us > $HOME/.cache/layout -xrdb -load $HOME/.Xresources -flashfocus -n 30 -o 0.75 -v ERROR & -dwmblocks & -newsup & -nohup davmail ~/.config/davmail/properties & -shairport-sync & -while true; do - dwm >/dev/null -done -# exec icewm -# vim:filetype=sh diff --git a/.xinitrc##hostname.intern b/.xinitrc##hostname.intern deleted file mode 100644 index b685cb4..0000000 --- a/.xinitrc##hostname.intern +++ /dev/null @@ -1,17 +0,0 @@ -$HOME/.dropbox-dist/dropboxd & -$HOME/.screenlayout/office.sh & -makewall & -sxhkd & -dunst & -unclutter & -picom -b & -echo us > $HOME/.cache/layout -xrdb -load $HOME/.Xresources -flashfocus -n 30 -t 150 -l never -o 0.75 -v ERROR & -dwmblocks & -remaps & -while true; do - dwm >/dev/null -done -# exec icewm -# vim:filetype=sh diff --git a/.xinitrc##hostname.workstation b/.xinitrc##hostname.workstation deleted file mode 100644 index 32d022b..0000000 --- a/.xinitrc##hostname.workstation +++ /dev/null @@ -1,22 +0,0 @@ -xwallpaper --zoom ~/.cache/wall.png & -dropbox-cli start & -sxhkd & -remaps & -dunst & -unclutter & -xautolock -time 5 -detectsleep -secure -locker locktoggle & -cinnamon-screensaver & -picom -b & -echo "" > $HOME/.local/share/newsboat/queue -echo us > $HOME/.cache/layout -xrdb -load $HOME/.Xresources -flashfocus -n 30 -o 0.75 -v ERROR & -dwmblocks & -newsup & -nohup davmail ~/.config/davmail/properties & -shairport-sync & -while true; do - dwm >/dev/null -done -# exec icewm -# vim:filetype=sh |