Skip to content

Commit

Permalink
feat: Using jpg only for preview for lesser space
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Sep 2, 2024
1 parent 205f08e commit a1cf82e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added Extras/no_preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/sddm_Chilly.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Scripts/Fzf-Menu
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fzf_shell_select() {
--cycle \
--pointer='' \
--disabled \
--preview="Fzf-Preview ${CLI_PATH}/share/hyde-cli/shell_{}.png" \
--preview="Fzf-Preview ${CLI_PATH}/share/hyde-cli/shell_{}.jpg" \
--preview-window 'right:80%,border-rounded'
}

Expand All @@ -106,7 +106,7 @@ fzf_sddm_list_arcs() {
--cycle \
--pointer='' \
--disabled \
--preview="Fzf-Preview ${CLI_PATH}/share/hyde-cli/sddm_{}.png" \
--preview="Fzf-Preview ${CLI_PATH}/share/hyde-cli/sddm_{}.jpg" \
--preview-window 'right:80%,border-rounded'
}

Expand Down

0 comments on commit a1cf82e

Please sign in to comment.