Update
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user