Compare commits
No commits in common. "af4b69104d8be50fbe4af36d77ea05345cb861cd" and "ff647de9ce8154ff8217043cd024db5675ac1e8c" have entirely different histories.
af4b69104d
...
ff647de9ce
5 changed files with 7 additions and 6 deletions
|
@ -19,9 +19,10 @@ each host should have these files:
|
||||||
|
|
||||||
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
|
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
|
||||||
- divide steam and gamemode?
|
- divide steam and gamemode?
|
||||||
- hidpi option ? mostly auto these days though
|
- hidpi and cursor size option ? mostly auto these days though
|
||||||
- better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi)
|
- better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi)
|
||||||
- some way for border radius, border, tranparency theme options
|
- some way for border radius, border, tranparency theme options
|
||||||
- tags for pip and popups in hyprland config
|
- tags for pip and popups in hyprland config
|
||||||
- make wl-clip-persist, polkit agent, and networkmanager applet systemd services?
|
- 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
|
- gtk cursors are MESSED UP. top priority rn
|
||||||
|
|
|
@ -15,13 +15,13 @@
|
||||||
# system
|
# system
|
||||||
btop duf lm_sensors ethtool pciutils usbutils powertop killall
|
btop duf lm_sensors ethtool pciutils usbutils powertop killall
|
||||||
# debug
|
# debug
|
||||||
strace ltrace lsof helvum
|
strace ltrace lsof
|
||||||
# apps
|
# apps
|
||||||
firefox qalculate-gtk krita inkscape onlyoffice-desktopeditors vlc nicotine-plus transmission_4-gtk font-manager obs-studio kdePackages.kdenlive
|
firefox qalculate-gtk krita inkscape onlyoffice-desktopeditors vlc nicotine-plus transmission_4-gtk font-manager obs-studio kdePackages.kdenlive
|
||||||
# compatibility
|
# compatibility
|
||||||
wineWowPackages.waylandFull winetricks
|
wineWowPackages.waylandFull winetricks
|
||||||
# misc
|
# misc
|
||||||
bat file which packwiz yt-dlp fastfetch hyfetch
|
bat file which packwiz yt-dlp hyfetch
|
||||||
# games
|
# games
|
||||||
prismlauncher
|
prismlauncher
|
||||||
] ++ (with pkgs.my; [
|
] ++ (with pkgs.my; [
|
||||||
|
|
|
@ -27,7 +27,7 @@ in {
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${lib.getExe cfg.package} --listen-shell";
|
ExecStart = "${lib.getExe cfg.package} -listen-shell";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
};
|
};
|
||||||
|
|
|
@ -152,7 +152,7 @@ window#waybar.floating #window {
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight, #custom-weather {
|
#backlight {
|
||||||
color: @yellow;
|
color: @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,7 @@ in {
|
||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
interval = 4;
|
interval = 4;
|
||||||
format = " {usage}%";
|
format = " {usage}% {avg_frequency}GHz";
|
||||||
on-click = "${lib.getExe pkgs.gnome-system-monitor}";
|
on-click = "${lib.getExe pkgs.gnome-system-monitor}";
|
||||||
};
|
};
|
||||||
memory = {
|
memory = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue