fix: merge kitty.conf
This commit is contained in:
@@ -24,8 +24,8 @@ zoxide init fish | source
|
|||||||
|
|
||||||
# Improve utilities
|
# Improve utilities
|
||||||
alias rm "trash -v"
|
alias rm "trash -v"
|
||||||
alias ll "eza -l"
|
alias ll "eza -l --icons --git --group-directories-first"
|
||||||
alias ls "eza"
|
alias ls eza
|
||||||
|
|
||||||
for f in ~/.config/fish/functions/user/*.fish
|
for f in ~/.config/fish/functions/user/*.fish
|
||||||
source $f
|
source $f
|
||||||
|
|||||||
@@ -1,4 +1 @@
|
|||||||
jorgebucaran/fisher
|
~/Development/antistereov/dotfiles/fish/fish_plugins
|
||||||
patrickf1/fzf.fish
|
|
||||||
jorgebucaran/nvm.fish
|
|
||||||
jethrokuan/z
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ cursor_trail_start_threshold 1
|
|||||||
# Colors
|
# Colors
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Catppuccin-Mocha
|
# Kaolin Ocean
|
||||||
include Catppuccin-Mocha.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
16
waybar/config
Normal file
16
waybar/config
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"layer": "top",
|
||||||
|
"modules-left": ["hyprland/workspaces"],
|
||||||
|
"modules-center": ["hyprland/window"],
|
||||||
|
"modules-right": ["battery", "clock"],
|
||||||
|
"hyprland/window": {
|
||||||
|
"max-length": 50
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"format": "{capacity}% {icon}",
|
||||||
|
"format-icons": ["", "", "", "", ""]
|
||||||
|
},
|
||||||
|
"clock": {
|
||||||
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user