theme
This commit is contained in:
Generated
+3
-3
@@ -27,11 +27,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782233665,
|
||||
"narHash": "sha256-h/xOtrByoA/Ak1lWHn0O1lVZz4qWYbwOSLQ8YSwQO0I=",
|
||||
"lastModified": 1782358560,
|
||||
"narHash": "sha256-vCcLh9pw3XO/+Lxk8r6xv6QnoCrTfGqiACcI7O637Wg=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "062581938b4a378a82dfbb294b494808157153a1",
|
||||
"rev": "3a70e333f2950c302e875c44cfcfaff3f80f36bc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -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