Added a scrollbar to the network and bluetooth menu. (#593)

* Added a scrollbar to the network and bluetooth menu.

* Update themes

* Adjust height of network menu scroller.
This commit is contained in:
Jas Singh
2024-12-22 02:19:51 -08:00
committed by GitHub
parent 3e2f641237
commit dec781071a
52 changed files with 2824 additions and 2668 deletions

View File

@@ -354,5 +354,7 @@
"theme.bar.buttons.modules.hypridle.background": "#44475a",
"theme.bar.buttons.modules.hypridle.icon_background": "#bd93f9",
"theme.bar.buttons.modules.hypridle.text": "#bd93f9",
"theme.bar.buttons.modules.hypridle.border": "#bd93f9"
}
"theme.bar.buttons.modules.hypridle.border": "#bd93f9",
"theme.bar.menus.menu.network.scroller.color": "#bd93f9",
"theme.bar.menus.menu.bluetooth.scroller.color": "#8be9fd"
}