mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Adding new screenshots.
This commit is contained in:
parent
4b53b56ad0
commit
31d013cb2c
9 changed files with 17 additions and 12 deletions
3
.bashrc
3
.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
|
||||
|
|
|
@ -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'",
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
|
@ -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 "
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 436 KiB |
BIN
.screenshots/dotfiles10.png
Normal file
BIN
.screenshots/dotfiles10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
Before Width: | Height: | Size: 686 KiB |
BIN
.screenshots/dotfiles11.png
Normal file
BIN
.screenshots/dotfiles11.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
.screenshots/dotfiles12.png
Normal file
BIN
.screenshots/dotfiles12.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 425 KiB |
Loading…
Reference in a new issue