Compare commits
3 commits
a78160e53f
...
6b08b57ccc
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 6b08b57ccc | ||
Evie Litherland-Smith | f2749d886a | ||
Evie Litherland-Smith | 1750e30059 |
|
@ -84,7 +84,7 @@
|
||||||
scheme = "${tt-schemes}/base16/catppuccin-${lib.strings.toLower catppuccinVariant}.yaml";
|
scheme = "${tt-schemes}/base16/catppuccin-${lib.strings.toLower catppuccinVariant}.yaml";
|
||||||
nix = {
|
nix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nixVersions.nix_2_19;
|
package = pkgs.nixVersions.unstable;
|
||||||
settings = {
|
settings = {
|
||||||
cores = 0;
|
cores = 0;
|
||||||
max-jobs = "auto";
|
max-jobs = "auto";
|
||||||
|
|
|
@ -76,19 +76,6 @@
|
||||||
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
|
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
|
||||||
{command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";}
|
{command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";}
|
||||||
];
|
];
|
||||||
assigns = {
|
|
||||||
"3" = [
|
|
||||||
{class = "^(libreoffice|soffice)(.*)$";}
|
|
||||||
];
|
|
||||||
"4" = [
|
|
||||||
{class = "^WebCord$";}
|
|
||||||
{class = "^Signal$";}
|
|
||||||
];
|
|
||||||
"5" = [
|
|
||||||
{class = "^steam$";}
|
|
||||||
{class = "^org.prismlauncher.PrismLauncher$";}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
window = {
|
window = {
|
||||||
border = 1;
|
border = 1;
|
||||||
commands = [
|
commands = [
|
||||||
|
|
|
@ -38,17 +38,13 @@
|
||||||
"sway/workspaces" = {
|
"sway/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
"6" = " ";
|
"6" = " ";
|
||||||
"7" = " ";
|
default = " ";
|
||||||
"8" = " ";
|
|
||||||
"9" = " ";
|
|
||||||
"10" = " ";
|
|
||||||
default = " ";
|
|
||||||
urgent = " ";
|
urgent = " ";
|
||||||
};
|
};
|
||||||
# show-special = false;
|
# show-special = false;
|
||||||
|
@ -60,6 +56,7 @@
|
||||||
"3" = [];
|
"3" = [];
|
||||||
"4" = [];
|
"4" = [];
|
||||||
"5" = [];
|
"5" = [];
|
||||||
|
"6" = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"sway/window" = {
|
"sway/window" = {
|
||||||
|
|
|
@ -45,9 +45,12 @@
|
||||||
** JET :jet:
|
** JET :jet:
|
||||||
- [[http://w3.jet.uk/][Homepage]]
|
- [[http://w3.jet.uk/][Homepage]]
|
||||||
- [[https://users.euro-fusion.org/pages/physics-summary/LatestSession.php][Physics Summary]]
|
- [[https://users.euro-fusion.org/pages/physics-summary/LatestSession.php][Physics Summary]]
|
||||||
- [[https://data.jet.uk/][JET Data Services]]
|
|
||||||
- [[https://www.jspo.jet.uk/pages/operations/jpecreports_2023.html][JSPO]]
|
- [[https://www.jspo.jet.uk/pages/operations/jpecreports_2023.html][JSPO]]
|
||||||
- [[https://dvcm.jetdata.eu/][DVCM]]
|
- [[https://dvcm.jetdata.eu/][DVCM]]
|
||||||
|
** JET Data Services :jet:
|
||||||
|
- [[https://data.jet.uk/][Data Home]]
|
||||||
|
- [[https://data.jet.uk/ppf/browse/ppfquery][PPF Query]]
|
||||||
|
- [[https://data.jet.uk/reqco/myrequests][ReqCo]]
|
||||||
** MAST-U :mastu:
|
** MAST-U :mastu:
|
||||||
- [[https://users.mastu.ukaea.uk/home][Users Page]]
|
- [[https://users.mastu.ukaea.uk/home][Users Page]]
|
||||||
- [[https://intranet.ccfe.ac.uk/mastu-handbook][Diagnostic Handbook]]
|
- [[https://intranet.ccfe.ac.uk/mastu-handbook][Diagnostic Handbook]]
|
||||||
|
|
Loading…
Reference in a new issue