I3 to Sway #1
6 changed files with 26 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#? Config file for bpytop v. 1.0.61
|
||||
#? Config file for bpytop v. 1.0.63
|
||||
|
||||
#* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme.
|
||||
#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai"
|
||||
|
@ -73,6 +73,9 @@ cpu_sensor=Auto
|
|||
#* Show temperatures for cpu cores also if check_temp is True and sensors has been found
|
||||
show_coretemp=True
|
||||
|
||||
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine"
|
||||
temp_scale="celsius"
|
||||
|
||||
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
|
||||
draw_clock="%X"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||
sort_key=47
|
||||
sort_key=46
|
||||
sort_direction=1
|
||||
hide_threads=0
|
||||
hide_kernel_threads=1
|
||||
|
@ -12,7 +12,7 @@ show_program_path=1
|
|||
highlight_base_name=0
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
tree_view=1
|
||||
tree_view=0
|
||||
header_margin=1
|
||||
detailed_cpu_time=0
|
||||
cpu_count_from_zero=0
|
||||
|
|
|
@ -41,7 +41,7 @@ set $wksp5 "5: Graphics"
|
|||
set $wksp6 "6: Games"
|
||||
set $wksp7 "7: Remote"
|
||||
set $wksp8 "8: -"
|
||||
set $wksp9 "9: -"
|
||||
set $wksp9 "9: Databases"
|
||||
set $wksp10 "10: Debugger"
|
||||
|
||||
# Colors
|
||||
|
@ -302,7 +302,7 @@ workspace $wksp5 output $thinkstation
|
|||
workspace $wksp6 output $thinkstation
|
||||
workspace $wksp7 output $thinkstation
|
||||
workspace $wksp8 output $thinkstation
|
||||
workspace $wksp9 output $thinkstation
|
||||
workspace $wksp9 output $thinkstation-work
|
||||
workspace $wksp10 output $thinkstation-work
|
||||
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ window#waybar {
|
|||
border-radius: 4px;
|
||||
background: rgba(76, 86, 106, 0.7);
|
||||
margin: 0 4px;
|
||||
border-bottom: 3px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
|
|
@ -6,6 +6,7 @@ alias ll="ls -l"
|
|||
alias lh="ls -lah"
|
||||
alias grep="grep --color=auto -n"
|
||||
alias diff='diff --color=auto'
|
||||
alias gdiff='git diff'
|
||||
alias yarn="yarn --emoji true"
|
||||
|
||||
# No space in file
|
||||
|
|
|
@ -1 +1,17 @@
|
|||
[MIME Cache]
|
||||
application/prs.wavefront-obj=Ultimaker.desktop;
|
||||
application/vnd.ms-3mfdocument=Ultimaker.desktop;
|
||||
application/x-amf=Ultimaker.desktop;
|
||||
application/x-ctm=Ultimaker.desktop;
|
||||
application/x-ply=Ultimaker.desktop;
|
||||
image/bmp=Ultimaker.desktop;
|
||||
image/gif=Ultimaker.desktop;
|
||||
image/jpeg=Ultimaker.desktop;
|
||||
image/png=Ultimaker.desktop;
|
||||
model/gltf+json=Ultimaker.desktop;
|
||||
model/gltf-binary=Ultimaker.desktop;
|
||||
model/stl=Ultimaker.desktop;
|
||||
model/vnd.collada+xml=Ultimaker.desktop;
|
||||
model/vnd.collada+xml+zip=Ultimaker.desktop;
|
||||
text/markdown=Zettlr.desktop;
|
||||
text/x-gcode=Ultimaker.desktop;
|
||||
|
|
Loading…
Reference in a new issue