theme
This commit is contained in:
Generated
+3
-3
@@ -27,11 +27,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1782233665,
|
"lastModified": 1782358560,
|
||||||
"narHash": "sha256-h/xOtrByoA/Ak1lWHn0O1lVZz4qWYbwOSLQ8YSwQO0I=",
|
"narHash": "sha256-vCcLh9pw3XO/+Lxk8r6xv6QnoCrTfGqiACcI7O637Wg=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "062581938b4a378a82dfbb294b494808157153a1",
|
"rev": "3a70e333f2950c302e875c44cfcfaff3f80f36bc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ if status is-interactive
|
|||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
alias cd=z
|
alias cd=z
|
||||||
alias docker=podman
|
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"
|
export PATH="$HOME/.npm-global/bin:$PATH"
|
||||||
alias kubectx='kubectl config use-context'
|
alias kubectx='kubectl config use-context'
|
||||||
alias nrs="sudo nixos-rebuild switch --flake /home/river/nixos-dotfiles#pc"
|
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"
|
font-family = "JetBrains Mono NL"
|
||||||
|
|
||||||
#theme = Catppuccin Mocha
|
#theme = Catppuccin Mocha
|
||||||
theme = Harper
|
theme = Argonaut
|
||||||
|
|
||||||
font-size = 16
|
font-size = 16
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ return {
|
|||||||
screen_shot_cmd = "hyprshot -m region -o ~/Pictures/Screenshots",
|
screen_shot_cmd = "hyprshot -m region -o ~/Pictures/Screenshots",
|
||||||
menu = "rofi -show drun",
|
menu = "rofi -show drun",
|
||||||
wallpaper_cmd = wallpaper_util("/home/river/Pictures/Wallpapers/bg.png"),
|
wallpaper_cmd = wallpaper_util("/home/river/Pictures/Wallpapers/bg.png"),
|
||||||
--wallpaper_cmd = wallpaper_util("/home/river/Videos/Wallpapers/bg.mp4"),
|
|
||||||
browser = "brave",
|
browser = "brave",
|
||||||
bar_cmd = "waybar",
|
bar_cmd = "waybar",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ return {
|
|||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = {
|
opts = {
|
||||||
flavour = "mocha", -- Choose "latte", "frappe", "macchiato", or "mocha"
|
flavour = "frappe", -- Choose "latte", "frappe", "macchiato", or "mocha"
|
||||||
transparent_background = true,
|
transparent_background = true,
|
||||||
custom_highlights = function(colors)
|
custom_highlights = function(colors)
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user