Skip to content

Commit

Permalink
hellllllllllllllllllllllo
Browse files Browse the repository at this point in the history
  • Loading branch information
harrythezomby committed May 19, 2024
1 parent 173e748 commit 80ea98c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hypr/parts/default-exec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions hypr/parts/pc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $docker_context\
[](fg:#06969A bg:#33658A)\
$time\
[ ](fg:#33658A)\
$cmd_duration\
\n$username\
 \
"""
Expand Down Expand Up @@ -139,4 +140,8 @@ use_12hr = true
style = "bg:#33658A"
format = '[ $time ]($style)'

[cmd_duration]
min_time = 2_000
show_milliseconds = true


0 comments on commit 80ea98c

Please sign in to comment.