Compare commits

...

3 commits

Author SHA1 Message Date
Evie Litherland-Smith 6b08b57ccc Sway remove workspace assigns
Change waybar workspace icons to use numbered workspaces, rather than
workspaces with specific purposes
2024-04-19 10:53:27 +01:00
Evie Litherland-Smith f2749d886a Use latest nix version
Fixes store issue with leading .
2024-04-19 10:53:09 +01:00
Evie Litherland-Smith 1750e30059 Add some more JET data bookmarks 2024-04-19 10:52:59 +01:00
4 changed files with 13 additions and 26 deletions

View file

@ -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";

View file

@ -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 = [

View file

@ -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" = {

View file

@ -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]]