dev #3
@ -5,6 +5,9 @@
|
||||
if [ -d ~/dotfiles-versions/$version/alacritty ]; then
|
||||
_installSymLink alacritty ~/.config/alacritty ~/dotfiles/alacritty/ ~/.config
|
||||
fi
|
||||
if [ -d ~/dotfiles-versions/$version/kitty ]; then
|
||||
_installSymLink kitty ~/.config/kitty ~/dotfiles/kitty/ ~/.config
|
||||
fi
|
||||
if [ -d ~/dotfiles-versions/$version/vim ]; then
|
||||
_installSymLink vim ~/.config/vim ~/dotfiles/vim/ ~/.config
|
||||
fi
|
||||
|
14
kitty/kitty.conf
Normal file
14
kitty/kitty.conf
Normal file
@ -0,0 +1,14 @@
|
||||
font_family Fira Code Nerd Font
|
||||
font_size 14.0
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
background_opacity 0.7
|
||||
|
||||
confirm_os_window_close 0
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
selection_foreground #000000
|
||||
selection_background #F5FBFF
|
@ -395,7 +395,7 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{icon} {time}",
|
||||
@ -414,7 +414,7 @@
|
||||
"critical": 15
|
||||
},
|
||||
"format": "",
|
||||
"format-charging": "{icon} {capacity}%",
|
||||
"format-charging": "{icon} {capacity}%",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
//"format-icons": {
|
||||
// "Charging": ["","","","","","","","","","",""],
|
||||
|
@ -446,7 +446,7 @@ window#waybar.empty #window {
|
||||
font-size: 14px;
|
||||
color: @textcolor2;
|
||||
border-radius: 10px;
|
||||
padding: 2px 15px 0px 10px;
|
||||
padding: 0px 10px 0px 10px;
|
||||
margin: 8px 10px 8px 0px;
|
||||
opacity:0.8;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user