seems okay
This commit is contained in:
parent
8781b2d636
commit
cb88e8405e
@ -16,5 +16,5 @@
|
|||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Use xanmod kernel
|
# Use xanmod kernel
|
||||||
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_xanmod;
|
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
}
|
}
|
@ -9,13 +9,13 @@
|
|||||||
];
|
];
|
||||||
modules-center = [ "wlr/workspaces" ];
|
modules-center = [ "wlr/workspaces" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
backlight
|
"backlight"
|
||||||
pulseaudio # use pipewire, test needed.
|
"pulseaudio" # use pipewire, test needed.
|
||||||
battery
|
"cpu"
|
||||||
cpu
|
"memory"
|
||||||
memory
|
"tray"
|
||||||
tray
|
"battery"
|
||||||
clock
|
"clock"
|
||||||
"custom/power"
|
"custom/power"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -26,8 +26,8 @@
|
|||||||
format-muted = "{icon} {volume}%";
|
format-muted = "{icon} {volume}%";
|
||||||
on-click ="pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
on-click ="pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
default = [""; ""; ""]
|
default = ["" "" ""];
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"wlr/workspaces" = {
|
"wlr/workspaces" = {
|
||||||
@ -49,7 +49,7 @@
|
|||||||
network = {
|
network = {
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
format-wifi = " {essid}";
|
format-wifi = " {essid}";
|
||||||
format-ethernet = ""
|
format-ethernet = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
backlight = {
|
backlight = {
|
||||||
@ -64,13 +64,13 @@
|
|||||||
states = {
|
states = {
|
||||||
good = 95;
|
good = 95;
|
||||||
warning = 30;
|
warning = 30;
|
||||||
critical = 20
|
critical = 20;
|
||||||
};
|
};
|
||||||
format = "{icon} {capacity}%";
|
format = "{icon} {capacity}%";
|
||||||
format-charging = " {capacity}%";
|
format-charging = " {capacity}%";
|
||||||
format-plugged = " {capacity}%";
|
format-plugged = " {capacity}%";
|
||||||
format-alt = "{time} {icon}";
|
format-alt = "{time} {icon}";
|
||||||
format-icons = [""; ""; ""; ""; ""];
|
format-icons = ["" "" "" "" ""];
|
||||||
};
|
};
|
||||||
|
|
||||||
tray = {
|
tray = {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "23.05"; # Static
|
stateVersion = "23.05"; # Static
|
||||||
username = "GPD User";
|
username = "user";
|
||||||
homeDirectory = "/home/user";
|
homeDirectory = "/home/user";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
@ -34,7 +34,7 @@
|
|||||||
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
|
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
|
||||||
|
|
||||||
# Use flatseal to change permissions.
|
# Use flatseal to change permissions.
|
||||||
".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
#".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
||||||
|
|
||||||
# Fix flatpak fonts
|
# Fix flatpak fonts
|
||||||
".local/share/flatpak/overrides/global".text = ''
|
".local/share/flatpak/overrides/global".text = ''
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
background_opacity = 0.8;
|
background_opacity = "0.8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user