This commit is contained in:
danijoo
2021-06-17 22:04:22 +02:00
parent 1c41c373da
commit 4a97890736
8 changed files with 75 additions and 56 deletions

View File

@@ -49,12 +49,12 @@ backend_fallback: True
### LINES ### LINES
# See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more # See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more
# information on line properties. # information on line properties.
lines.linewidth : 1 # line width in points lines.linewidth : 1.5 # line width in points
#lines.linestyle : - # solid line #lines.linestyle : - # solid line
#lines.color : C0 # has no affect on plot(); see axes.prop_cycle #lines.color : C0 # has no affect on plot(); see axes.prop_cycle
#lines.marker : None # the default marker #lines.marker : None # the default marker
#lines.markeredgewidth : 1.0 # the line width around the marker symbol #lines.markeredgewidth : 1.0 # the line width around the marker symbol
#lines.markersize : 6 # markersize, in points lines.markersize : 6 # markersize, in points
#lines.dash_joinstyle : miter # miter|round|bevel #lines.dash_joinstyle : miter # miter|round|bevel
#lines.dash_capstyle : butt # butt|round|projecting #lines.dash_capstyle : butt # butt|round|projecting
#lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_joinstyle : miter # miter|round|bevel
@@ -96,36 +96,36 @@ lines.linewidth : 1 # line width in points
#boxplot.showfliers : True #boxplot.showfliers : True
#boxplot.meanline : False #boxplot.meanline : False
#boxplot.flierprops.color : 'k' boxplot.flierprops.color : k
#boxplot.flierprops.marker : '.' boxplot.flierprops.marker : .
#boxplot.flierprops.markerfacecolor : 'none' #boxplot.flierprops.markerfacecolor : none
#boxplot.flierprops.markeredgecolor : 'k' #boxplot.flierprops.markeredgecolor : k
boxplot.flierprops.markersize : 1 boxplot.flierprops.markersize : 2
#boxplot.flierprops.linestyle : 'none' #boxplot.flierprops.linestyle : none
#boxplot.flierprops.linewidth : 1.0 #boxplot.flierprops.linewidth : 1.0
#boxplot.boxprops.color : 'k' boxplot.boxprops.color : k
#boxplot.boxprops.linewidth : 1.0 #boxplot.boxprops.linewidth : 1.0
#boxplot.boxprops.linestyle : '-' #boxplot.boxprops.linestyle : -
#boxplot.whiskerprops.color : 'k' boxplot.whiskerprops.color : k
#boxplot.whiskerprops.linewidth : 1.0 boxplot.whiskerprops.linewidth : 1
#boxplot.whiskerprops.linestyle : '-' #boxplot.whiskerprops.linestyle : -
#boxplot.capprops.color : 'k' boxplot.capprops.color : k
#boxplot.capprops.linewidth : 1.0 #boxplot.capprops.linewidth : 1.0
#boxplot.capprops.linestyle : '-' #boxplot.capprops.linestyle : -
#boxplot.medianprops.color : 'C1' boxplot.medianprops.color : k
#boxplot.medianprops.linewidth : 1.0 #boxplot.medianprops.linewidth : 1.0
#boxplot.medianprops.linestyle : '-' #boxplot.medianprops.linestyle : -
#boxplot.meanprops.color : 'C2' #boxplot.meanprops.color : C2
#boxplot.meanprops.marker : '^' #boxplot.meanprops.marker : ^
#boxplot.meanprops.markerfacecolor : 'C2' #boxplot.meanprops.markerfacecolor : C2
#boxplot.meanprops.markeredgecolor : 'C2' #boxplot.meanprops.markeredgecolor : C2
#boxplot.meanprops.markersize : 6 #boxplot.meanprops.markersize : 6
#boxplot.meanprops.linestyle : 'none' #boxplot.meanprops.linestyle : none
#boxplot.meanprops.linewidth : 1.0 #boxplot.meanprops.linewidth : 1.0
### FONT ### FONT
@@ -174,7 +174,7 @@ boxplot.flierprops.markersize : 1
# settings for axes and ticks. Special text sizes can be defined # settings for axes and ticks. Special text sizes can be defined
# relative to font.size, using the following values: xx-small, x-small, # relative to font.size, using the following values: xx-small, x-small,
# small, medium, large, x-large, xx-large, larger, or smaller # small, medium, large, x-large, xx-large, larger, or smaller
# font.size : 10 font.size : 12
#font.serif : DejaVu Serif, Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif #font.serif : DejaVu Serif, Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
#font.sans-serif : DejaVu Sans, Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif #font.sans-serif : DejaVu Sans, Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
#font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive #font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive
@@ -283,10 +283,10 @@ text.usetex : False # use latex for all text handling. The following fo
#axes.facecolor : white # axes background color #axes.facecolor : white # axes background color
axes.edgecolor : black # axes edge color axes.edgecolor : black # axes edge color
#axes.linewidth : 0.8 # edge linewidth #axes.linewidth : 0.8 # edge linewidth
axes.grid : True # display grid or not axes.grid : False # display grid or not
#axes.titlesize : large # fontsize of the axes title #axes.titlesize : large # fontsize of the axes title
#axes.titlepad : 6.0 # pad between axes and title in points #axes.titlepad : 6.0 # pad between axes and title in points
axes.labelsize : 16 #medium # fontsize of the x any y labels axes.labelsize : 12 # fontsize of the x any y labels
#axes.labelpad : 4.0 # space between label and axis #axes.labelpad : 4.0 # space between label and axis
#axes.labelweight : normal # weight of the x and y labels #axes.labelweight : normal # weight of the x and y labels
axes.labelcolor : black axes.labelcolor : black
@@ -315,19 +315,17 @@ axes.labelcolor : black
axes.spines.left : True # display axis spines axes.spines.left : True # display axis spines
axes.spines.bottom : True axes.spines.bottom : True
axes.spines.top : False axes.spines.top : True
axes.spines.right : False axes.spines.right : True
#axes.unicode_minus : True # use unicode for the minus symbol #axes.unicode_minus : True # use unicode for the minus symbol
# rather than hyphen. See # rather than hyphen. See
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes # http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
#axes.prop_cycle: cycler('color', ['2864af', 'cc3f39', '2D882D', 'e8e634', '423687', '903c3f'])
#axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'CF4457', '188487', 'E24A33'])
axes.prop_cycle : cycler('color', ['e41a1c', '0971e6', '41933e', '853990', 'eb7f14', 'f7cf00', '444444', 'a1a1a1', 'ff728a', '37c7c5']) axes.prop_cycle : cycler('color', ['3a50a1', 'd84742', 'ffb333', '444444', '5d9f45', '853990'])
patch.facecolor: FFFFFF #0072B2 patch.facecolor: FFFFFF
axes.autolimit_mode : data # How to scale axes limits to the data. axes.autolimit_mode : data # How to scale axes limits to the data.
# Use "data" to use data limits, plus some margin # Use "data" to use data limits, plus some margin
# Use "round_number" move to the nearest "round" number # Use "round_number" move to the nearest "round" number
@@ -345,7 +343,7 @@ axes.ymargin : .00 # y margin See `axes.Axes.margins`
xtick.major.pad : 6 # distance to major tick label in points xtick.major.pad : 6 # distance to major tick label in points
xtick.minor.pad : 6 # distance to the minor tick label in points xtick.minor.pad : 6 # distance to the minor tick label in points
xtick.color : 000000 #797979 # color of the tick labels xtick.color : 000000 #797979 # color of the tick labels
xtick.labelsize : 16# medium # fontsize of the tick labels xtick.labelsize : 12 # fontsize of the tick labels
xtick.direction : out # direction: in or out xtick.direction : out # direction: in or out
#ytick.major.size : 0 # major tick size in points #ytick.major.size : 0 # major tick size in points
@@ -353,7 +351,7 @@ xtick.direction : out # direction: in or out
ytick.major.pad : 6 # distance to major tick label in points ytick.major.pad : 6 # distance to major tick label in points
ytick.minor.pad : 6 # distance to the minor tick label in points ytick.minor.pad : 6 # distance to the minor tick label in points
ytick.color : 000000 #797979 # color of the tick labels ytick.color : 000000 #797979 # color of the tick labels
ytick.labelsize : 16 #medium # fontsize of the tick labels ytick.labelsize : 12 # fontsize of the tick labels
ytick.direction : out # direction: in or out ytick.direction : out # direction: in or out
@@ -390,8 +388,8 @@ legend.fontsize : 8 # 10
#figure.titlesize : large # size of the figure title (Figure.suptitle()) #figure.titlesize : large # size of the figure title (Figure.suptitle())
#figure.titleweight : normal # weight of the figure title #figure.titleweight : normal # weight of the figure title
figure.figsize : 6.4,4.8 # figure size in inches figure.figsize : 6.4,4.8 # figure size in inches
figure.dpi : 600 # figure dots per inch figure.dpi : 300 # figure dots per inch
#figure.facecolor : yellow #white # figure facecolor; 0.75 is scalar gray #figure.facecolor : white # figure facecolor; 0.75 is scalar gray
# figure.edgecolor : white # figure edgecolor # figure.edgecolor : white # figure edgecolor
figure.autolayout : True # When True, automatically adjust subplot figure.autolayout : True # When True, automatically adjust subplot
# parameters to make the plot fit the figure # parameters to make the plot fit the figure
@@ -430,7 +428,7 @@ figure.autolayout : True # When True, automatically adjust subplot
#errorbar.capsize : 0 # length of end cap on error bars in pixels #errorbar.capsize : 0 # length of end cap on error bars in pixels
### HISTOGRAM PLOTS ### HISTOGRAM PLOTS
#hist.bins : 10 # The default number of histogram bins. hist.bins : 100 # The default number of histogram bins.
# If Numpy 1.11 or later is # If Numpy 1.11 or later is
# installed, may also be `auto` # installed, may also be `auto`
@@ -504,7 +502,7 @@ savefig.dpi : 300 # figure dots per inch or 'figure'
# svg backend params # svg backend params
#svg.image_inline : True # write raster image data directly into the svg file #svg.image_inline : True # write raster image data directly into the svg file
#svg.fonttype : 'path' # How to handle SVG fonts: #svg.fonttype : none # How to handle SVG fonts:
# 'none': Assume fonts are installed on the machine where the SVG will be viewed. # 'none': Assume fonts are installed on the machine where the SVG will be viewed.
# 'path': Embed characters as paths -- supported by most SVG renderers # 'path': Embed characters as paths -- supported by most SVG renderers
# 'svgfont': Embed characters as SVG fonts -- supported only by Chrome, # 'svgfont': Embed characters as SVG fonts -- supported only by Chrome,

View File

@@ -18,3 +18,4 @@ export PATH="${PATH}:$HOME/.cargo/bin"
export PATH="${PATH}:$HOME/bin" # binaries export PATH="${PATH}:$HOME/bin" # binaries
export PATH="${PATH}:$HOME/scripts" # scripts export PATH="${PATH}:$HOME/scripts" # scripts
export PATH="${PATH}:$HOME/.local/bin" # python executeables export PATH="${PATH}:$HOME/.local/bin" # python executeables
export PATH="${PATH}:$HOME/bin/pushbullet-bash"

View File

@@ -5,6 +5,7 @@ export TERM="xterm-256color"
zmodules=(ssh directory environment git history input utility custom \ zmodules=(ssh directory environment git history input utility custom \
syntax-highlighting history-substring-search prompt completion fasd autosuggestions) syntax-highlighting history-substring-search prompt completion fasd autosuggestions)
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
DEFAULT_USER=bauer DEFAULT_USER=bauer
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir vcs anaconda) POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir vcs anaconda)

View File

@@ -6,6 +6,12 @@ killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
if type "xrandr"; then if type "xrandr"; then
NUM_DEVICES=$(xrandr --query | grep " connected" | cut -d" " -f1 | wc -l);
if [[ $NUM_DEVICES -lt 2 ]]; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload laptop &
done
else
# primary screen # primary screen
for m in $(xrandr --query | grep " connected" | grep "primary" | cut -d" " -f1); do for m in $(xrandr --query | grep " connected" | grep "primary" | cut -d" " -f1); do
MONITOR=$m polybar --reload laptop & MONITOR=$m polybar --reload laptop &
@@ -14,6 +20,7 @@ if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | grep -v "primary" | cut -d" " -f1); do for m in $(xrandr --query | grep " connected" | grep -v "primary" | cut -d" " -f1); do
MONITOR=$m polybar --reload laptop_secondary & MONITOR=$m polybar --reload laptop_secondary &
done done
fi
else else
polybar --reload laptop & polybar --reload laptop &
fi fi

View File

@@ -68,7 +68,8 @@ set_key F12, ray 1600,1600
alias clean, hide everything, hydrogen or n. 1M* or n. 2M* or n. MC* alias clean, hide everything, hydrogen or n. 1M* or n. 2M* or n. MC*
alias sf_as_sticks_HCN4, show sticks, residue 478-484 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 479-483; alias sf_as_sticks_HCN4, show sticks, residue 478-484 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 479-483;
# show sticks, residue 475+468 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*) alias sf_as_sticks_HCN4_sele, show sticks, sele and residue 478-484 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 479-483;
alias sideview_HCN4, hide sticks; hide everything, polymer and chain B+D; select polymer and chain A+C; sf_as_sticks_HCN4_sele; deselect;
alias sf_as_sticks_HCN1, show sticks, residue 357-362 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 358-361 alias sf_as_sticks_HCN1, show sticks, residue 357-362 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 358-361
alias ionwatch, hide everything; show cartoon; show spheres, n. NA or n. K; sf_as_sticks_HCN4; hide everything, ID 1-1899; hide everything, ID 3799-5695 alias ionwatch, hide everything; show cartoon; show spheres, n. NA or n. K; sf_as_sticks_HCN4; hide everything, ID 1-1899; hide everything, ID 3799-5695

