add icons, didnt do anything lmao
This commit is contained in:
@@ -19,12 +19,31 @@ in {
|
||||
notify = true;
|
||||
tray = "auto";
|
||||
settings = {
|
||||
rules = [
|
||||
program_options = {
|
||||
};
|
||||
device_config = [
|
||||
{
|
||||
id_uuid = ["4E21-0000" "9EA2-A886"];
|
||||
automount = true;
|
||||
id_uuid = ["4E21-0000" "9EA2-A886"];
|
||||
automount = true;
|
||||
}
|
||||
{
|
||||
id_type = "ntfs";
|
||||
skip = "true";
|
||||
}
|
||||
];
|
||||
icon_names = {
|
||||
media = ["drive-removable-media" "media-optical"];
|
||||
browse = ["document-open" "folder-open"];
|
||||
terminal = ["terminal"];
|
||||
mount = ["udiskie-mount"];
|
||||
unmount = ["udiskie-unmount"];
|
||||
unlock = ["udiskie-unlock"];
|
||||
lock = ["udiskie-lock"];
|
||||
eject = ["udiskie-eject" "media-eject"];
|
||||
detach = ["udiskie-detach"];
|
||||
delete = ["udiskie-eject"];
|
||||
quit = ["application-exit"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ in {
|
||||
|
||||
exec-once = [
|
||||
"hyprctl setcursor ${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}"
|
||||
"waybar"
|
||||
];
|
||||
|
||||
# --- input ---
|
||||
|
||||
@@ -17,7 +17,7 @@ in {
|
||||
programs.${program} = {
|
||||
enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
target = "graphical-session.target";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user