feat(hypr): Setup theme packages and init
This commit is contained in:
parent
e5bc81b8eb
commit
2c044113f7
2 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
pkgs.yazi
|
pkgs.yazi
|
||||||
|
# Theme
|
||||||
|
pkgs.bibata-cursors
|
||||||
|
pkgs.qogir-theme
|
||||||
|
pkgs.qogir-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
|
|
@ -6,4 +6,5 @@ exec-once = wallpaperctl daemon
|
||||||
exec-once = swayosd-server
|
exec-once = swayosd-server
|
||||||
exec-once = udiskie
|
exec-once = udiskie
|
||||||
exec-once = eww-bard
|
exec-once = eww-bard
|
||||||
|
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
||||||
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
Loading…
Reference in a new issue