fixing up the guix config
This commit is contained in:
parent
adc1daf421
commit
a055f7e71e
9 changed files with 125 additions and 64 deletions
|
@ -236,6 +236,6 @@ alias ytd "yt-dlp -o \"~/Videos/%(title)s.%(ext)s\" $1"
|
|||
# end
|
||||
|
||||
# fm6000 -r -c blue
|
||||
any-nix-shell fish --info-right | source
|
||||
# any-nix-shell fish --info-right | source
|
||||
|
||||
direnv hook fish | source
|
||||
|
|
10
.config/gtk-3.0/dist/gtk-dark.css
vendored
10
.config/gtk-3.0/dist/gtk-dark.css
vendored
|
@ -6354,3 +6354,13 @@ TerminalNotebook.notebook {
|
|||
color: mix(#f6f6f6,#282a36,0.15); }
|
||||
TerminalNotebook.notebook .active-page, TerminalNotebook.notebook .active-page GtkLabel {
|
||||
color: #f6f6f6; }
|
||||
|
||||
/*************
|
||||
! Thunar
|
||||
*************/
|
||||
.thunar toolbar{
|
||||
/* margin-top: 0px; */
|
||||
/* padding-bottom: 6px; */
|
||||
/* padding-left: 8px; */
|
||||
/* padding-right: 8px; */
|
||||
background-color: @dark_background_color; }
|
||||
|
|
10
.config/gtk-3.20/dist/gtk-dark.css
vendored
10
.config/gtk-3.20/dist/gtk-dark.css
vendored
|
@ -8513,3 +8513,13 @@ terminal-window scrollbar.vertical slider {
|
|||
|
||||
.raven-mpris {
|
||||
background-color: rgba(40, 42, 54, 0.7); }
|
||||
|
||||
/*************
|
||||
! Thunar
|
||||
*************/
|
||||
.thunar toolbar{
|
||||
/* margin-top: 0px; */
|
||||
/* padding-bottom: 6px; */
|
||||
/* padding-left: 8px; */
|
||||
/* padding-right: 8px; */
|
||||
background-color: @dark_background_color; }
|
||||
|
|
|
@ -148,7 +148,7 @@ bind = SUPER,w,exec,/home/chris/bin/window.sh
|
|||
bind = SUPER,E,exec,/home/chris/bin/emacslof
|
||||
bind = SUPER,d,exec,emacsclient -c -e '(dired-jump)'
|
||||
bind = SUPER,v,exec,emacsclient -e '(chris/dired-open-videos)'
|
||||
bind = SUPER,B,exec,/home/chris/bin/fflof
|
||||
bind = SUPER,B,exec,/home/chris/bin/qblof
|
||||
bind = SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
|
||||
bind = SUPERCTRL,i,exec,alacritty --class btop -e btop
|
||||
bind = ,Print,exec,screenshot
|
||||
|
@ -220,11 +220,10 @@ bindm=SUPER,mouse:273,resizewindow
|
|||
# blurls=notifications
|
||||
|
||||
exec-once = /home/chris/bin/startup.sh
|
||||
exec-once = swww init
|
||||
exec-once = swww img /home/chris/pics/wallpapers/nixorange.webp -t grow --transition-bezier .14,0,.14,.99
|
||||
exec-once = dunst
|
||||
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||
exec-once = dbus-update-activation-environment --all
|
||||
exec-once = jellyfin-mpv-shim
|
||||
exec-once = hyprctl setcursor phinger-cursors-light 24
|
||||
exec-once = swaybg -i ~/pics/wallpapers/guix.svg
|
||||
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue