Compare commits
No commits in common. "6b08b57cccb1daa007e2e24c558f4d1310b152f5" and "a78160e53ff290b9b80bbe6e49f11177b12d1e1c" have entirely different histories.
6b08b57ccc
...
a78160e53f
|
@ -84,7 +84,7 @@
|
|||
scheme = "${tt-schemes}/base16/catppuccin-${lib.strings.toLower catppuccinVariant}.yaml";
|
||||
nix = {
|
||||
enable = true;
|
||||
package = pkgs.nixVersions.unstable;
|
||||
package = pkgs.nixVersions.nix_2_19;
|
||||
settings = {
|
||||
cores = 0;
|
||||
max-jobs = "auto";
|
||||
|
|
|
@ -76,6 +76,19 @@
|
|||
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
|
||||
{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 = {
|
||||
border = 1;
|
||||
commands = [
|
||||
|
|
|
@ -38,13 +38,17 @@
|
|||
"sway/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
default = " ";
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
"7" = " ";
|
||||
"8" = " ";
|
||||
"9" = " ";
|
||||
"10" = " ";
|
||||
default = " ";
|
||||
urgent = " ";
|
||||
};
|
||||
# show-special = false;
|
||||
|
@ -56,7 +60,6 @@
|
|||
"3" = [];
|
||||
"4" = [];
|
||||
"5" = [];
|
||||
"6" = [];
|
||||
};
|
||||
};
|
||||
"sway/window" = {
|
||||
|
|
|
@ -45,12 +45,9 @@
|
|||
** JET :jet:
|
||||
- [[http://w3.jet.uk/][Homepage]]
|
||||
- [[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://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:
|
||||
- [[https://users.mastu.ukaea.uk/home][Users Page]]
|
||||
- [[https://intranet.ccfe.ac.uk/mastu-handbook][Diagnostic Handbook]]
|
||||
|
|
Loading…
Reference in a new issue