diff --git a/hypr/parts/default-exec.conf b/hypr/parts/default-exec.conf index b7fe7fa..1530356 100644 --- a/hypr/parts/default-exec.conf +++ b/hypr/parts/default-exec.conf @@ -10,9 +10,11 @@ exec-once = powerprofilesctl set balanced exec-once = hypridle # Clipboard Manager -exec-once = wl-paste --type text --watch cliphist store #Stores only text data +#exec-once = wl-paste --type text --watch cliphist store #Stores only text data +#exec-once = wl-paste --type image --watch cliphist store #Stores only image data -exec-once = wl-paste --type image --watch cliphist store #Stores only image data +# CopyQ +exec-once = copyq --start-server # Melbourne exec-once = wlsunset -l 37.9989 -L 145.1744 diff --git a/hypr/parts/pc.conf b/hypr/parts/pc.conf index be6a44a..c1f9124 100644 --- a/hypr/parts/pc.conf +++ b/hypr/parts/pc.conf @@ -28,6 +28,7 @@ workspace=3,monitor:DP-3 # Start Programs exec-once = openrgb --startminimized exec-once = hyprpaper +exec-once = flatpak run com.discordapp.Discord # FPS Settings misc { diff --git a/starship.toml b/starship.toml index 5bf66e8..2ae4415 100644 --- a/starship.toml +++ b/starship.toml @@ -24,6 +24,7 @@ $docker_context\ [](fg:#06969A bg:#33658A)\ $time\ [ ](fg:#33658A)\ +$cmd_duration\ \n$username\  \ """ @@ -139,4 +140,8 @@ use_12hr = true style = "bg:#33658A" format = '[ $time ]($style)' +[cmd_duration] +min_time = 2_000 +show_milliseconds = true +