dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit c0baea88005bafae32f0dd48de66075b1db21f5a
parent e50af4fb1814da0dc3a1049601a8324d9d4f8cca
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sun, 17 Mar 2024 18:45:48 -0400

update laptop rice

Diffstat:
Mdevice-specific/laptop/emacs.el | 2+-
Mdevice-specific/laptop/hardware | 3++-
Mdevice-specific/laptop/i3status | 6+++++-
3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/device-specific/laptop/emacs.el b/device-specific/laptop/emacs.el @@ -1,4 +1,4 @@ -(setq default-frame-alist '((font . "Iosevka:pixelsize=18"))) +(setq default-frame-alist '((font . "Iosevka Nerd Font:pixelsize=18"))) ;; (setq default-frame-alist '((font . "Liberation Mono-12"))) ;; (split-window-horizontally) diff --git a/device-specific/laptop/hardware b/device-specific/laptop/hardware @@ -23,4 +23,5 @@ input "2:10:TPPS/2_Elan_TrackPoint" { pointer_accel -0.2 } -exec /usr/libexec/polkit-gnome-authentication-agent-1 & +exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +exec artix-pipewire-launcher.sh & diff --git a/device-specific/laptop/i3status b/device-specific/laptop/i3status @@ -13,7 +13,7 @@ general { order += "wireless _first_" order += "ethernet _first_" -order += "disk /" +order += "disk /home" order += "load" order += "memory" order += "volume master" @@ -39,6 +39,10 @@ disk "/" { format = "%avail" } +disk "/home" { + format = "%avail" +} + load { format = "%1min" }