Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Nov 9, 2024
1 parent 8994364 commit c3dddae
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 16 deletions.
6 changes: 6 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ mps 'r' #setting PS1
shopt -s histappend

#[[ ${BLE_VERSION-} ]] && ble-attach

PATH="/$HOME/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/$HOME/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/$HOME/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/$HOME/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/$HOME/perl5"; export PERL_MM_OPT;
2 changes: 1 addition & 1 deletion i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
workspace 1 output $MON_1
workspace 2 output $MON_1
workspace 3 output $MON_1
workspace 4 output $MON_1
workspace 4 output $MON_P
#-------------------------------CENTER------#
workspace 7 output $MON_P
workspace 8 output $MON_P
Expand Down
6 changes: 3 additions & 3 deletions nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let g:python3_host_prog="/usr/bin/python"
filetype on
filetype plugin on
filetype plugin indent on
syntax on
syntax enable
set autoread
set autoindent
set backup
Expand Down Expand Up @@ -124,8 +124,8 @@ let g:vlime_leader = "~"
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_quickfix_mode=0
set conceallevel=1
let g:tex_conceal='abdmg'
"set conceallevel=1
"let g:tex_conceal='abdmg'
"----------------------"

source ${HOME}/.config/nvim/autocmd.vim
Expand Down
4 changes: 2 additions & 2 deletions polybar/configs/mini.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
cursor-click = pointer
cursor-scroll = ns-resize
modules-left = i3
offset-x = 0% - 40px
offset-x = 95%
width = 50px
bottom = true
height = 28px
Expand All @@ -55,7 +55,7 @@
cursor-click = pointer
cursor-scroll = ns-resize
modules-right = i3 TimeEST pulseaudio
offset-x = 0%
offset-x = 90%
width = 10%
bottom = true
height = 2%
Expand Down
28 changes: 18 additions & 10 deletions polybar/configs/regular.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
[my_settings]
height = 17px
line_size = 14
font_0 = Hermit:style=Bold:antialias=true:pixelsize=9;3
font_0 = Agave:style=Bold:antialias=true:pixelsize=10;3
font_1 = NotoEmoji:scale=11:style=Regular:antialias=true:pixelsize=3;2
font_2 = Agave:style=Regular:antialias=true:pixelsize=10;3

;------------------------------------------------------------------
[settings]
Expand All @@ -53,6 +55,8 @@

[bar/secondarybar]
font-0 = ${my_settings.font_0}
font-1 = ${my_settings.font_1}
font-2 = ${my_settings.font_2}
background = ${colors.zbackground}
foreground = ${colors.foreground}
background-alt = ${colors.background-alt}
Expand Down Expand Up @@ -80,6 +84,8 @@

[bar/primarybar]
font-0 = ${my_settings.font_0}
font-1 = ${my_settings.font_1}
font-2 = ${my_settings.font_2}
background = ${colors.zbackground}
foreground = ${colors.foreground}
background-alt = ${colors.background-alt}
Expand Down Expand Up @@ -123,13 +129,14 @@
; tray-spacing = 10px

[module/i3]
font-0 = ${my_settings.font_0}
background = ${colors.zbackground}
type = internal/i3
ws-icon-0 = 1;1
ws-icon-1 = 2;2
ws-icon-2 = 3;3
ws-icon-3 = 4;4
ws-icon-4 = 5;5
ws-icon-3 = 4;📝
ws-icon-4 = 5;🏫
ws-icon-5 = 6;6
ws-icon-6 = 7;7
ws-icon-7 = 8;8
Expand All @@ -146,16 +153,16 @@
format-postfix-background = ${colors.nbackground}
label-separator-background = ${colors.nbackground}
label-urgent-background = ${colors.nbackground}
label-focused-background = ${colors.nbackground}
label-visible-background = ${colors.nbackground}
label-focused-background = #009900
label-visible-background = #004499
label-unfocused-background = ${colors.nbackground}
label-mode-background = ${colors.nbackground}
label-focused-inactive-background = ${colors.nbackground}
label-mode-foreground = ${colors.i3fgl_f_in}
label-focused-foreground = ${colors.i3fgl_f_in}
label-visible-foreground = ${colors.i3fgl_vis_uf}
label-urgent-foreground = ${colors.i3fgl_uf_urgent}
label-unfocused-foreground = ${colors.i3fgl_uf}
label-mode-foreground = #999999
label-focused-foreground = #000000
label-visible-foreground = #000000
label-urgent-foreground = #999999
label-unfocused-foreground = #999999
label-mode = "%mode%"
label-focused = "%icon%"
label-visible = "%icon%"
Expand Down Expand Up @@ -219,6 +226,7 @@
type = internal/pulseaudio
; format-volume = <label-volume> <bar-volume>
format-volume = <label-volume>

label-volume = " %percentage%% "
label-volume-foreground = ${colors.volume_foreground}
label-volume-background = ${colors.volume_background}
Expand Down

0 comments on commit c3dddae

Please sign in to comment.