misc. aristotle things

This commit is contained in:
stupidcomputer 2024-08-31 20:13:14 -05:00
parent f5da4b013b
commit a167c6161f
3 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,9 @@ PS1="\h:\w\$ "
# hostname shenanigans # hostname shenanigans
case "$HOSTNAME" in case "$HOSTNAME" in
"aristotle")
PS1="\[\033[36;1m\]$PS1\[\033[0;0m\]"
;;
"copernicus") "copernicus")
PS1="\[\033[92;1m\]$PS1\[\033[0;0m\]" PS1="\[\033[92;1m\]$PS1\[\033[0;0m\]"
;; ;;

View File

@ -35,7 +35,7 @@
services.printing.enable = true; services.printing.enable = true;
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns = true; nssmdns4 = true;
openFirewall = true; openFirewall = true;
}; };
@ -52,5 +52,7 @@
networking.hostName = "aristotle"; networking.hostName = "aristotle";
powerManagement.cpuFreqGovernor = "powersave";
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }

View File

@ -55,6 +55,9 @@ case "$(hostname)" in
bspc monitor VGA-1 -d 1 3 5 7 9 bspc monitor VGA-1 -d 1 3 5 7 9
bspc monitor HDMI-1 -d 2 4 6 8 0 bspc monitor HDMI-1 -d 2 4 6 8 0
;; ;;
"aristotle")
bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9
;;
"mlg") "mlg")
case "$1" in case "$1" in
"invert") "invert")