[Asahi] Several minor updates.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
402c4e6021
commit
f15167c770
1 changed files with 24 additions and 23 deletions
|
|
@ -30,6 +30,10 @@ in
|
||||||
homeDirectory = "/home/jmug";
|
homeDirectory = "/home/jmug";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
# Audio
|
||||||
|
wireplumber
|
||||||
|
# Screen management
|
||||||
|
brightnessctl
|
||||||
# Secret management.
|
# Secret management.
|
||||||
age
|
age
|
||||||
sops
|
sops
|
||||||
|
|
@ -61,6 +65,14 @@ in
|
||||||
websearch.prefix = "?";
|
websearch.prefix = "?";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.hyprpaper = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preload = ["/home/jmug/Wallpapers/nyc2.jpg"];
|
||||||
|
wallpaper = [", /home/jmug/Wallpapers/nyc2.jpg"];
|
||||||
|
ipc = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = [
|
settings = [
|
||||||
|
|
@ -80,7 +92,7 @@ in
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"mpd"
|
"mpd"
|
||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
"pulseaudio"
|
"wireplumber"
|
||||||
"network"
|
"network"
|
||||||
"power-profiles-daemon"
|
"power-profiles-daemon"
|
||||||
"cpu"
|
"cpu"
|
||||||
|
|
@ -229,24 +241,13 @@ in
|
||||||
format-disconnected = "Disconnected ⚠";
|
format-disconnected = "Disconnected ⚠";
|
||||||
format-alt = "{ifname}: {ipaddr}/{cidr}";
|
format-alt = "{ifname}: {ipaddr}/{cidr}";
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
wireplumber = {
|
||||||
# "scroll-step": 1, // %, can be a float
|
format = "{volume}% {icon}";
|
||||||
format = "{volume}% {icon} {format_source}";
|
format-muted = "";
|
||||||
format-bluetooth = "{volume}% {icon} {format_source}";
|
# on-click = "helvum";
|
||||||
format-bluetooth-muted = " {icon} {format_source}";
|
max-volume = 150;
|
||||||
format-muted = " {format_source}";
|
scroll-step = 0.15;
|
||||||
format-source = "{volume}% ";
|
format-icons = [" " " " " "];
|
||||||
format-source-muted = "";
|
|
||||||
format-icons = {
|
|
||||||
headphone = "";
|
|
||||||
hands-free = "";
|
|
||||||
headset = "";
|
|
||||||
phone = "";
|
|
||||||
portable = "";
|
|
||||||
car = "";
|
|
||||||
default = [" " " " " "];
|
|
||||||
};
|
|
||||||
on-click = "pavucontrol";
|
|
||||||
};
|
};
|
||||||
"custom/media" = {
|
"custom/media" = {
|
||||||
format = "{icon} {text}";
|
format = "{icon} {text}";
|
||||||
|
|
@ -337,10 +338,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 4;
|
||||||
gaps_out = 20;
|
gaps_out = 8;
|
||||||
|
|
||||||
border_size = 2;
|
border_size = 1;
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||||
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||||
|
|
@ -356,7 +357,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 10;
|
rounding = 5;
|
||||||
rounding_power = 2;
|
rounding_power = 2;
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue