tweaks to things
This commit is contained in:
parent
7f93040bc0
commit
0047b0f10d
|
@ -275,7 +275,7 @@ in
|
||||||
output = ["DP-1" "eDP-1"];
|
output = ["DP-1" "eDP-1"];
|
||||||
position = if laptop then "bottom" else "top";
|
position = if laptop then "bottom" else "top";
|
||||||
height = 35;
|
height = 35;
|
||||||
width = if laptop then 1300 else 1100;
|
width = if laptop then 1300 else 2100;
|
||||||
# Choose the order of the modules "custom/wintitle",
|
# Choose the order of the modules "custom/wintitle",
|
||||||
modules-left = ["hyprland/workspaces" "hyprland/window"];
|
modules-left = ["hyprland/workspaces" "hyprland/window"];
|
||||||
modules-center = ["clock"];
|
modules-center = ["clock"];
|
||||||
|
@ -303,6 +303,7 @@ in
|
||||||
"8" = "";
|
"8" = "";
|
||||||
"9" = "";
|
"9" = "";
|
||||||
};
|
};
|
||||||
|
all-outputs = true;
|
||||||
# on-scroll-up = "hyprctl dispatch workspace e+1";
|
# on-scroll-up = "hyprctl dispatch workspace e+1";
|
||||||
# on-scroll-down = "hyprctl dispatch workspace e-1";
|
# on-scroll-down = "hyprctl dispatch workspace e-1";
|
||||||
};
|
};
|
||||||
|
@ -890,17 +891,17 @@ tooltip label {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nextlcoud-client = {
|
# nextcloud-client = {
|
||||||
Unit = {
|
# Unit = {
|
||||||
Description = "Nextcloud Client";
|
# Description = "Nextcloud Client";
|
||||||
After = [ "graphical-session.target" ];
|
# After = [ "graphical-session.target" ];
|
||||||
# PartOf = [ "plasma-workspace.target" ];
|
# # PartOf = [ "plasma-workspace.target" ];
|
||||||
};
|
# };
|
||||||
Service = {
|
# Service = {
|
||||||
Environment = ["PATH=/etc/profiles/per-user/chris/bin"
|
# Environment = ["PATH=/etc/profiles/per-user/chris/bin"
|
||||||
"WAYLAND_DISPLAY=wayland-1"];
|
# "WAYLAND_DISPLAY=wayland-1"];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,6 +107,7 @@ with lib;
|
||||||
php-mode
|
php-mode
|
||||||
lua-mode
|
lua-mode
|
||||||
nix-mode
|
nix-mode
|
||||||
|
nix-update
|
||||||
cmake-mode
|
cmake-mode
|
||||||
fennel-mode
|
fennel-mode
|
||||||
yaml-mode
|
yaml-mode
|
||||||
|
|
|
@ -137,7 +137,7 @@ with lib;
|
||||||
# natron
|
# natron
|
||||||
digikam
|
digikam
|
||||||
rubberband
|
rubberband
|
||||||
texlive.combined.scheme-full
|
texliveFull
|
||||||
wlroots
|
wlroots
|
||||||
picom-jonaburg
|
picom-jonaburg
|
||||||
pamixer
|
pamixer
|
||||||
|
|
Loading…
Reference in a new issue