mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 09:53:10 -05:00
Compare commits
2 commits
7f506d7256
...
5f17112f69
Author | SHA1 | Date | |
---|---|---|---|
5f17112f69 | |||
68c7a3703c |
5 changed files with 21 additions and 23 deletions
|
@ -69,21 +69,21 @@ bspc desktop -f 1
|
||||||
grep -x sxhkd > /dev/null || sxhkd &
|
grep -x sxhkd > /dev/null || sxhkd &
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
||||||
|
dunst &
|
||||||
xsettingsd &
|
xsettingsd &
|
||||||
|
sh ~/.fehbg &
|
||||||
|
dex -a &
|
||||||
|
redshift -r &
|
||||||
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "hydrus")) }}
|
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "hydrus")) }}
|
||||||
$HOME/.local/bin/pipewire-launcher &
|
$HOME/.local/bin/pipewire-launcher &
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }}
|
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }}
|
||||||
$HOME/.local/bin/xidlehook-laptop &
|
$HOME/.local/bin/xidlehook-laptop &
|
||||||
|
$HOME/.local/bin/single-polybar-launcher &
|
||||||
cbatticon -u 20 -i standard -c "loginctl suspend" &
|
cbatticon -u 20 -i standard -c "loginctl suspend" &
|
||||||
sleep 5 && pa-notify -t 3 &
|
sleep 5 && pa-notify -t 3 &
|
||||||
$HOME/.local/bin/tint2-launcher &
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||||
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
|
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
|
||||||
$HOME/.local/bin/dual-polybar-launcher &
|
$HOME/.local/bin/dual-polybar-launcher &
|
||||||
{{- end }}
|
{{- end }}
|
||||||
sh ~/.fehbg &
|
|
||||||
redshift -r &
|
|
||||||
dunst &
|
|
||||||
dex -a &
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name = vimix-dark-beryl
|
gtk-theme-name = Everforest-Dark-Borderless
|
||||||
gtk-icon-theme-name = Papirus-Dark
|
gtk-icon-theme-name = Everforest-Dark
|
||||||
gtk-xft-hinting = 1
|
gtk-font-name = DejaVu Sans 11
|
||||||
gtk-xft-hintstyle = hintfull
|
|
||||||
gtk-xft-antialias = 1
|
|
||||||
gtk-xft-rgba = rgb
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-preferdark-theme = 1
|
gtk-application-preferdark-theme = true
|
||||||
gtk-theme-name = vimix-dark-beryl
|
gtk-theme-name = Everforest-Dark-Borderless
|
||||||
gtk-icon-theme-name = Papirus-Dark
|
gtk-icon-theme-name = Everforest-Dark
|
||||||
gtk-xft-hinting = 1
|
gtk-font-name = "DejaVu Sans 11"
|
||||||
gtk-xft-hintstyle = hintfull
|
|
||||||
gtk-xft-antialias = 1
|
|
||||||
gtk-xft-rgba = rgb
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Net/IconThemeName "Papirus-Dark"
|
Xft/autohint 0
|
||||||
Net/ThemeName "vimix-dark-beryl"
|
Xft/lcdfilter "lcddefault"
|
||||||
Xft/Hinting 1
|
Xft/Hinting 1
|
||||||
Xft/HintStyle "hintfull"
|
Xft/HintStyle "hintfull"
|
||||||
Xft/Antialias 1
|
Xft/Antialias 1
|
||||||
|
|
4
dot_gtkrc-2.0
Normal file
4
dot_gtkrc-2.0
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# GTK2 Settings
|
||||||
|
gtk-theme-name="Everforest-Dark-Borderless"
|
||||||
|
gtk-icon-theme-name="Everforest-Dark"
|
||||||
|
gtk-font-name="DejaVu Sans 11"
|
Loading…
Reference in a new issue