mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update bspwm theme, lvim
This commit is contained in:
parent
50a524dbc5
commit
6e3359255f
15 changed files with 62 additions and 164 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# BSPWM
|
||||
|
||||
[](./screen.png)
|
||||

|
||||
--------------
|
||||
|
||||
### Install
|
||||
```bash
|
||||
sudo pacman -S bspwm sxhkd kitty
|
||||
sudo pacman -S bspwm sxhkd alacritty
|
||||
yay -S polybar
|
||||
```
|
||||
|
|
|
|||
|
|
@ -35,20 +35,17 @@ C single_monocle true
|
|||
C focus_follows_pointer true
|
||||
|
||||
# Colors
|
||||
C normal_border_color "#090909"
|
||||
C active_border_color "#1F2324"
|
||||
C focused_border_color "#008DCD"
|
||||
C urgent_border_color "#FF6C6B"
|
||||
C normal_border_color "#1f2227"
|
||||
C active_border_color "#61AFEF"
|
||||
C focused_border_color "#e06c75"
|
||||
C urgent_border_color "#5c6370"
|
||||
|
||||
#== BSPWM Rules
|
||||
R kitty desktop='^1' focus=on follow=on
|
||||
R Google-chrome desktop='^2' focus=on follow=on
|
||||
R Brave desktop='^2' focus=on follow=on
|
||||
R Code desktop='^3' focus=on follow=on state=fullscreen
|
||||
R jetbrains-webstorm desktop='^3' focus=on follow=on
|
||||
R Postman desktop='^4' focus=off follow=off
|
||||
R Simplenote desktop='^4' focus=off follow=off
|
||||
R Zathura desktop='^4' focus=on follow=on state=tiled
|
||||
R discord desktop='^5' focus=on follow=off
|
||||
R TelegramDesktop desktop='^5' focus=off follow=on
|
||||
R Nemo desktop='^5' focus=on follow=on
|
||||
|
|
|
|||
|
|
@ -4,11 +4,12 @@ enable-ipc = true
|
|||
format-padding = 1
|
||||
|
||||
[colors]
|
||||
background = #202020
|
||||
foreground = #ABB2BF
|
||||
cyan = #5f8ccd
|
||||
alert = #D16969
|
||||
empty = #262626
|
||||
background = #1f2227
|
||||
foreground = #abb2bf
|
||||
cyan = #61AFEF
|
||||
alert = #e06c75
|
||||
empty = #5c6370
|
||||
|
||||
|
||||
[bar/bar]
|
||||
width = 100%
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#== Users hotkeys
|
||||
super + {_, shift} Return
|
||||
{kitty, rofi -show drun}
|
||||
{alacritty, rofi -show drun}
|
||||
|
||||
super + shift + {w, e, f, z, q}
|
||||
{google-chrome-stable, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue