fixes
This commit is contained in:
parent
1163e12cea
commit
9e509537d8
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user