This commit is contained in:
foglar 2024-12-29 17:13:31 +01:00
parent 1163e12cea
commit 9e509537d8
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ wallframe {
padding: 0em; padding: 0em;
expand: false; expand: false;
background-color: @main-bg; background-color: @main-bg;
background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", width); background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", height);
} }

View File

@ -68,7 +68,7 @@
editor = "neovim"; # neovim, vscode editor = "neovim"; # neovim, vscode
# List all themes: $ nix build nixpkgs#base16-schemes && ls result/share/themes # List all themes: $ nix build nixpkgs#base16-schemes && ls result/share/themes
theme = "catppuccin-mocha"; # tokyo-night-dark, one-dark theme = "catppuccin-mocha"; # catppuccin-mocha, tokyo-night-dark, one-dark
background = "aurora_borealis.png"; background = "aurora_borealis.png";
plasma = false; plasma = false;

View File

@ -19,7 +19,7 @@
cliphist cliphist
(writeShellScriptBin "clipboard" '' (writeShellScriptBin "clipboard" ''
export confDir="''${XDG_CONFIG_HOME:-$HOME/.config}" export confDir="''${XDG_CONFIG_HOME:-$HOME/.config}"
roconf="''${confDir}/rofi/clipboard.rasi" roconf="''${confDir}/rofi/cliboard.rasi"
favoritesFile="''${HOME}/.cliphist_favorites" favoritesFile="''${HOME}/.cliphist_favorites"
if printenv HYPRLAND_INSTANCE_SIGNATURE &> /dev/null; then if printenv HYPRLAND_INSTANCE_SIGNATURE &> /dev/null; then