Add pySpec bookmark
This commit is contained in:
parent
f36146daf5
commit
c1a3b9a591
|
@ -88,6 +88,11 @@ in {
|
|||
tags = [ "JET" "operations" ];
|
||||
url = "https://www.jspo.jet.uk/";
|
||||
}
|
||||
{
|
||||
name = "pySpec";
|
||||
tags = [ "JET" "operations" ];
|
||||
url = "http://heimdall003.jet.uk:3060/v1/interactive";
|
||||
}
|
||||
{
|
||||
name = "OpenWikis";
|
||||
bookmarks = [
|
||||
|
@ -154,7 +159,7 @@ in {
|
|||
scale = 1.0;
|
||||
status = "enable";
|
||||
}];
|
||||
exec = "hyprctl hyprpaper wallpaper \",${wallpapers.outputs.default}\"";
|
||||
exec = ''hyprctl hyprpaper wallpaper ",${wallpapers.outputs.default}"'';
|
||||
};
|
||||
work = {
|
||||
outputs = [
|
||||
|
@ -173,7 +178,7 @@ in {
|
|||
status = "enable";
|
||||
}
|
||||
];
|
||||
exec = "hyprctl hyprpaper wallpaper \",${wallpapers.outputs.default}\"";
|
||||
exec = ''hyprctl hyprpaper wallpaper ",${wallpapers.outputs.default}"'';
|
||||
};
|
||||
home = {
|
||||
outputs = [
|
||||
|
@ -187,7 +192,7 @@ in {
|
|||
status = "disable";
|
||||
}
|
||||
];
|
||||
exec = "hyprctl hyprpaper wallpaper \",${wallpapers.outputs.default}\"";
|
||||
exec = ''hyprctl hyprpaper wallpaper ",${wallpapers.outputs.default}"'';
|
||||
};
|
||||
};
|
||||
xdg.configFile."hypr/display.conf".text = ''
|
||||
|
|
Loading…
Reference in a new issue