feat: use different icons for waybar systray
This commit is contained in:
parent
3bc3966e44
commit
dd88e2f063
4 changed files with 7 additions and 12 deletions
|
@ -28,18 +28,10 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
# TODO: see if setting them in Hyprland.nix works
|
||||
environment.sessionVariables = {
|
||||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
GTK_THEME = "Lavanda-Dark";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
QT_STYLE_OVERRIDE = "kvantum";
|
||||
QT_FONT_DPI = "125";
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
GTK_THEME = "Lavanda-Dark";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
QT_STYLE_OVERRIDE = "kvantum";
|
||||
QT_FONT_DPI = "125";
|
||||
};
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
jelly = "mosh matt@10.0.0.121 -- ssh -t matt@10.0.0.123 'tmux -2u new -At laptop'";
|
||||
qbit = "mosh matt@10.0.0.121 -- ssh -t matt@10.0.0.128 'tmux -2u new -At laptop'";
|
||||
};
|
||||
sessionVariables = { # see hyprland.nix
|
||||
sessionVariables = { # see configuration.nix
|
||||
TERM = "xterm-color";
|
||||
};
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ in
|
|||
home.packages = [
|
||||
(builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default
|
||||
(builtins.getFlake "path:/home/matt/git/hyprland-touch-gestures").packages.x86_64-linux.default
|
||||
pkgs.kora-icon-theme
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
@ -29,6 +30,7 @@ in
|
|||
|
||||
extraConfig = ''
|
||||
env = XDG_DATA_DIRS, ${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}:${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}:$XDG_DATA_DIRS
|
||||
$kora = "$HOME/.config/share"
|
||||
|
||||
env = EWW_PATH, $HOME/.nix/configs/eww/scripts
|
||||
env = HYPR_PATH, $HOME/.nix/configs/hypr/scripts
|
||||
|
@ -40,6 +42,7 @@ in
|
|||
|
||||
# https://www.reddit.com/r/NixOS/comments/vc3srj/comment/iccqxw1/?utm_source=share&utm_medium=web2x&context=3
|
||||
xdg.configFile = {
|
||||
"share/icons/hicolor".source = "${pkgs.kora-icon-theme}/share/icons/kora-pgrey";
|
||||
"hypr/main.conf".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/hypr/main.conf";
|
||||
"hypr/hyprpaper.conf".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/hypr/hyprpaper.conf";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue