add icon packs to hyprland
This commit is contained in:
parent
bb6da96f0b
commit
d444d69353
3 changed files with 10 additions and 18 deletions
|
|
@ -143,9 +143,6 @@
|
|||
"SUPER SHIFT, 8, movetoworkspace, 8"
|
||||
"SUPER SHIFT, 9, movetoworkspace, 9"
|
||||
|
||||
# Input method switching
|
||||
"SUPER, Space, exec, ibus engine xkb:us::eng"
|
||||
|
||||
# Brightness control
|
||||
", XF86MonBrightnessUp, exec, brightnessctl set +5%"
|
||||
", XF86MonBrightnessDown, exec, brightnessctl set 5%-"
|
||||
|
|
@ -178,6 +175,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Blueman applet for Bluetooth management
|
||||
services.blueman-applet.enable = true;
|
||||
|
||||
# Hypridle configuration (screen timeout and lock)
|
||||
services.hypridle = {
|
||||
enable = true;
|
||||
|
|
@ -245,6 +245,10 @@
|
|||
name = "Adwaita-dark";
|
||||
package = pkgs.gnome-themes-extra;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
};
|
||||
|
||||
# Waybar configuration for Hyprland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue