This commit is contained in:
2022-01-09 12:08:07 -05:00
6 changed files with 27 additions and 5 deletions

View File

@ -1,12 +1,12 @@
#!/bin/sh
count=200
count=100
for i in $(seq $count); do
case $1 in
'up')
brightnessctl s +4
brightnessctl s +5
;;
'down')
brightnessctl s 4-
brightnessctl s 5-
;;
esac
done

View File

@ -210,7 +210,7 @@ a serif font when Im writing a lot of words.
(after! org
(run-with-idle-timer 300 t (lambda () ((save-window-excursion org-agenda) nil "a")) )
(setq org-directory (expand-file-name "~/var/org/")
org-agenda-files (file-expand-wildcards "~/var/org/2021-*")
org-agenda-files (file-expand-wildcards "~/var/org/2022-*")
org-pretty-entities t
org-agenda-dim-blocked-tasks nil
org-log-done 'time

View File

@ -1,4 +1,5 @@
if status is-interactive
source ~/.asdf/asdf.fish
set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH
set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH

View File

@ -0,0 +1,5 @@
file:///home/powellc/Documents
file:///home/powellc/Music
file:///home/powellc/Pictures
file:///home/powellc/Videos
file:///home/powellc/Downloads

View File

@ -0,0 +1,16 @@
[Settings]
gtk-theme-name=Yaru-dark
gtk-icon-theme-name=Yaru
gtk-font-name=Ubuntu Condensed, 11
gtk-cursor-theme-name=DMZ-Black
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

View File

@ -328,7 +328,7 @@ exec --no-startup-id nm-applet
exec --no-startup-id copyq
# RELOAD
exec_always --no-startup-id picom --config ~/.config/compton/compton.conf
exec --no-startup-id picom --config ~/.config/compton/compton.conf
exec --no-startup-id dunst
exec --no-startup-id syncthing -no-qute
exec xrdb --merge ~/.Xresoureces