Update all dotfiles
This commit is contained in:
6
configs/dotfiles/hyprland/laptop/.config/nwg-dock-hyprland/launch.sh
Executable file
6
configs/dotfiles/hyprland/laptop/.config/nwg-dock-hyprland/launch.sh
Executable file
@ -0,0 +1,6 @@
|
||||
# ___ __
|
||||
# / _ \___ ____/ /__
|
||||
# / // / _ \/ __/ '_/
|
||||
# /____/\___/\__/_/\_\
|
||||
#
|
||||
nwg-dock-hyprland -r -i 28 -w 6 -mb 6 -ml 10 -mr 10 -x -lp "start" -c "rofi -show drun"
|
43
configs/dotfiles/hyprland/laptop/.config/nwg-dock-hyprland/style.css
Executable file
43
configs/dotfiles/hyprland/laptop/.config/nwg-dock-hyprland/style.css
Executable file
@ -0,0 +1,43 @@
|
||||
window {
|
||||
background: rgba(46,47,61,0.96);
|
||||
border-radius: 10px;
|
||||
border-style: solid;
|
||||
border-width: 3px;
|
||||
border-color: #82aaff;
|
||||
opacity:0.8;
|
||||
}
|
||||
|
||||
#box {
|
||||
/* Define attributes of the box surrounding icons here */
|
||||
padding: 8px
|
||||
}
|
||||
|
||||
#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: 3px;
|
||||
margin-right: 3px;
|
||||
color: #eee;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
box-shadow: none
|
||||
}
|
Reference in New Issue
Block a user