This commit is contained in:
Hadi
2024-09-30 21:15:21 +02:00
parent c1609eefff
commit 57c0df5d48
3 changed files with 115 additions and 84 deletions

View File

@@ -45,7 +45,11 @@
} == 1 ]] && systemctl --user start sops-nix"
];
monitor = [ "eDP-2,highres,0x0,1" ",prefered,auto,1" ];
monitor = [
"eDP-2,highres,0x0,1"
"HDMI-A-1,3440x1440@99.98,auto,1"
",prefered,auto,1"
];
# plugin = {
# hyprexpo = {

View File

@@ -223,7 +223,8 @@
"theme.osd.bar_container": "#${config.var.theme.colors.bgalt}",
"theme.bar.menus.menu.media.background.color": "#${config.var.theme.colors.bgalt}",
"theme.bar.menus.menu.media.card.color": "#${config.var.theme.colors.bgalt}",
"theme.bar.menus.menu.media.card.tint": 90
"theme.bar.menus.menu.media.card.tint": 90,
"bar.customModules.updates.pollingInterval": 1440000
}
'';
};