mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update vim, git, tmux, migrate to light theme
This commit is contained in:
parent
72c267b784
commit
04331d3e94
16 changed files with 181 additions and 229 deletions
|
|
@ -16,10 +16,10 @@ R() { # BSPWM rule
|
|||
|
||||
###== Autostart
|
||||
A feh --randomize --bg-scale ~/Pictures/wallp &
|
||||
A sxhkd -c ~/.config/bspwm/sxhkd &
|
||||
A picom -b &
|
||||
~/.config/bspwm/polybar/bar.sh &
|
||||
xautolock -time 5 -locker "slock" &
|
||||
A sxhkd -c ~/.config/bspwm/sxhkd &
|
||||
~/.config/bspwm/polybar/bar.sh &
|
||||
A picom -b &
|
||||
|
||||
###== BSPWM
|
||||
|
||||
|
|
@ -36,10 +36,9 @@ C single_monocle true
|
|||
C focus_follows_pointer true
|
||||
|
||||
# Colors
|
||||
C normal_border_color "#262A2B"
|
||||
C normal_border_color "#f5f5f5"
|
||||
C active_border_color "#1F2324"
|
||||
C focused_border_color "#008DCD"
|
||||
C presel_feedback_color "#51AFEF"
|
||||
C urgent_border_color "#FF6C6B"
|
||||
|
||||
###== BSPWM Rules
|
||||
|
|
@ -47,12 +46,11 @@ R kitty desktop='^1' focus=on follow=on
|
|||
R Google-chrome desktop='^2' focus=on follow=on
|
||||
R LibreWolf desktop='^2' focus=on follow=on
|
||||
R Code desktop='^3' focus=on follow=on
|
||||
R '*:nvim' desktop='^3' focus=on follow=on
|
||||
R Todoist desktop='^4' focus=on follow=on
|
||||
R Joplin desktop='^4' focus=on follow=on
|
||||
R Todoist desktop='^4' focus=on follow=on
|
||||
R Simplenote desktop='^4' focus=on follow=on
|
||||
R '*:ranger' desktop='^5' focus=off follow=off
|
||||
R Nemo desktop='^5' focus=on follow=on
|
||||
R Zathura desktop='^5' focus=on follow=on state=tiled
|
||||
R discord desktop='^6' focus=on follow=off
|
||||
R TelegramDesktop desktop='^6' focus=off follow=on
|
||||
R KeePassXC desktop='^7' focus=on follow=on
|
||||
R Zathura desktop='^9' focus=on follow=on state=tiled
|
||||
|
|
|
|||
|
|
@ -8,6 +8,14 @@ background = #262A2B
|
|||
foreground = #cfd1dd
|
||||
secondary = #008DCD
|
||||
alert = #FF6C6B
|
||||
empty = #383a42
|
||||
|
||||
;[colors] ; Light
|
||||
;background = #f9f9f9
|
||||
;foreground = #5b5b5f
|
||||
;secondary = #0098dd
|
||||
;alert = #df631c
|
||||
;empty = #a0a1a7
|
||||
|
||||
[bar/bar]
|
||||
width = 100%
|
||||
|
|
@ -19,7 +27,8 @@ wm-restack = bspwm
|
|||
font-0 = Iosevka Nerd Font:style=Medium:size=8;3
|
||||
font-1 = FontAwesome5Free:style=Solid:size=7.5;2.5
|
||||
modules-left = bspwm archupd
|
||||
modules-right = pulseaudio keyboard time wifi-signal
|
||||
modules-center = time wifi-signal
|
||||
modules-right = pulseaudio keyboard
|
||||
tray-position = right
|
||||
tray-padding = 0
|
||||
|
||||
|
|
@ -39,7 +48,7 @@ label-urgent =
|
|||
label-urgent-foreground = ${colors.alert}
|
||||
label-urgent-padding = 2
|
||||
label-empty =
|
||||
label-empty-foreground = #58676C74
|
||||
label-empty-foreground = ${colors.empty}
|
||||
label-empty-padding = 2
|
||||
|
||||
[module/pulseaudio]
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 853 KiB |
|
|
@ -5,12 +5,13 @@
|
|||
super + {_,shift} Return
|
||||
{kitty, rofi -show drun}
|
||||
|
||||
super + shift + {w, e, f, s, t, q}
|
||||
super + shift + {w, e, f, s, t, z, q}
|
||||
{google-chrome-stable, \
|
||||
code, \
|
||||
nemo, \
|
||||
.applications/simplenote.appimage, \
|
||||
.applications/todoist.appimage, \
|
||||
slock, \
|
||||
xkill }
|
||||
|
||||
{_,shift,ctrl} Print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue