added nwg-panel
parent
d304c3ff29
commit
b02fec8412
|
|
@ -0,0 +1,22 @@
|
||||||
|
window {
|
||||||
|
background-color: rgba (36, 47, 79, 0.92);
|
||||||
|
color: #eeeeee
|
||||||
|
}
|
||||||
|
|
||||||
|
list {
|
||||||
|
background: none;
|
||||||
|
border-radius: 15px
|
||||||
|
}
|
||||||
|
|
||||||
|
entry {
|
||||||
|
background-color: rgba (0, 0, 0, 0.2)
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background: none;
|
||||||
|
border: none
|
||||||
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background-color: rgba (255, 255, 255, 0.1)
|
||||||
|
}
|
||||||
|
|
@ -46,6 +46,10 @@ ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-dock-hyprland ~/.config/
|
||||||
rm -rf ~/.config/nwg-drawer
|
rm -rf ~/.config/nwg-drawer
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-drawer ~/.config
|
ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-drawer ~/.config
|
||||||
|
|
||||||
|
rm -rf ~/.config/nwg-panel
|
||||||
|
ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-panel ~/.config
|
||||||
|
|
||||||
|
|
||||||
rm -rf ~/.config/btop
|
rm -rf ~/.config/btop
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/
|
||||||
#ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config
|
#ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue