Update all dotfiles

This commit is contained in:
2025-05-22 17:56:05 -05:00
parent 0280a88a7b
commit 4bb042584b
1651 changed files with 60533 additions and 2672 deletions

View File

@ -0,0 +1,9 @@
# ___ __
# / _ \___ ____/ /__
# / // / _ \/ __/ '_/
# /____/\___/\__/_/\_\
#
if [ -f $HOME/.config/ml4w/settings/nwg-dock-hyprland.sh ] ;then
nwg-dock-hyprland -i 32 -w 5 -mb 10 -ml 10 -mr 10 -x -c "rofi -show drun"
fi

View File

@ -0,0 +1,43 @@
window {
background: rgba(0, 0, 0, 0.8);
border-radius: 10px;
border-style: solid;
border-width: 3px;
border-color: #ffffff;
opacity:0.8;
}
#box {
/* Define attributes of the box surrounding icons here */
padding: 10px
}
#active {
/* This is to underline the button representing the currently active window */
border-bottom: solid 0px;
border-color: #FFFFFF
}
button, image {
background: none;
border-style: none;
box-shadow: none;
color: #999
}
button {
padding: 4px;
margin-left: 4px;
margin-right: 4px;
color: #eee;
font-size: 12px
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
border-radius: 10px;
}
button:focus {
box-shadow: none
}