diff --git a/.bashrc b/.bashrc index 55b554b..bcca33c 100644 --- a/.bashrc +++ b/.bashrc @@ -186,3 +186,6 @@ source /home/dt/.config/broot/launcher/bash/br if [ -f /etc/bash.command-not-found ]; then . /etc/bash.command-not-found fi + +### RANDOM COLOR SCRIPT ### +/opt/shell-color-scripts/randomcolors.sh diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 290bdeb..7b2f9ca 100755 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -33,15 +33,15 @@ invert-color-include = [ ]; glx-copy-from-front = false; glx-swap-method = "undefined"; opacity-rule = [ "99:name *?= 'Call'", -"95:name *?= 'Lynx'", -"95:name *?= 'toot'", -"95:name *?= 'nmon'", -"95:name *?= 'httping'", -"96:name *?= 'xmobar'", +"100:name *?= 'Lynx'", +"100:name *?= 'toot'", +"100:name *?= 'nmon'", +"100:name *?= 'httping'", +"100:name *?= 'xmobar'", "100:class_g *?= 'emacs'", -"95:class_g *?= 'surf' && name *?='suckless.org'", -"95:class_g *?= 'tabbed'", -"95:name *?= 'newsboat'", +"100:class_g *?= 'surf' && name *?='suckless.org'", +"100:class_g *?= 'tabbed'", +"100:name *?= 'newsboat'", "100:class_g = 'XTerm' && !_NET_WM_STATE@:32a", "100:class_g = 'URxvt' && !_NET_WM_STATE@:32a", "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", diff --git a/.dmenu/dmenu-reddio.sh b/.dmenu/dmenu-reddio.sh index 9ecc1a1..6ce424b 100755 --- a/.dmenu/dmenu-reddio.sh +++ b/.dmenu/dmenu-reddio.sh @@ -9,13 +9,15 @@ declare -a options=("r/archlinux +r/bash r/commandline r/DistroTube -r/GopherHoles r/linux -r/linuxmasterrace -r/unixporn r/linux4noobs +r/linuxmasterrace +r/linuxquestions +r/suckless +r/unixporn r/vim quit") diff --git a/.local/bin/upt b/.local/bin/upt index 8bcb1ed..ff48d2f 100755 --- a/.local/bin/upt +++ b/.local/bin/upt @@ -1,4 +1,4 @@ #! /bin/bash -upt="$(uptime --pretty | sed -e 's/up //g' -e 's/ hours/h/g' -e 's/ hour/h/g' -e 's/ minutes/m/g' -e 's/, //g')" +upt="$(uptime --pretty | sed -e 's/up //g' -e 's/ days/d/g' -e 's/ day/d/g' -e 's/ hours/h/g' -e 's/ hour/h/g' -e 's/ minutes/m/g' -e 's/, / /g')" echo -e "$upt uptime " diff --git a/.screenshots/dotfiles10.jpg b/.screenshots/dotfiles10.jpg deleted file mode 100644 index e727e59..0000000 Binary files a/.screenshots/dotfiles10.jpg and /dev/null differ diff --git a/.screenshots/dotfiles10.png b/.screenshots/dotfiles10.png new file mode 100644 index 0000000..1850922 Binary files /dev/null and b/.screenshots/dotfiles10.png differ diff --git a/.screenshots/dotfiles11.jpg b/.screenshots/dotfiles11.jpg deleted file mode 100644 index df70ae6..0000000 Binary files a/.screenshots/dotfiles11.jpg and /dev/null differ diff --git a/.screenshots/dotfiles11.png b/.screenshots/dotfiles11.png new file mode 100644 index 0000000..8efb7ff Binary files /dev/null and b/.screenshots/dotfiles11.png differ diff --git a/.screenshots/dotfiles12.png b/.screenshots/dotfiles12.png new file mode 100644 index 0000000..c27d262 Binary files /dev/null and b/.screenshots/dotfiles12.png differ