From 613201760bdd63a0dd007af7e6c5a512010facca Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Thu, 15 Jan 2026 20:26:58 +0100 Subject: [PATCH] git graph shortcut and hyprsunset configuration --- .config/hypr/hyprsunset.conf | 12 ++++++++++++ .zshrc | 1 + 2 files changed, 13 insertions(+) create mode 100644 .config/hypr/hyprsunset.conf diff --git a/.config/hypr/hyprsunset.conf b/.config/hypr/hyprsunset.conf new file mode 100644 index 0000000..1df1c7a --- /dev/null +++ b/.config/hypr/hyprsunset.conf @@ -0,0 +1,12 @@ +max-gamma = 150 + +profile { + time = 8:00 + identity = true +} + +profile { + time = 21:00 + temperature = 5500 + gamma = 0.8 +} diff --git a/.zshrc b/.zshrc index 805c5d8..729c47d 100644 --- a/.zshrc +++ b/.zshrc @@ -102,6 +102,7 @@ alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes ' alias lsa='ls -a' alias lsl='eza --icons=automatic --long --header --group -M' alias tree='ls --level=3' +alias glo='git log --graph --oneline --all --decorate' # Random stuff alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'" alias sshfs="sshfs -o follow_symlinks"