fix: merge kitty.conf
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
jorgebucaran/fisher
|
||||
patrickf1/fzf.fish
|
||||
jorgebucaran/nvm.fish
|
||||
jethrokuan/z
|
||||
~/Development/antistereov/dotfiles/fish/fish_plugins
|
||||
|
||||
@@ -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
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