theme
This commit is contained in:
@@ -3,7 +3,8 @@ if status is-interactive
|
||||
zoxide init fish | source
|
||||
alias cd=z
|
||||
alias docker=podman
|
||||
alias ls='eza --icons'
|
||||
alias ls='/etc/profiles/per-user/river/bin/eza --icons'
|
||||
alias cat="/etc/profiles/per-user/river/bin/bat"
|
||||
export PATH="$HOME/.npm-global/bin:$PATH"
|
||||
alias kubectx='kubectl config use-context'
|
||||
alias nrs="sudo nixos-rebuild switch --flake /home/river/nixos-dotfiles#pc"
|
||||
|
||||
@@ -3,6 +3,6 @@ window-padding-x = 2
|
||||
font-family = "JetBrains Mono NL"
|
||||
|
||||
#theme = Catppuccin Mocha
|
||||
theme = Harper
|
||||
theme = Argonaut
|
||||
|
||||
font-size = 16
|
||||
|
||||
@@ -14,7 +14,6 @@ return {
|
||||
screen_shot_cmd = "hyprshot -m region -o ~/Pictures/Screenshots",
|
||||
menu = "rofi -show drun",
|
||||
wallpaper_cmd = wallpaper_util("/home/river/Pictures/Wallpapers/bg.png"),
|
||||
--wallpaper_cmd = wallpaper_util("/home/river/Videos/Wallpapers/bg.mp4"),
|
||||
browser = "brave",
|
||||
bar_cmd = "waybar",
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ return {
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
opts = {
|
||||
flavour = "mocha", -- Choose "latte", "frappe", "macchiato", or "mocha"
|
||||
flavour = "frappe", -- Choose "latte", "frappe", "macchiato", or "mocha"
|
||||
transparent_background = true,
|
||||
custom_highlights = function(colors)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user