Skip to content

Commit

Permalink
Add brightnessctl to Hyprland packages and clean up EWW and wlogout c…
Browse files Browse the repository at this point in the history
…onfigurations
  • Loading branch information
ryanwclark committed Dec 22, 2024
1 parent b35ae94 commit 9c56d5d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
1 change: 1 addition & 0 deletions home/features/desktop/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
};

packages = with pkgs; [
brightnessctl
wf-recorder # Utility program for screen recording of wlroots-based compositors
wl-clipboard # Wayland clipboard
grim # Screenshot tool,
Expand Down
6 changes: 2 additions & 4 deletions home/features/desktop/hyprland/eww/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
enableZshIntegration = true;
enableBashIntegration = true;
enableFishIntegration = true;
configDir = "${config.home.homeDirectory}/.config/eww";
# configDir = "${config.home.homeDirectory}/.config/eww";
};
};

home.packages = with pkgs; [
brightnessctl
];


# configuration
home.file.".config/eww/eww.scss".source = ./eww.scss;
Expand Down
10 changes: 4 additions & 6 deletions home/features/desktop/hyprland/wlogout/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
...
}:

with config.lib.stylix.colors.withHashtag;

{
home.file.".config/wlogout/icons" = {
source = ./icons;
Expand Down Expand Up @@ -64,22 +62,22 @@ with config.lib.stylix.colors.withHashtag;
background-color: rgba(12, 12, 12, 0.1);
}
button {
color: ${base05};
color: ${config.lib.stylix.colors.withHashtag.base05};
font-size:20px;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
border-style: solid;
background-color: rgba(12, 12, 12, 0.3);
border: 3px solid ${base05};
border: 3px solid ${config.lib.stylix.colors.withHashtag.base05};
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* button:hover */
button:focus,
button:active {
color: ${base0E};
color: ${config.lib.stylix.colors.withHashtag.base0E};
background-color: rgba(12, 12, 12, 0.5);
border: 3px solid ${base0E};
border: 3px solid ${config.lib.stylix.colors.withHashtag.base0E};
}
#logout {
margin: 10px;
Expand Down
12 changes: 6 additions & 6 deletions home/features/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
sha256 = "sha256-Klx5ZvV06lXIJ3Q/mzq3KBjPpdROoxDkgEu7MBO+RhI=";
version = "1.2.0";
}
{
name = "ansible";
publisher = "redhat";
sha256 = "sha256-c7TB9gZGU68Kj2HXhhsmUusfH6S4fcW7mR6JTmDZ68w=";
version = "24.12.0";
}
# {
# name = "ansible";
# publisher = "redhat";
# sha256 = "sha256-c7TB9gZGU68Kj2HXhhsmUusfH6S4fcW7mR6JTmDZ68w=";
# version = "24.12.0";
# }
{
name = "bun-vscode";
publisher = "oven";
Expand Down

0 comments on commit 9c56d5d

Please sign in to comment.