fix: merge kitty.conf

This commit is contained in:
2025-11-11 20:33:13 +01:00
parent 5cc1584806
commit 000209942f
4 changed files with 21 additions and 8 deletions

View File

@@ -24,8 +24,8 @@ zoxide init fish | source
# Improve utilities
alias rm "trash -v"
alias ll "eza -l"
alias ls "eza"
alias ll "eza -l --icons --git --group-directories-first"
alias ls eza
for f in ~/.config/fish/functions/user/*.fish
source $f

View File

@@ -1,4 +1 @@
jorgebucaran/fisher
patrickf1/fzf.fish
jorgebucaran/nvm.fish
jethrokuan/z
~/Development/antistereov/dotfiles/fish/fish_plugins

View File

@@ -22,8 +22,8 @@ cursor_trail_start_threshold 1
# Colors
# BEGIN_KITTY_THEME
# Catppuccin-Mocha
include Catppuccin-Mocha.conf
# Kaolin Ocean
include current-theme.conf
# END_KITTY_THEME

16
waybar/config Normal file
View 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}"
}
}