mess migration

This commit is contained in:
atagen 2023-09-11 21:30:13 +10:00
parent fbc47ef8f7
commit 6bee06e028
77 changed files with 144 additions and 60 deletions

0
home/dots/Xresources Normal file → Executable file
View file

0
home/dots/eww/colors.scss Normal file → Executable file
View file

0
home/dots/hyprland/hyprland.conf Normal file → Executable file
View file

0
home/dots/ironbar.corn Normal file → Executable file
View file

0
home/dots/ironbar.css Normal file → Executable file
View file

0
home/dots/swaync/config.json Normal file → Executable file
View file

0
home/dots/swaync/configSchema.json Normal file → Executable file
View file

0
home/dots/swaync/style.css Normal file → Executable file
View file

8
home/dots/wlogout/layout Normal file → Executable file
View file

@ -30,9 +30,9 @@
"keybind" : "r"
},
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
"label" : "windows",
"action" : "systemctl reboot --boot-loader-entry=auto-windows",
"text" : "Windows",
"keybind" : "w"
}
]

4
home/dots/wlogout/style.css Normal file → Executable file
View file

@ -42,3 +42,7 @@ button:focus, button:active, button:hover {
#reboot {
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
}
#windows {
background-image: image(url("#WINLOGO"))
}

0
home/dots/xonshrc Normal file → Executable file
View file

0
home/dots/xonshrc.py Normal file → Executable file
View file

4
home/dots/zsh Normal file → Executable file
View file

@ -2,12 +2,12 @@
la_culr()
{
exa -lha --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
eza -lha --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
}
ls_culr()
{
exa -lh --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
eza -lh --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
}
ps_culr()