View File

@@ -218,6 +218,11 @@ for_window [class="Toplevel"] floating enable
for_window [title="Figure*" instance="matplotlib"] floating enable for_window [title="Figure*" instance="matplotlib"] floating enable
for_window [window_role="conversation" class="Pidgin"] floating enable for_window [window_role="conversation" class="Pidgin"] floating enable
# use tiling mode only for main/chat Skype window and floating of all dialogs
# Skype main window title looks like this - "alexey.diyan - Skype™"
for_window [instance="skype" title="^.*?(?<!Skype™)$"] floating enable
for_window [instance="skype" title="Skype™|Call with|File Transfers"] floating disable
# Pulse Audio controls # Pulse Audio controls
bindsym --release XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- #decrease sound volume bindsym --release XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- #decrease sound volume
bindsym --release XF86AudioRaiseVolume exec --no-startup-id amixer sset Master 5%+ #increase sound volume bindsym --release XF86AudioRaiseVolume exec --no-startup-id amixer sset Master 5%+ #increase sound volume
@@ -244,7 +249,7 @@ bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh
#exec feh --bg-fill /home/bauer/artistic/artistici2.png #exec feh --bg-fill /home/bauer/artistic/artistici2.png
#exec --no-startup-id xautolock -time 5 -locker 'i3lock -i ~/.lockscreen/`ls /home/bauer/lockscreens | shuf -n 1` -t -f' #exec --no-startup-id xautolock -time 5 -locker 'i3lock -i ~/.lockscreen/`ls /home/bauer/lockscreens | shuf -n 1` -t -f'
#exec --no-startup-id thunderbird #exec --no-startup-id thunderbird
#exec --no-startup-id skypeforlinux #exec --no-startup-id skype
#exec --no-startup-id mattermost-desktop #exec --no-startup-id mattermost-desktop
#exec --no-startup-id nextcloud #exec --no-startup-id nextcloud
#exec --no-startup-id nm-applet #exec --no-startup-id nm-applet

View File

@@ -6,12 +6,14 @@
"installed_packages": "installed_packages":
[ [
"Anaconda", "Anaconda",
"ANSIescape",
"bioSyntax", "bioSyntax",
"Color Convert", "Color Convert",
"Color Highlight", "Color Highlighter",
"ColorPicker", "CSV Record View",
"CWL Syntax Highlighting", "CWL Syntax Highlighting",
"Fortran", "Fortran",
"Git",
"gruvbox", "gruvbox",
"Incomprehensible Ex", "Incomprehensible Ex",
"INI", "INI",
@@ -35,6 +37,6 @@
"SideBarEnhancements", "SideBarEnhancements",
"Tabnine", "Tabnine",
"Thesaurus", "Thesaurus",
"WordCount" "WordCount",
] ],
} }

View File

@@ -13,7 +13,7 @@
"detect_indentation": false, "detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic", "dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Hack for Powerline Regular", "font_face": "Hack for Powerline Regular",
"font_size": 13, "font_size": 12,
"hot_exit": false, "hot_exit": false,
"ignored_packages": "ignored_packages":
[ [
@@ -25,7 +25,11 @@
"Rust", "Rust",
"Six", "Six",
"Vintage", "Vintage",
"Vintageous" "Vintageous",
],
"ignored_words":
[
"crosslink"
], ],
"line_numbers": true, "line_numbers": true,
"neovintageous_build_version": 11100, "neovintageous_build_version": 11100,
@@ -55,5 +59,5 @@
"vintageous_use_ctrl_keys": false, "vintageous_use_ctrl_keys": false,
"vintageous_use_super_keys": false, "vintageous_use_super_keys": false,
"word_wrap": false, "word_wrap": false,
"wrap_width": 80 "wrap_width": 80,
} }