mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-01-02 21:08:39 -05:00
added pipes bash screen
This commit is contained in:
parent
5298bd44cc
commit
9983d75b1b
4 changed files with 54 additions and 21 deletions
5
.bashrc
5
.bashrc
|
@ -17,9 +17,10 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias clear='clear && neofetch | lolcat'
|
alias info='clear && neofetch | lolcat'
|
||||||
alias wisdom='fortune | cowsay | lolcat'
|
alias wisdom='fortune | cowsay | lolcat'
|
||||||
alias screensaver='cbonsai --life 40 --multiplier 5 --time 0.1 --screensaver'
|
alias bonsai='cbonsai --life 40 --live --multiplier 5 --time 0.1 --infinite'
|
||||||
|
alias pipes='pipes -t 0 -p 3 -R -f 50 -r 6000'
|
||||||
|
|
||||||
# Statusline plugin for vim, bash and others
|
# Statusline plugin for vim, bash and others
|
||||||
powerline-daemon -q
|
powerline-daemon -q
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
i3-msg "workspace 1; append_layout /home/marco/.config/i3/terminals.json"
|
i3-msg "workspace 1; append_layout /home/marco/.config/i3/terminals.json"
|
||||||
urxvt -name "cava" -e $SHELL -c "cava;$SHELL -i"&
|
urxvt -name "audio" -e $SHELL -c "echo -en '\033]0;audio\a';cava;$SHELL -i"&
|
||||||
|
urxvt -name "pipes" -e $SHELL -c "echo -en '\033]0;pipes\a';pipes -t 0 -p 3 -R -f 50 -r 6000;$SHELL -i"&
|
||||||
urxvt -name "processes" -e $SHELL -c "echo -en '\033]0;processes\a';htop;$SHELL -i"&
|
urxvt -name "processes" -e $SHELL -c "echo -en '\033]0;processes\a';htop;$SHELL -i"&
|
||||||
urxvt -name "info" -e $SHELL -c "cd /dev/shm;echo -en '\033]0;info\a';clear && neofetch | lolcat;fortune | cowsay | lolcat;$SHELL -i"&
|
urxvt -name "info" -e $SHELL -c "cd /dev/shm;echo -en '\033]0;info\a';clear && neofetch | lolcat;fortune | cowsay | lolcat;$SHELL -i"&
|
||||||
urxvt -name "screensaver" -e $SHELL -c "echo -en '\033]0;screensaver\a';cbonsai --life 40 --live --multiplier 5 --time 0.1 --infinite;$SHELL -i"&
|
urxvt -name "bonsai" -e $SHELL -c "echo -en '\033]0;bonsai\a';cbonsai --life 40 --live --multiplier 5 --time 0.1 --infinite;$SHELL -i"&
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
// vim:ts=4:sw=4:et
|
||||||
{
|
{
|
||||||
|
// splitv split container with 2 children
|
||||||
"border": "normal",
|
"border": "normal",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splitv",
|
"layout": "splitv",
|
||||||
|
@ -7,14 +9,16 @@
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
// splith split container with 1 children
|
||||||
"border": "normal",
|
"border": "normal",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splith",
|
"layout": "splith",
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"percent": 0.628846153846154,
|
"percent": 0.586538461538462,
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
// splith split container with 2 children
|
||||||
"border": "pixel",
|
"border": "pixel",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splith",
|
"layout": "splith",
|
||||||
|
@ -23,11 +27,12 @@
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
// splith split container with 1 children
|
||||||
"border": "pixel",
|
"border": "pixel",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splith",
|
"layout": "splith",
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"percent": 0.356051548729912,
|
"percent": 0.372197382063245,
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
@ -42,9 +47,10 @@
|
||||||
},
|
},
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"name": "processes",
|
"name": "processes",
|
||||||
"percent": null,
|
"percent": 1,
|
||||||
"swallows": [
|
"swallows": [
|
||||||
{
|
{
|
||||||
|
"class": "^URxvt$",
|
||||||
"title": "^processes$"
|
"title": "^processes$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -53,19 +59,21 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
// splith split container with 2 children
|
||||||
"border": "pixel",
|
"border": "pixel",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splith",
|
"layout": "splith",
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"percent": 0.643948451270088,
|
"percent": 0.627802617936755,
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
// splith split container with 1 children
|
||||||
"border": "pixel",
|
"border": "pixel",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splith",
|
"layout": "splith",
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"percent": 0.586982506391744,
|
"percent": 0.478304576660488,
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
@ -80,9 +88,10 @@
|
||||||
},
|
},
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"name": "info",
|
"name": "info",
|
||||||
"percent": null,
|
"percent": 1,
|
||||||
"swallows": [
|
"swallows": [
|
||||||
{
|
{
|
||||||
|
"class": "^URxvt$",
|
||||||
"title": "^info$"
|
"title": "^info$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -91,11 +100,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
// splitv split container with 1 children
|
||||||
"border": "pixel",
|
"border": "pixel",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splitv",
|
"layout": "splitv",
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"percent": 0.413017493608256,
|
"percent": 0.521695423339512,
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
@ -109,11 +119,12 @@
|
||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"name": "screensaver",
|
"name": "bonsai",
|
||||||
"percent": null,
|
"percent": 1,
|
||||||
"swallows": [
|
"swallows": [
|
||||||
{
|
{
|
||||||
"title": "^screensaver$"
|
"class": "^URxvt$",
|
||||||
|
"title": "^bonsai$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "con"
|
"type": "con"
|
||||||
|
@ -127,11 +138,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
// splith split container with 2 children
|
||||||
"border": "normal",
|
"border": "normal",
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"layout": "splith",
|
"layout": "splith",
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"percent": 0.371153846153846,
|
"percent": 0.413461538461538,
|
||||||
"type": "con",
|
"type": "con",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
|
@ -145,12 +157,33 @@
|
||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
"marks": [],
|
"marks": [],
|
||||||
"name": "audio output",
|
"name": "audio",
|
||||||
"percent": 1,
|
"percent": 0.671875,
|
||||||
"swallows": [
|
"swallows": [
|
||||||
{
|
{
|
||||||
"class": "^URxvt$",
|
"class": "^URxvt$",
|
||||||
"title": "^cava$"
|
"title": "^audio$"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "con"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"border": "pixel",
|
||||||
|
"current_border_width": 3,
|
||||||
|
"floating": "auto_off",
|
||||||
|
"geometry": {
|
||||||
|
"height": 388,
|
||||||
|
"width": 564,
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"marks": [],
|
||||||
|
"name": "pipes",
|
||||||
|
"percent": 0.328125,
|
||||||
|
"swallows": [
|
||||||
|
{
|
||||||
|
"class": "^URxvt$",
|
||||||
|
"title": "^pipes$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "con"
|
"type": "con"
|
||||||
|
|
|
@ -23,9 +23,7 @@ Optional Utils
|
||||||
- powerline: Status bar for Bash. For example, it shows you what Git repo you are in
|
- powerline: Status bar for Bash. For example, it shows you what Git repo you are in
|
||||||
- gvim: Contains vim with clipboard support and more
|
- gvim: Contains vim with clipboard support and more
|
||||||
- vim-airline: Status bar for vim
|
- vim-airline: Status bar for vim
|
||||||
- neofetch, lolcat, cowsay, wisdom-mod: important stuff
|
- kava, neofetch, lolcat, cowsay, wisdom-mod, bash-pipes, cbonsai: important stuff
|
||||||
- kava: console based audio visualizer
|
|
||||||
- cbonsai: if you want to grow bonsai trees in your terminal
|
|
||||||
- nm-applet: manage your (wireless) connections and has a tray icon
|
- nm-applet: manage your (wireless) connections and has a tray icon
|
||||||
- kalu-kde: Notifies you about Arch news or updates and has a tray icon
|
- kalu-kde: Notifies you about Arch news or updates and has a tray icon
|
||||||
- logiops: Used to trigger keyboard combinations using gestures
|
- logiops: Used to trigger keyboard combinations using gestures
|
||||||
|
|
Loading…
Reference in a new issue