theme update, os flake change to unstable, fish and noctalia update
This commit is contained in:
@@ -1 +1 @@
|
||||
/nix/store/y8i40g0m8sl70nds47wpq88l10bkaxqg-home-manager-files/.config/autostart/stylix-activate-gnome.desktop
|
||||
/nix/store/nqksybcixl1mcx9in0ayc895nhqa2kb5-home-manager-files/.config/autostart/stylix-activate-gnome.desktop
|
||||
@@ -1 +1 @@
|
||||
/nix/store/y8i40g0m8sl70nds47wpq88l10bkaxqg-home-manager-files/.config/autostart/stylix-activate-kde.desktop
|
||||
/nix/store/nqksybcixl1mcx9in0ayc895nhqa2kb5-home-manager-files/.config/autostart/stylix-activate-kde.desktop
|
||||
14
fish/conf.d/fish_frozen_key_bindings.fish
Normal file
14
fish/conf.d/fish_frozen_key_bindings.fish
Normal file
@@ -0,0 +1,14 @@
|
||||
# This file was created by fish when upgrading to version 4.3, to migrate
|
||||
# the 'fish_key_bindings' variable from its old default scope (universal)
|
||||
# to its new default scope (global). We recommend you delete this file
|
||||
# and configure key bindings in ~/.config/fish/config.fish if needed.
|
||||
|
||||
# set --global fish_key_bindings fish_default_key_bindings
|
||||
|
||||
# Prior to version 4.3, fish shipped an event handler that runs
|
||||
# `set --universal fish_key_bindings fish_default_key_bindings`
|
||||
# whenever the fish_key_bindings variable is erased.
|
||||
# This means that as long as any fish < 4.3 is still running on this system,
|
||||
# we cannot complete the migration.
|
||||
# As a workaround, erase the universal variable at every shell startup.
|
||||
set --erase --universal fish_key_bindings
|
||||
37
fish/conf.d/fish_frozen_theme.fish
Normal file
37
fish/conf.d/fish_frozen_theme.fish
Normal file
@@ -0,0 +1,37 @@
|
||||
# This file was created by fish when upgrading to version 4.3, to migrate
|
||||
# theme variables from universal to global scope.
|
||||
# Don't edit this file, as it will be written by the web-config tool (`fish_config`).
|
||||
# To customize your theme, delete this file and see
|
||||
# help interactive#syntax-highlighting
|
||||
# or
|
||||
# man fish-interactive | less +/^SYNTAX.HIGHLIGHTING
|
||||
# for appropriate commands to add to ~/.config/fish/config.fish instead.
|
||||
# See also the release notes for fish 4.3.0 (run `help relnotes`).
|
||||
|
||||
set --global fish_color_autosuggestion brblack
|
||||
set --global fish_color_cancel -r
|
||||
set --global fish_color_command blue
|
||||
set --global fish_color_comment red
|
||||
set --global fish_color_cwd green
|
||||
set --global fish_color_cwd_root red
|
||||
set --global fish_color_end green
|
||||
set --global fish_color_error brred
|
||||
set --global fish_color_escape brcyan
|
||||
set --global fish_color_history_current --bold
|
||||
set --global fish_color_host normal
|
||||
set --global fish_color_host_remote yellow
|
||||
set --global fish_color_normal normal
|
||||
set --global fish_color_operator brcyan
|
||||
set --global fish_color_param cyan
|
||||
set --global fish_color_quote yellow
|
||||
set --global fish_color_redirection cyan --bold
|
||||
set --global fish_color_search_match white --background=brblack
|
||||
set --global fish_color_selection white --bold --background=brblack
|
||||
set --global fish_color_status red
|
||||
set --global fish_color_user brgreen
|
||||
set --global fish_color_valid_path --underline
|
||||
set --global fish_pager_color_completion normal
|
||||
set --global fish_pager_color_description yellow -i
|
||||
set --global fish_pager_color_prefix normal --bold --underline
|
||||
set --global fish_pager_color_progress brwhite --background=cyan
|
||||
set --global fish_pager_color_selected_background -r
|
||||
@@ -1,32 +1,4 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3800
|
||||
SETUVAR fish_color_autosuggestion:brblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:blue
|
||||
SETUVAR fish_color_comment:red
|
||||
SETUVAR fish_color_cwd:green
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:green
|
||||
SETUVAR fish_color_error:brred
|
||||
SETUVAR fish_color_escape:brcyan
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:brcyan
|
||||
SETUVAR fish_color_param:cyan
|
||||
SETUVAR fish_color_quote:yellow
|
||||
SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold
|
||||
SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:yellow\x1e\x2di
|
||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR fish_user_paths:/home/lusia/\x2ecargo/bin/
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
system: "base16"
|
||||
name: "Pywal"
|
||||
author: "Pywal"
|
||||
variant: "dark"
|
||||
system: base16
|
||||
name: pywal Generated
|
||||
author: wl
|
||||
variant: dark
|
||||
palette:
|
||||
base00: "#0E1212"
|
||||
base01: "#0E1212"
|
||||
base02: "#a79c9b"
|
||||
base03: "#a79c9b"
|
||||
base04: "#efdfde"
|
||||
base05: "#efdfde"
|
||||
base06: "#efdfde"
|
||||
base07: "#efdfde"
|
||||
base08: "#9A6D71"
|
||||
base09: "#9A6D71"
|
||||
base0A: "#8F807F"
|
||||
base0B: "#C3767D"
|
||||
base0C: "#E8C0BF"
|
||||
base0D: "#A28D8B"
|
||||
base0E: "#DCA4A6"
|
||||
base0F: "#9A6D71"
|
||||
base09: '#ffce3b'
|
||||
base0B: '#b63f44'
|
||||
base07: '#eecade'
|
||||
base05: '#f0dbe2'
|
||||
base08: '#e8ae00'
|
||||
base0E: '#c67d65'
|
||||
base0F: '#e8ae00'
|
||||
base0C: '#9989b1'
|
||||
base01: '#0d0c0b'
|
||||
base0A: '#854c7b'
|
||||
base03: '#c1bbb6'
|
||||
base04: '#d274a9'
|
||||
base0D: '#5c7797'
|
||||
base00: '#0a0908'
|
||||
base06: '#eecade'
|
||||
base02: '#c1bbb6'
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 393 KiB After Width: | Height: | Size: 2.8 MiB |
@@ -2,6 +2,8 @@
|
||||
# Include pywal colors
|
||||
include ~/.cache/wal/colors-kitty.conf
|
||||
|
||||
allow_remote_control yes
|
||||
|
||||
# new tab in the same dir
|
||||
map kitty_mod+t new_tab_with_cwd
|
||||
# remove more text at once with ctrl+backspace
|
||||
|
||||
14
nixos/flake.lock
generated
14
nixos/flake.lock
generated
@@ -5,11 +5,11 @@
|
||||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1767556355,
|
||||
"narHash": "sha256-RDTUBDQBi9D4eD9iJQWtUDN/13MDLX+KmE+TwwNUp2s=",
|
||||
"lastModified": 1767619743,
|
||||
"narHash": "sha256-N0kK1JqxIjFl7hPAfhkW6C9AO7feYJUWLPyqJO2VuQQ=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "f894bc4ffde179d178d8deb374fcf9855d1a82b7",
|
||||
"rev": "a65c04965c841eb01ba401f5162f12bc8d52014f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -35,16 +35,16 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1767480499,
|
||||
"narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=",
|
||||
"lastModified": 1767379071,
|
||||
"narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92",
|
||||
"rev": "fb7944c166a3b630f177938e478f0378e64ce108",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-25.11",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
description = "NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = inputs@{ nixpkgs, home-manager, ... }: {
|
||||
|
||||
@@ -81,36 +81,6 @@
|
||||
},
|
||||
"id": "plugin:catwalk"
|
||||
},
|
||||
{
|
||||
"colorizeSystemIcon": "none",
|
||||
"enableColorization": false,
|
||||
"hideMode": "alwaysExpanded",
|
||||
"icon": "heart",
|
||||
"id": "CustomButton",
|
||||
"leftClickExec": "bash /home/lusia/Downloads/sync-colors.sh --random",
|
||||
"leftClickUpdateText": false,
|
||||
"maxTextLength": {
|
||||
"horizontal": 10,
|
||||
"vertical": 10
|
||||
},
|
||||
"middleClickExec": "",
|
||||
"middleClickUpdateText": false,
|
||||
"parseJson": false,
|
||||
"rightClickExec": "bash /home/lusia/Downloads/sync-colors.sh --random --light",
|
||||
"rightClickUpdateText": false,
|
||||
"showIcon": true,
|
||||
"textCollapse": "",
|
||||
"textCommand": "",
|
||||
"textIntervalMs": 3000,
|
||||
"textStream": false,
|
||||
"wheelDownExec": "",
|
||||
"wheelDownUpdateText": false,
|
||||
"wheelExec": "",
|
||||
"wheelMode": "unified",
|
||||
"wheelUpExec": "",
|
||||
"wheelUpUpdateText": false,
|
||||
"wheelUpdateText": false
|
||||
},
|
||||
{
|
||||
"hideWhenZero": true,
|
||||
"id": "NotificationHistory",
|
||||
@@ -125,6 +95,10 @@
|
||||
"showPowerProfiles": false,
|
||||
"warningThreshold": 30
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"id": "Network"
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"id": "Bluetooth"
|
||||
|
||||
33
wl/config.toml
Normal file
33
wl/config.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[paths]
|
||||
wallpapers_dir = "/home/lusia/Pictures/Wallpapers"
|
||||
config_dir = "/home/lusia/.config/wl"
|
||||
swww_current = "/home/lusia/.config/swww/current-wallpaper"
|
||||
home_manager_wallpaper = "/home/lusia/.config/home-manager/wallpaper"
|
||||
home_manager_colors = "/home/lusia/.config/home-manager/colors.yaml"
|
||||
noctalia_colors = "/home/lusia/.config/noctalia/colors.json"
|
||||
nvchad_theme = "/home/lusia/.config/nvim/lua/themes/pywal.lua"
|
||||
|
||||
[backends]
|
||||
default = "pywal"
|
||||
pywal_enabled = true
|
||||
builtin_enabled = true
|
||||
material_enabled = true
|
||||
catppuccin_enabled = true
|
||||
|
||||
[tui]
|
||||
image_protocol = "auto"
|
||||
thumbnail_size = 128
|
||||
show_thumbnails = true
|
||||
|
||||
[history]
|
||||
max_entries = 100
|
||||
enable_favorites = true
|
||||
|
||||
[integrations]
|
||||
swww = true
|
||||
noctalia = true
|
||||
stylix = true
|
||||
nvchad = true
|
||||
pywalfox = true
|
||||
neovim = true
|
||||
noctalia_shell = true
|
||||
Reference in New Issue
Block a user