Add gammastep, make waybar acceptable

This commit is contained in:
2024-06-13 23:43:13 +02:00
parent c3f9cf2e5e
commit 0d22026d81
6 changed files with 300 additions and 158 deletions

View File

@ -40,8 +40,11 @@ in
# hyprpicker # TODO
# hyprcursor # TODO
brightnessctl
grimblast
];
services.copyq.enable = true;
programs.hyprlock.enable = true;
programs.hyprlock.settings = {
general = {
@ -179,6 +182,8 @@ in
];
# Environment Variables
###
env = "XDG_CURRENT_DESKTOP,Hyprland";
# env = "XCURSOR_SIZE,24";
# env = "HYPRCURSOR_SIZE,24";
@ -202,6 +207,15 @@ in
layout = "master";
};
decoration = {
# power saving
# blur = {
# enable = false;
# };
# power saving
drop_shadow = false;
};
# Dwindle layout
dwindle = {
pseudotile = true; # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
@ -223,6 +237,7 @@ in
# we do, in fact, want direct scanout
# no_direct_scanout = false;
vfr = true; # power saving
};
# Input