Small changes
This commit is contained in:
parent
b346ad34b4
commit
c2682a0c22
4 changed files with 57 additions and 46 deletions
11
bin/convertbits
Executable file
11
bin/convertbits
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
import convertBytesToHumanReadable from 'human-readable-bytes';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
process.args.forEach( (val, index) => {
|
||||||
|
if( index == process.args.length - 1 ){
|
||||||
|
console.log( val );
|
||||||
|
}
|
||||||
|
});
|
|
@ -212,9 +212,9 @@ bindsym Shift+Print exec xfce4-screenshooter -r
|
||||||
|
|
||||||
# Return {{{2
|
# Return {{{2
|
||||||
# start a terminal in current working dir
|
# start a terminal in current working dir
|
||||||
bindsym $mod+Return exec ~/.dotfiles/bin/i3-shell
|
bindsym $mod+Return exec ~/.dotfiles/bin/folder-shell
|
||||||
# start Ranger in current working dir
|
# start Ranger in current working dir
|
||||||
bindsym $mod+Shift+Return exec ~/.dotfiles/bin/i3-shell "ranger"
|
bindsym $mod+Shift+Return exec ~/.dotfiles/bin/folder-shell "ranger"
|
||||||
|
|
||||||
# Insert {{{2
|
# Insert {{{2
|
||||||
bindsym $mod+Shift+Insert exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
bindsym $mod+Shift+Insert exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
||||||
|
|
|
@ -60,50 +60,50 @@ interval=300
|
||||||
command=~/.dotfiles/i3/blocks/homeServerUpdates
|
command=~/.dotfiles/i3/blocks/homeServerUpdates
|
||||||
label=Home Server Updates
|
label=Home Server Updates
|
||||||
|
|
||||||
# [vps01status]
|
#[vps01status]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS01
|
#command=~/.dotfiles/i3/blocks/serverStatus VPS01
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [vps02status]
|
#[vps02status]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS02
|
#command=~/.dotfiles/i3/blocks/serverStatus VPS02
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [vps03status]
|
#[vps03status]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS03
|
#command=~/.dotfiles/i3/blocks/serverStatus VPS03
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [vps04status]
|
#[vps04status]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS04
|
#command=~/.dotfiles/i3/blocks/serverStatus VPS04
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [freightlinerstatus]
|
#[freightlinerstatus]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus Freightliner
|
#command=~/.dotfiles/i3/blocks/serverStatus Freightliner
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [wilks]
|
#[wilks]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus Wilks
|
#command=~/.dotfiles/i3/blocks/serverStatus Wilks
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [nhsstatus]
|
#[nhsstatus]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus NHS
|
#command=~/.dotfiles/i3/blocks/serverStatus NHS
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [vapourtecstatus]
|
#[vapourtecstatus]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus Vapourtec
|
#command=~/.dotfiles/i3/blocks/serverStatus Vapourtec
|
||||||
# interval=10
|
#interval=10
|
||||||
# separator=false
|
#separator=false
|
||||||
#
|
#
|
||||||
# [checkitstatus]
|
#[checkitstatus]
|
||||||
# command=~/.dotfiles/i3/blocks/serverStatus Checkit
|
#command=~/.dotfiles/i3/blocks/serverStatus Checkit
|
||||||
# interval=10
|
#interval=10
|
||||||
|
#
|
||||||
[wanip]
|
[wanip]
|
||||||
label=🌍
|
label=🌍
|
||||||
command=echo "$label $(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//')"
|
command=echo "$label $(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue