Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-21 | Fix f() and g() functions, with help of remembering(1) and highlight(1) | EuAndreh | 2 | -33/+166 | |
2023-02-20 | etc/xmobar/xmobarrc: Show free disk over used | EuAndreh | 1 | -1/+1 | |
2023-02-20 | etc/guix/home.scm: Add "font-emoji" package | EuAndreh | 1 | -0/+2 | |
2023-02-20 | etc/sh/rc: Show hostname in $PS1 if on SSH session on different desktop | EuAndreh | 1 | -1/+9 | |
2023-02-20 | etc/sh/rc: Join both "if $DISPLAY" sections | EuAndreh | 1 | -3/+6 | |
2023-02-20 | bin/upgrade: Restrict upgrade to up-to 2 hours | EuAndreh | 1 | -1/+4 | |
2023-02-20 | Use xss-lock, i3lock and loginctl to lock screen after 5 minutes in velhinho | EuAndreh | 1 | -7/+4 | |
2023-02-20 | Use xss-lock, i3lock and xset to lock after 5 minutes on usurpador | EuAndreh | 4 | -4/+10 | |
2023-02-20 | etc/i3/config: Cleanup | EuAndreh | 1 | -17/+3 | |
2023-02-20 | etc/guix/system.scm: Remove "cache" and "brightness" WIP groups | EuAndreh | 1 | -10/+1 | |
2023-02-20 | Use "player synopsis" for MPRIS status string | EuAndreh | 4 | -31/+35 | |
2023-02-20 | bin/wms: Use player(1) over accessing the cache file | EuAndreh | 1 | -1/+1 | |
2023-02-19 | bin/check: Add "Examples" section to the help string | EuAndreh | 1 | -0/+12 | |
2023-02-19 | etc/ssh/known_hosts: Add pilotis.net | EuAndreh | 1 | -0/+9 | |
2023-02-18 | etc/: Remove broken symlinks of config moved to thunderbird | EuAndreh | 3 | -3/+0 | |
2023-02-18 | etc/nix/configuration.nix: Add "dart" package | EuAndreh | 1 | -0/+1 | |
2023-02-18 | Move xmobar back from Guix to Nix | EuAndreh | 2 | -1/+1 | |
xmobar is probably missing some build inputs, as it can't show the volume. According to the documentation [0], the "alsa-mixer" and "libasound" packages need to be installed for that to work. I tried adding "alsa-lib" as an input to the xmobar package, but it didn't work. Everything else works correctly (even the font choice, which doesn't work with the Nix version of the package), but xmobar emits a constant warning (about 1/s): ALSA lib control.c:1410:(snd_ctl_open_conf) Unknown field libs and the "Volume" section shows as "Vol: N/A% N/A" instead of "Updating...", which is what usually happens when an error occurs. So I'm sticking to the Nix version of xmobar, since I'm not (yet) using xmobar in my Guix installation (yet). [0]: https://archives.haskell.org/projects.haskell.org/xmobar/ | |||||
2023-02-18 | etc/nix/configuration.nix: Fix path to emotion.png | EuAndreh | 1 | -1/+1 | |
2023-02-18 | etc/nix/configuration.nix: Disable avahi service | EuAndreh | 1 | -19/+0 | |
Previously used by CUPS. | |||||
2023-02-18 | etc/nix/configuration.nix: Remove unused pkgs-19 local variable | EuAndreh | 1 | -7/+1 | |
2023-02-18 | etc/nix/configuration.nix: Inline list in work.packages.proprietary | EuAndreh | 1 | -15/+7 | |
2023-02-18 | etc/nix/configuration.nix: Remove unused packages | EuAndreh | 1 | -6/+0 | |
Since Bash itself is now comming from Guix Home, and etc/sh/rc has code to include completions. | |||||
2023-02-18 | Move xmonad-related packages from Nix to Guix | EuAndreh | 2 | -13/+5 | |
2023-02-18 | etc/nix/configuration.nix: Remove uneffective logind configuration | EuAndreh | 1 | -5/+0 | |
2023-02-18 | Transfer "rq" package from nix to guix | EuAndreh | 2 | -1/+1 | |
2023-02-18 | opt/aux/gen-e-list.sh: Add configuration.nix to the list | EuAndreh | 1 | -0/+1 | |
2023-02-18 | etc/nix/configuration.nix: Remove and disable CUPS configuration | EuAndreh | 1 | -46/+0 | |
2023-02-18 | etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" fails | EuAndreh | 1 | -1/+1 | |
2023-02-17 | bin/upgrade: Explicitly define $HOSTNAME | EuAndreh | 1 | -1/+3 | |
2023-02-17 | bin/upgrade: Do some ugly ifs to decide what to upgrade | EuAndreh | 1 | -4/+15 | |
2023-02-17 | etc/nix/configuration.nix: Enable postfix service | EuAndreh | 1 | -0/+1 | |
2023-02-17 | Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/ | EuAndreh | 1 | -0/+2 | |
2023-02-17 | Makefile: Fix "clean" target | EuAndreh | 1 | -1/+1 | |
Since "$(XDG_STATE_HOME)/ssh/conn" is a directory, rm(1) needs the -r option to operate on it. | |||||
2023-02-17 | Makefile: Assert ~/Documents/txt/ exists | EuAndreh | 1 | -0/+3 | |
2023-02-17 | bin/li: Assert $IMAGE dir exists before trying to write to it | EuAndreh | 1 | -0/+3 | |
2023-02-17 | Remove all code referring to backlight tweaking | EuAndreh | 3 | -24/+0 | |
2023-02-17 | etc/nix/configuration.nix: Lock after 5 minutes via logind | EuAndreh | 1 | -0/+5 | |
2023-02-17 | Use "brightnessctl" both on xmonad and i3 | EuAndreh | 3 | -5/+5 | |
2023-02-17 | bin/: Use explicit "--" separator for assert-arg usages | EuAndreh | 22 | -34/+34 | |
In order to prevent legitimate cases to fail as errors, such as: NUM='-10' eval "$(assert-arg "$NUM" '-n NUM')" To prevent assert-arg(1) from treating "-10" as the options "-1 and -0, they need to be put after the "--" separator. This way, all usages of assert-arg(1) that had its first argument as a variable were adapted, and the usage and examples of assert-arg itself were updated to encourage this best practice. | |||||
2023-02-17 | etc/nix/configuration.nix: Add flutter2 and hover packages | EuAndreh | 1 | -0/+2 | |
2023-02-17 | etc/nix/configuration.nix: Remove ad-hoc mpris-prox user service | EuAndreh | 1 | -11/+0 | |
2023-02-17 | etc/nix/configuration.nix: Enable extra fonts | EuAndreh | 1 | -0/+5 | |
2023-02-17 | etc/guix/home.scm: Comment out guile-heredoc-latest offline package | EuAndreh | 1 | -1/+1 | |
2023-02-17 | etc/xmobar/xmobarrc: Fix mpris title display | EuAndreh | 1 | -1/+1 | |
For some ~bad and brittle~ reason, xmobar's CommandReader doesn't really update if something is sent to its STDERR. So one needs to explicitly discard it in order for CommandReader to be useful and work properly. Fixes issue mentioned in b7690e3ad34a4fd207dfd73476756836696f0731. | |||||
2023-02-17 | etc/guix/home.scm: Add Guile package included by default in Guix | EuAndreh | 1 | -0/+2 | |
2023-02-17 | etc/guix/home.scm: Add GUI apps from configuration.nix migration | EuAndreh | 1 | -2/+5 | |
2023-02-17 | etc/guix/home.scm: Add markers for missing packages in Guix from migration | EuAndreh | 1 | -0/+4 | |
2023-02-17 | etc/guix/home.scm: Downgrade OpenJDK to 11 | EuAndreh | 1 | -1/+1 | |
2023-02-17 | etc/guix/home.scm: Add utility packages migrated from configuration.nix | EuAndreh | 1 | -0/+7 | |
2023-02-17 | etc/guix/home.scm: Add custom curl and fortinevpn packages | EuAndreh | 1 | -3/+20 | |