add icons, didnt do anything lmao
This commit is contained in:
@@ -19,12 +19,31 @@ in {
|
|||||||
notify = true;
|
notify = true;
|
||||||
tray = "auto";
|
tray = "auto";
|
||||||
settings = {
|
settings = {
|
||||||
rules = [
|
program_options = {
|
||||||
|
};
|
||||||
|
device_config = [
|
||||||
{
|
{
|
||||||
id_uuid = ["4E21-0000" "9EA2-A886"];
|
id_uuid = ["4E21-0000" "9EA2-A886"];
|
||||||
automount = true;
|
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 = [
|
exec-once = [
|
||||||
"hyprctl setcursor ${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}"
|
"hyprctl setcursor ${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}"
|
||||||
|
"waybar"
|
||||||
];
|
];
|
||||||
|
|
||||||
# --- input ---
|
# --- input ---
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ in {
|
|||||||
programs.${program} = {
|
programs.${program} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = false;
|
||||||
target = "graphical-session.target";
|
target = "graphical-session.target";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user