diff --git a/home/home.nix b/home/home.nix index 708b07f..ee4d951 100644 --- a/home/home.nix +++ b/home/home.nix @@ -42,7 +42,7 @@ in config = { common = { default = [ - kde + pkgs.xdg-desktop-portal-kde ]; }; }; @@ -250,6 +250,10 @@ in # }; #}; + services.cliphist = { + enable = true; + }; + home.file.".config/bottom" = { source = ../.config/bottom; recursive = true; @@ -344,11 +348,12 @@ in }; backlight = { # "device": "acpi_video1", - format = "{icon} {percent}%"; + format = "{icon} {PERCENT}%"; format-icons = ["" ""]; }; disk = { - format = "󰋊 {percentage_used}% {free}"; + format = "󰋊 {percentage_used}%"; + tooltip-format = "{used} out of {total} with {free} left"; }; battery = { states = { @@ -1030,12 +1035,21 @@ end enableBashIntegration = true; settings = { format = '' - \[(dimmed gray) $username$hostname$directory \](dimmed gray) + [\[](fg:#78787e) $username$hostname$directory[\]](fg:#78787e) [$cmd_duration$time$status](italic fg:#78787e) $character ''; right_format = '' $git_branch$git_status$rust$nix_shell ''; + cmd_duration = { + format = " $duration"; + }; + time = { + format = "| $time"; + }; + status = { + format = "| $status"; + }; scan_timeout = 10; rust = { format = "[$symbol($version )]($style)";