🖼️ Changed wallpaper, added usericon, readded profile image on

lockscreen
This commit is contained in:
2025-01-09 21:49:54 +01:00
parent 914c25808f
commit e80f492b4e
7 changed files with 50 additions and 34 deletions

View File

@ -1,4 +1,4 @@
{ inputs, ... }:
{ pkgs, inputs, ... }:
let
common = import ../../../common.nix;
theme = import ../../../theme.nix;
@ -58,40 +58,47 @@ in
customModules.kbLayout.leftClick = "hyprctl switchxkblayout keychron-keychron-k8-pro next";
launcher.autoDetectIcon = true;
network.label = false;
volume = {
scrollDown = "${pkgs.hyprpanel}/bin/hyprpanel 'vol -1'";
scrollUp = "${pkgs.hyprpanel}/bin/hyprpanel 'vol +1'";
};
workspaces = {
show_icons = false;
show_numbered = true;
};
};
menus.clock = {
time = {
military = true;
hideSeconds = true;
menus = {
clock = {
time = {
military = true;
hideSeconds = true;
};
weather = {
unit = "metric";
location = "Bergen, Norway"; # TODO not working
};
};
weather = {
unit = "metric";
location = "Bergen, Norway"; # TODO not working
};
};
menus.dashboard = {
directories.enabled = false;
shortcuts.left = {
shortcut1 = {
command = common.default.browser;
icon = ""; # TODO replace with Zen icon
tooltip = "Zen";
dashboard = {
directories.enabled = false;
powermenu.avatar.image = "${../../face.png}";
shortcuts.left = {
shortcut1 = {
command = common.default.browser;
icon = ""; # TODO replace with Zen icon
tooltip = "Zen";
};
shortcut2 = {
command = "spotify";
icon = "";
tooltip = "Spotify";
};
## shortcut3 === discord
## shortcut4 === rofi -show drun
};
shortcut2 = {
command = "spotify";
icon = "";
tooltip = "Spotify";
};
## shortcut3 === discord
## shortcut4 === rofi -show drun
stats.enable_gpu = true;
};
stats.enable_gpu = true;
};
scalingPriority = "hyprland";