Merge branch 'master' of https://code.unbl.ink/secstate/dotfiles
This commit is contained in:
@ -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
|
||||
|
||||
@ -210,7 +210,7 @@ a serif font when I’m 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
|
||||
|
||||
@ -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
|
||||
|
||||
5
gtk/.config/gtk-3.0/bookmarks
Normal file
5
gtk/.config/gtk-3.0/bookmarks
Normal 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
|
||||
16
gtk/.config/gtk-3.0/settings.ini
Normal file
16
gtk/.config/gtk-3.0/settings.ini
Normal 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
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user