seems okay
This commit is contained in:
parent
8781b2d636
commit
cb88e8405e
@ -16,5 +16,5 @@
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Use xanmod kernel
|
||||
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_xanmod;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
}
|
@ -1,34 +1,34 @@
|
||||
{
|
||||
layer = "top";
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 32;
|
||||
|
||||
modules-left = [
|
||||
modules-left = [
|
||||
"custom/launcher"
|
||||
"hyprland/window"
|
||||
];
|
||||
modules-center = [ "wlr/workspaces" ];
|
||||
modules-right = [
|
||||
backlight
|
||||
pulseaudio # use pipewire, test needed.
|
||||
battery
|
||||
cpu
|
||||
memory
|
||||
tray
|
||||
clock
|
||||
modules-center = [ "wlr/workspaces" ];
|
||||
modules-right = [
|
||||
"backlight"
|
||||
"pulseaudio" # use pipewire, test needed.
|
||||
"cpu"
|
||||
"memory"
|
||||
"tray"
|
||||
"battery"
|
||||
"clock"
|
||||
"custom/power"
|
||||
];
|
||||
|
||||
pulseaudio = {
|
||||
tooltip = false;
|
||||
scroll-step = 5;
|
||||
format = "{icon} {volume}%";
|
||||
format-muted = "{icon} {volume}%";
|
||||
on-click ="pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||
format-icons = {
|
||||
default = [""; ""; ""]
|
||||
}
|
||||
};
|
||||
pulseaudio = {
|
||||
tooltip = false;
|
||||
scroll-step = 5;
|
||||
format = "{icon} {volume}%";
|
||||
format-muted = "{icon} {volume}%";
|
||||
on-click ="pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||
format-icons = {
|
||||
default = ["" "" ""];
|
||||
};
|
||||
};
|
||||
|
||||
"wlr/workspaces" = {
|
||||
format = "{icon}";
|
||||
@ -46,37 +46,37 @@
|
||||
sort-by-number = true;
|
||||
};
|
||||
|
||||
network = {
|
||||
tooltip = false;
|
||||
format-wifi = " {essid}";
|
||||
format-ethernet = ""
|
||||
};
|
||||
network = {
|
||||
tooltip = false;
|
||||
format-wifi = " {essid}";
|
||||
format-ethernet = "";
|
||||
};
|
||||
|
||||
backlight = {
|
||||
tooltip = false;
|
||||
format = " {}%";
|
||||
interval = 1;
|
||||
backlight = {
|
||||
tooltip = false;
|
||||
format = " {}%";
|
||||
interval = 1;
|
||||
on-scroll-up = "light -A 5";
|
||||
on-scroll-down = "light -U 5";
|
||||
};
|
||||
on-scroll-down = "light -U 5";
|
||||
};
|
||||
|
||||
battery = {
|
||||
states = {
|
||||
good = 95;
|
||||
warning = 30;
|
||||
critical = 20
|
||||
critical = 20;
|
||||
};
|
||||
format = "{icon} {capacity}%";
|
||||
format-charging = " {capacity}%";
|
||||
format-plugged = " {capacity}%";
|
||||
format-alt = "{time} {icon}";
|
||||
format-icons = [""; ""; ""; ""; ""];
|
||||
format-icons = ["" "" "" "" ""];
|
||||
};
|
||||
|
||||
tray = {
|
||||
icon-size = 16;
|
||||
spacing = 10;
|
||||
};
|
||||
tray = {
|
||||
icon-size = 16;
|
||||
spacing = 10;
|
||||
};
|
||||
|
||||
clock = {
|
||||
format = "{ = %I =%M %p %d/%m/%Y}";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
home = {
|
||||
stateVersion = "23.05"; # Static
|
||||
username = "GPD User";
|
||||
username = "user";
|
||||
homeDirectory = "/home/user";
|
||||
|
||||
packages = with pkgs; [
|
||||
@ -34,7 +34,7 @@
|
||||
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
|
||||
|
||||
# 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
|
||||
".local/share/flatpak/overrides/global".text = ''
|
||||
|
@ -48,7 +48,7 @@
|
||||
};
|
||||
|
||||
settings = {
|
||||
background_opacity = 0.8;
|
||||
background_opacity = "0.8";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user