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
|
||||
# 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
|
||||
bindsym $mod+Shift+Return exec ~/.dotfiles/bin/i3-shell "ranger"
|
||||
bindsym $mod+Shift+Return exec ~/.dotfiles/bin/folder-shell "ranger"
|
||||
|
||||
# Insert {{{2
|
||||
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
|
||||
label=Home Server Updates
|
||||
|
||||
# [vps01status]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS01
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [vps02status]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS02
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [vps03status]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS03
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [vps04status]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus VPS04
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [freightlinerstatus]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus Freightliner
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [wilks]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus Wilks
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [nhsstatus]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus NHS
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [vapourtecstatus]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus Vapourtec
|
||||
# interval=10
|
||||
# separator=false
|
||||
#
|
||||
# [checkitstatus]
|
||||
# command=~/.dotfiles/i3/blocks/serverStatus Checkit
|
||||
# interval=10
|
||||
|
||||
#[vps01status]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus VPS01
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[vps02status]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus VPS02
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[vps03status]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus VPS03
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[vps04status]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus VPS04
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[freightlinerstatus]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus Freightliner
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[wilks]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus Wilks
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[nhsstatus]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus NHS
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[vapourtecstatus]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus Vapourtec
|
||||
#interval=10
|
||||
#separator=false
|
||||
#
|
||||
#[checkitstatus]
|
||||
#command=~/.dotfiles/i3/blocks/serverStatus Checkit
|
||||
#interval=10
|
||||
#
|
||||
[wanip]
|
||||
label=🌍
|
||||
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