chore: Added a theme change in rofi script. Need to add rofi itself and other stuff still
This commit is contained in:
parent
f0899924f0
commit
0d8809b596
13 changed files with 139 additions and 19 deletions
|
@ -34,3 +34,9 @@ env TERM=xterm-256color
|
|||
|
||||
|
||||
include current-theme.conf
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Frappe
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
42
.config/kitty/kitty.conf.bak
Normal file
42
.config/kitty/kitty.conf.bak
Normal file
|
@ -0,0 +1,42 @@
|
|||
font_family FiraCode Nerd Font Mono Normal
|
||||
font_size 14.0
|
||||
|
||||
enable_audio_bell no
|
||||
window_padding_width 6
|
||||
confirm_os_window_close 0
|
||||
env TERM=xterm-256color
|
||||
|
||||
|
||||
|
||||
# Multiplexer mappings
|
||||
#map ctrl+u kitten pass_keys.py neighboring_window bottom ctrl+u
|
||||
#map ctrl+i kitten pass_keys.py neighboring_window top ctrl+i
|
||||
#map ctrl+y kitten pass_keys.py neighboring_window left ctrl+y
|
||||
#map ctrl+o kitten pass_keys.py neighboring_window right ctrl+o
|
||||
#
|
||||
#map ctrl+shift+w no_op
|
||||
#map ctrl+x close_window
|
||||
#map ctrl+shift+x close_tab
|
||||
#
|
||||
#map ctrl+shift+enter no_op
|
||||
#map ctrl+n new_window
|
||||
#map ctrl+shift+n new_tab
|
||||
#
|
||||
#map ctrl+f toggle_layout stack
|
||||
#
|
||||
# Remote control
|
||||
#allow_remote_control yes
|
||||
#listen-on unix:@"$(date +%s%N)"
|
||||
|
||||
#Project management
|
||||
|
||||
#map ctrl+space launch --type=overlay fish -ic "kitty @ ls | jq -r '.[0].tabs | map(.title) | .[]' | fzf | xargs -I _ kitty @ focus-tab --match title:_"
|
||||
|
||||
|
||||
include current-theme.conf
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Latte
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
Loading…
Add table
Add a link
Reference in a new issue