fixes
This commit is contained in:
parent
1163e12cea
commit
9e509537d8
@ -51,7 +51,7 @@ wallframe {
|
||||
padding: 0em;
|
||||
expand: false;
|
||||
background-color: @main-bg;
|
||||
background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", width);
|
||||
background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", height);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
editor = "neovim"; # neovim, vscode
|
||||
|
||||
# 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";
|
||||
|
||||
plasma = false;
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
cliphist
|
||||
(writeShellScriptBin "clipboard" ''
|
||||
export confDir="''${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
roconf="''${confDir}/rofi/clipboard.rasi"
|
||||
roconf="''${confDir}/rofi/cliboard.rasi"
|
||||
favoritesFile="''${HOME}/.cliphist_favorites"
|
||||
|
||||
if printenv HYPRLAND_INSTANCE_SIGNATURE &> /dev/null; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user