add ycontre glow plymouth theme (theme images not pushed to repo), add gpu passthrough capabilities

This commit is contained in:
2024-11-18 15:25:27 +01:00
parent ca18ecf4e2
commit 18518fb9a5
7 changed files with 94 additions and 26 deletions

View File

@ -60,7 +60,7 @@
margin-right = 5;
modules-left = ["hyprland/workspaces" "custom/music"];
modules-center = ["hyprland/window"];
modules-right = ["custom/fans" "custom/dgpu" "disk" "pulseaudio" "network" "cpu" "temperature" "custom/pipe" "memory" "battery" "clock"];
modules-right = ["custom/fans" "custom/dgpu" "disk" "pulseaudio" "network" "custom/pipe" "cpu" "temperature" "custom/pipe" "memory" "battery" "clock"];
"hyprland/workspaces" = {
disable-scroll = true;
@ -98,9 +98,9 @@
};
network = {
format-wifi = " {icon} {essid} |";
format-ethernet = " {ifname}: {ipaddr}/{cidr} |";
format-disconnected = " Disconnected |";
format-wifi = " {icon} {essid} ";
format-ethernet = " {ifname}: {ipaddr}/{cidr} ";
format-disconnected = " Disconnected ";
format-icons =["󰤟 " "󰤢 " "󰤥 " "󰤨 "];
};
@ -131,6 +131,7 @@
disk = {
format =" 󰋊 {percentage_used}% |";
};
"custom/pipe" = {
format = "|";
};