parent
b1541c0faf
commit
adc1283330
3 changed files with 26 additions and 0 deletions
24
.linux_items/include/airootfs/etc/pydfrc
Normal file
24
.linux_items/include/airootfs/etc/pydfrc
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
normal_colour = 'default'
|
||||
header_colour = 'blue'
|
||||
local_fs_colour = 'default'
|
||||
remote_fs_colour = 'green'
|
||||
special_fs_colour = 'yellow'
|
||||
readonly_fs_colour = 'cyan'
|
||||
filled_fs_colour = 'red'
|
||||
full_fs_colour = 'on_red', 'green', 'blink'
|
||||
sizeformat = "-h"
|
||||
column_separator = ' '
|
||||
column_separator_colour = 'none'
|
||||
stretch_screen = 0.3
|
||||
FILL_THRESH = 75.0
|
||||
FULL_THRESH = 85.0
|
||||
format = [
|
||||
('fs', 10, "l"), ('size', 5, "r"),
|
||||
('used', 5, "r"), ('avail', 5, "r"), ('perc', 5, "r"),
|
||||
('bar', 0.1, "l"), ('on', 11, "l")
|
||||
]
|
||||
barchar = '#'
|
||||
bar_fillchar = '.'
|
||||
hidebinds = True
|
||||
mountfile = ['/etc/mtab', '/etc/mnttab', '/proc/mounts']
|
||||
|
||||
|
|
@ -4,6 +4,7 @@ alias 7z3='7z a -t7z -mx=3'
|
|||
alias 7z5='7z a -t7z -mx=5'
|
||||
alias 7z7='7z a -t7z -mx=7'
|
||||
alias 7z9='7z a -t7z -mx=9'
|
||||
alias df='pydf'
|
||||
alias diff='colordiff -ur'
|
||||
alias du='du -sch --apparent-size'
|
||||
alias fix-perms='find -type d -exec chmod 755 "{}" \; && find -type f -exec chmod 644 "{}" \;'
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ otf-font-awesome-4
|
|||
p7zip
|
||||
papirus-icon-theme
|
||||
progsreiserfs
|
||||
pydf
|
||||
python
|
||||
python-psutil
|
||||
python-requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue