little changes

This commit is contained in:
berserk2046 2023-04-15 15:59:10 -05:00
parent 2807dac600
commit 8ccc80705d
4 changed files with 37 additions and 8 deletions

View File

@ -5,7 +5,7 @@ picom &
polybar top &
polybar bottom &
xsetroot -cursor_name left_ptr
hsetroot -solid "#343434"
hsetroot -solid "#262626"
dunst &
# Monitor #
@ -14,7 +14,7 @@ bspc monitor HDMI-1 -d I II III IV
# config
bspc config border_width 2
bspc config window_gap 14
bspc config window_gap 25
bspc config split_ratio 0.5
# colors
@ -22,3 +22,4 @@ bspc config normal_border_color "#222222"
bspc config acitve_border_color "#222222"
bspc config focused_border_color "#ffffff"
bspc config urgent_border_color "#fb0f0f"

View File

@ -17,6 +17,8 @@ set autoindent
call plug#begin()
Plug 'jiangmiao/auto-pairs'
Plug 'Lokaltog/vim-monotone'
Plug 'vim-airline/vim-airline'
call plug#end()
@ -27,8 +29,7 @@ map <C-h> <C-W>h
map <C-l> <C-W>l
" Terminal Colors
set t_Co=256 " Enable 256 colors
set termguicolors " Enable GUI colors for the terminal to get truecolor
colorscheme monotone
" Compile And Run
autocmd filetype c nnoremap <F5> :w <bar> !tcc % -Wall -O2 -o %:r && ./%:r <CR>

View File

@ -2,14 +2,15 @@
monitor = eDP-1
bottom = true
font-0="Terminus:pixelsize=14"
font-1="FontAwesome:pixelsize=12"
font-1="Font Awesome 6 Free Regular:pixelsize=12"
font-2="Symbols Nerd Font"
fixed-center = true
width = 100%
height=24
modules-left= bspwm
modules-right= battery alsa date
modules-right= battery alsa wlan date
module-margin-right=1
module-margin-left =1
@ -182,11 +183,11 @@ format-volume = <ramp-volume><label-volume>
; Available tokens:
; %percentage% (default)
label-muted = 󰝟 muted
label-muted = muted
label-muted-foreground = #66
; Only applies if <ramp-volume> is used
ramp-volume-0 = 󰕾
ramp-volume-0 =
; If defined, it will replace <ramp-volume> when
; headphones are plugged in to `headphone_control_numid`
@ -206,3 +207,14 @@ date = "%a %b %d"
format =  <label>
label= %time%  %date%
[network-base]
type = internal/network
interval = 5
format-connected = <label-connected>
format-disconnected = ""
[module/wlan]
inherit = network-base
interface-type = wireless
label-connected =  %essid%

View File

@ -25,6 +25,15 @@ XF86AudioRaiseVolume
XF86AudioLowerVolume
amixer sset Master 5%-
XF86AudioPlay
mpc toggle
XF86AudioNext
mpc next
XF86AudioPrev
mpc prev
super + u
$(sudo zzz -z && slock)
@ -39,3 +48,9 @@ super + shift + period
super + shift + comma
bspc node -m prev
super + e
st -g 110x40 ranger
control + shift + Escape
st -g 110x40 htop