From b02fec8412eca2bceae36f8c92bfab83f1db854c Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 7 May 2025 10:25:24 +0200 Subject: [PATCH] added nwg-panel --- desktopenvs/hyprland/nwg-panel/menu-start.css | 22 +++++++++++++++++++ setup/modules/Desktop-Enviroments/hyprland.sh | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 desktopenvs/hyprland/nwg-panel/menu-start.css diff --git a/desktopenvs/hyprland/nwg-panel/menu-start.css b/desktopenvs/hyprland/nwg-panel/menu-start.css new file mode 100644 index 0000000..874514e --- /dev/null +++ b/desktopenvs/hyprland/nwg-panel/menu-start.css @@ -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) +} \ No newline at end of file diff --git a/setup/modules/Desktop-Enviroments/hyprland.sh b/setup/modules/Desktop-Enviroments/hyprland.sh index a266612..01f2aad 100644 --- a/setup/modules/Desktop-Enviroments/hyprland.sh +++ b/setup/modules/Desktop-Enviroments/hyprland.sh @@ -46,6 +46,10 @@ ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-dock-hyprland ~/.config/ rm -rf ~/.config/nwg-drawer 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 ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/ #ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config