Compare commits

..

2 commits

Author SHA1 Message Date
Evie Litherland-Smith 2f20e8688a Remove freecad
Not wayland native
2024-07-08 09:59:04 +01:00
Evie Litherland-Smith ea90d2ef21 Adjust waybar MPRIS module layout 2024-07-08 09:58:57 +01:00
2 changed files with 2 additions and 6 deletions

View file

@ -4,11 +4,7 @@
./games/default.nix ./games/default.nix
./streaming/default.nix ./streaming/default.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [blender prusa-slicer];
blender
freecad
prusa-slicer
];
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {
output = { output = {
"Microstep MSI G27CQ4 E2 Unknown" = { "Microstep MSI G27CQ4 E2 Unknown" = {

View file

@ -83,7 +83,7 @@
}; };
}; };
mpris = { mpris = {
"format" = "{status_icon} {artist} - {title} {player_icon}"; "format" = "{player_icon} {artist} - {title} {status_icon}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}"; "tooltip-format" = "{player_icon} ({player}) {dynamic}";
"title-len" = 64; "title-len" = 64;
"interval" = 1; "interval" = 1;