Update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#? Config file for btop v. 1.3.2
|
||||
#? Config file for btop v. 1.4.0
|
||||
|
||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||
@@ -57,7 +57,7 @@ update_ms = 1000
|
||||
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||
proc_sorting = "cpu lazy"
|
||||
proc_sorting = "user"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
@@ -169,7 +169,7 @@ show_swap = True
|
||||
swap_disk = True
|
||||
|
||||
#* If mem box should be split to also show disks info.
|
||||
show_disks = True
|
||||
show_disks = False
|
||||
|
||||
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
|
||||
only_physical = True
|
||||
|
||||
@@ -212,8 +212,10 @@ workspace $ws5 output primary
|
||||
workspace $ws6 output primary
|
||||
workspace $ws7 output primary
|
||||
workspace $ws8 output primary
|
||||
workspace $ws9 output HDMI-0
|
||||
workspace $ws10 output eDP
|
||||
# workspace $ws9 output HDMI-1-0
|
||||
workspace $ws9 output eDP
|
||||
# workspace $ws10 output eDP
|
||||
workspace $ws10 output HDMI-1-0
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||
|
||||
@@ -10,7 +10,7 @@ adjust_line_height 98%
|
||||
|
||||
cursor_shape block
|
||||
|
||||
scrollback_lines 2000
|
||||
scrollback_lines 5000
|
||||
|
||||
repaint_delay 10
|
||||
input_delay 3
|
||||
|
||||
@@ -690,7 +690,7 @@ silent! map <F4> :NeoTreeReveal<CR>
|
||||
|
||||
" Lightline
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'powerlineish',
|
||||
\ 'colorscheme': 'gruvbox',
|
||||
\ 'component_function': {
|
||||
\ 'gitbranch': 'FugitiveHead'
|
||||
\ },
|
||||
@@ -769,6 +769,13 @@ let g:tagbar_type_ruby = {
|
||||
\ 'F:singleton methods'
|
||||
\ ]
|
||||
\}
|
||||
let g:tagbar_type_gdscript = {
|
||||
\ 'ctagstype' :'gdscript',
|
||||
\ 'kinds': [
|
||||
\ 'v:variables',
|
||||
\ 'f:functions',
|
||||
\ ]
|
||||
\ }
|
||||
|
||||
" vim-autoformat
|
||||
let g:autoformat_autoindent = 1
|
||||
|
||||
@@ -6,7 +6,7 @@ temp-night=4500
|
||||
; Enable/Disable a smooth transition between day and night
|
||||
; 0 will cause a direct change from day to night screen temperature.
|
||||
; 1 will gradually increase or decrease the screen temperature
|
||||
transition=1
|
||||
transition=0
|
||||
|
||||
; Set the screen brightness. Default is 1.0
|
||||
;brightness=0.9
|
||||
|
||||
@@ -38,4 +38,4 @@ report.active.labels=ID,Project,Description,Time
|
||||
|
||||
report.list.labels=ID,Active,Age,Time,D,P,Project,Tags,R,Sch,Due,Until,Description,Urg
|
||||
report.list.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
||||
news.version=3.0.2
|
||||
news.version=3.4.1
|
||||
|
||||
Reference in New Issue
Block a user