Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning config #43

Merged
merged 4 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/nixos/desktop/addons/waybar/nixbar/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ in
"custom/notification" = {
exec = "~/.config/waybar/scripts/notification.sh";
on-click = "dunstctl set-paused toggle";
on-click-right = "notify-send -t 1 'swww' '1' & ~/flake/home/desktop/graphical/wms/hyprland/scripts/wall";
on-click-right = "wallpaper";
return-type = "json";
max-length = 50;
format = "{}";
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/desktop/addons/wofi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ in
border: 5px solid #181926;
border-radius: 15px;
background-color: rgba(24, 25, 38, 1);
font-family: "FiraCode Nerd Font Mono", "Font Awesome 6 Free Solid";
font-family: "FiraMono Nerd Font", "Font Awesome 6 Free Solid";
font-size: 12px;
}

Expand Down
6 changes: 2 additions & 4 deletions modules/nixos/desktop/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ in
",Print,exec,screenshot"
"SUPER,Print,exec,screenshot-edit"
"SUPER SHIFT,C,exec,wallpaper"
"SUPER,space,exec,bemenu-run"
"SUPER,z,exec,waybar"
# "SUPER,space,exec,bemenu-run"
# "SUPER,space,exec, tofi-drun --drun-launch=true"
# SUPER,space,exec,wofi --show drun -I -s ~/.config/wofi/style.css DP-3
"SUPER,space,exec,wofi --show drun -I -s ~/.config/wofi/style.css DP-3"
];

bindm = [
Expand Down Expand Up @@ -344,7 +344,6 @@ in

# Hyprland configuration files
home.configFile = {
# "hypr/autostart".source = ./autostart;
"hypr/store/dynamic_out.txt".source = ./store/dynamic_out.txt;
"hypr/store/prev.txt".source = ./store/prev.txt;
"hypr/store/latest_notif".source = ./store/latest_notif;
Expand All @@ -354,7 +353,6 @@ in
"hypr/scripts/tools/expand".source = ./scripts/tools/expand;
"hypr/scripts/tools/notif".source = ./scripts/tools/notif;
"hypr/scripts/tools/start_dyn".source = ./scripts/tools/start_dyn;
"hypr/scripts/tools/swww".source = ./scripts/tools/swww;
};
};
}
Expand Down
Binary file removed modules/nixos/desktop/hyprland/scripts/tools/swww
Binary file not shown.
29 changes: 0 additions & 29 deletions modules/nixos/desktop/hyprland/themes/winter/eww/launch_bar

This file was deleted.

4 changes: 3 additions & 1 deletion modules/nixos/suites/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ in
addons = {
foot = enabled;
alacritty = enabled;
bemenu = enabled;
bemenu = disabled;
rofi = disabled;
wofi = enabled;
swww = enabled;
wezterm = disabled;
waybar = enabled;
Expand Down