From 56e4efafced35d9a75cb06d562367a354dc9f3c9 Mon Sep 17 00:00:00 2001 From: reidlab Date: Sun, 15 Dec 2024 01:40:00 -0800 Subject: [PATCH 1/2] fix clipse! --- README.md | 3 +-- modules/desktop/clipse.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 046cc30..bb16951 100755 --- a/README.md +++ b/README.md @@ -19,10 +19,9 @@ each host should have these files: - multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?) - divide steam and gamemode? - - hidpi and cursor size option ? mostly auto these days though + - hidpi option ? mostly auto these days though - better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi) - some way for border radius, border, tranparency theme options - tags for pip and popups in hyprland config - make wl-clip-persist, polkit agent, and networkmanager applet systemd services? - - uh oh! it seems clipse is broken. the listen-shell service stops after you open the gui - gtk cursors are MESSED UP. top priority rn diff --git a/modules/desktop/clipse.nix b/modules/desktop/clipse.nix index e29b7b2..39cc2cb 100644 --- a/modules/desktop/clipse.nix +++ b/modules/desktop/clipse.nix @@ -27,7 +27,7 @@ in { Service = { Type = "simple"; - ExecStart = "${lib.getExe cfg.package} -listen-shell"; + ExecStart = "${lib.getExe cfg.package} --listen-shell"; Restart = "on-failure"; RestartSec = 5; }; From af4b69104d8be50fbe4af36d77ea05345cb861cd Mon Sep 17 00:00:00 2001 From: reidlab Date: Sun, 15 Dec 2024 02:03:47 -0800 Subject: [PATCH 2/2] waybar (and app) --- hosts/goopnet-interface/default.nix | 4 ++-- modules/desktop/themes/catppuccin/waybar.css | 2 +- modules/desktop/waybar.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/goopnet-interface/default.nix b/hosts/goopnet-interface/default.nix index 027737a..d18264d 100755 --- a/hosts/goopnet-interface/default.nix +++ b/hosts/goopnet-interface/default.nix @@ -15,13 +15,13 @@ # system btop duf lm_sensors ethtool pciutils usbutils powertop killall # debug - strace ltrace lsof + strace ltrace lsof helvum # apps firefox qalculate-gtk krita inkscape onlyoffice-desktopeditors vlc nicotine-plus transmission_4-gtk font-manager obs-studio kdePackages.kdenlive # compatibility wineWowPackages.waylandFull winetricks # misc - bat file which packwiz yt-dlp hyfetch + bat file which packwiz yt-dlp fastfetch hyfetch # games prismlauncher ] ++ (with pkgs.my; [ diff --git a/modules/desktop/themes/catppuccin/waybar.css b/modules/desktop/themes/catppuccin/waybar.css index b45b69d..8fc974d 100644 --- a/modules/desktop/themes/catppuccin/waybar.css +++ b/modules/desktop/themes/catppuccin/waybar.css @@ -152,7 +152,7 @@ window#waybar.floating #window { animation-duration: 2s; } -#backlight { +#backlight, #custom-weather { color: @yellow; } diff --git a/modules/desktop/waybar.nix b/modules/desktop/waybar.nix index 78f29eb..d79af56 100644 --- a/modules/desktop/waybar.nix +++ b/modules/desktop/waybar.nix @@ -170,7 +170,7 @@ in { }; cpu = { interval = 4; - format = " {usage}% {avg_frequency}GHz"; + format = " {usage}%"; on-click = "${lib.getExe pkgs.gnome-system-monitor}"; }; memory = {