mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update kitty bg color, nvim config. Add bgcolor function in zshrc for set specific bg color, hot keys for archiving in vifm
This commit is contained in:
parent
f5a07cf3b0
commit
4f7f44d7f4
10 changed files with 91 additions and 42 deletions
|
|
@ -237,10 +237,9 @@ screens = [Screen(top=bar.Bar([
|
|||
highlight_method="block",
|
||||
this_current_screen_border=color[2],
|
||||
this_screen_border=color[3],
|
||||
foreground=color[0],
|
||||
),
|
||||
widget.Prompt(foreground=color[0]),
|
||||
widget.WindowName(foreground=color[0]),
|
||||
widget.Prompt(),
|
||||
widget.WindowName(),
|
||||
kblayout.KBLayout(
|
||||
foreground=color[5],
|
||||
update_interval=0,
|
||||
|
|
@ -300,6 +299,6 @@ floating_layout = layout.Floating(
|
|||
{"wname": "pinentry"},
|
||||
{"wmclass": "ssh-askpass"},
|
||||
])
|
||||
auto_fullscreen = True
|
||||
auto_fullscreen = False
|
||||
focus_on_window_activation = "smart"
|
||||
wmname = "LG3D"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue