📦️ deps(system): changed swappy to satty
This commit is contained in:
parent
8eef85c78b
commit
9779a795cc
11 changed files with 26 additions and 18 deletions
|
@ -26,7 +26,6 @@
|
||||||
- hyprland
|
- hyprland
|
||||||
- hyprlock
|
- hyprlock
|
||||||
- hypridle
|
- hypridle
|
||||||
- swappy
|
|
||||||
- wev
|
- wev
|
||||||
- wf-recorder
|
- wf-recorder
|
||||||
- wl-clipboard
|
- wl-clipboard
|
||||||
|
@ -123,6 +122,7 @@
|
||||||
- swaync
|
- swaync
|
||||||
- swayosd-git
|
- swayosd-git
|
||||||
- swww
|
- swww
|
||||||
|
- satty
|
||||||
- hyprpicker
|
- hyprpicker
|
||||||
- nwg-displays
|
- nwg-displays
|
||||||
- nwg-look
|
- nwg-look
|
||||||
|
|
|
@ -60,8 +60,8 @@ function send_notification() {
|
||||||
"${message}" \
|
"${message}" \
|
||||||
-t "$NOTIF_TIMEOUT" -i "${1}" -a Hyprshot)
|
-t "$NOTIF_TIMEOUT" -i "${1}" -a Hyprshot)
|
||||||
if [ -n "$action" ]; then
|
if [ -n "$action" ]; then
|
||||||
if command -v swappy &>/dev/null; then
|
if command -v satty &>/dev/null; then
|
||||||
swappy -f "$1"
|
satty -f "$1"
|
||||||
else
|
else
|
||||||
xdg-open "$1"
|
xdg-open "$1"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -4,8 +4,8 @@ IMAGE_DIR="$HOME/Imagenes/Capturas/PC"
|
||||||
|
|
||||||
SELECTION=$(find "$IMAGE_DIR" -type f -exec ls -t {} + | awk -F/ '{print $NF}' | rofi -dmenu)
|
SELECTION=$(find "$IMAGE_DIR" -type f -exec ls -t {} + | awk -F/ '{print $NF}' | rofi -dmenu)
|
||||||
|
|
||||||
if command -v swappy &>/dev/null; then
|
if command -v satty &>/dev/null; then
|
||||||
swappy -f "$IMAGE_DIR/$SELECTION"
|
satty -f "$IMAGE_DIR/$SELECTION"
|
||||||
else
|
else
|
||||||
xdg-open "$IMAGE_DIR/$SELECTION"
|
xdg-open "$IMAGE_DIR/$SELECTION"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -163,7 +163,6 @@ speedtest-cli 2.1.3-7
|
||||||
starship 1.18.2-1
|
starship 1.18.2-1
|
||||||
steam 1.0.0.79-1
|
steam 1.0.0.79-1
|
||||||
sudo 1.9.15.p5-1
|
sudo 1.9.15.p5-1
|
||||||
swappy 1.5.1-1
|
|
||||||
syncthing 1.27.4-1
|
syncthing 1.27.4-1
|
||||||
tealdeer 1.6.1-1
|
tealdeer 1.6.1-1
|
||||||
texinfo 7.1-2
|
texinfo 7.1-2
|
||||||
|
|
|
@ -39,6 +39,7 @@ reflector-pacman-hook-git r87.eec94bd-1
|
||||||
rofi-lbonn-wayland 1.7.5+wayland3-1
|
rofi-lbonn-wayland 1.7.5+wayland3-1
|
||||||
rpcs3-bin 0.0.31-1
|
rpcs3-bin 0.0.31-1
|
||||||
ryujinx-bin 1.1.1248-1
|
ryujinx-bin 1.1.1248-1
|
||||||
|
satty 0.11.3-1
|
||||||
scc-bin 3.2.0-1
|
scc-bin 3.2.0-1
|
||||||
spicetify-cli 2.36.1-1
|
spicetify-cli 2.36.1-1
|
||||||
spotify 1:1.2.31.1205-2
|
spotify 1:1.2.31.1205-2
|
||||||
|
|
BIN
.config/satty/.github/title.png
vendored
Normal file
BIN
.config/satty/.github/title.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
18
.config/satty/config.toml
Normal file
18
.config/satty/config.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[general]
|
||||||
|
fullscreen = false
|
||||||
|
early-exit = false
|
||||||
|
initial-tool = "brush"
|
||||||
|
copy-command = "wl-copy"
|
||||||
|
annotation-size-factor = 2
|
||||||
|
output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"
|
||||||
|
save-after-copy = false
|
||||||
|
default-hide-toolbars = false
|
||||||
|
|
||||||
|
|
||||||
|
[color-palette]
|
||||||
|
first = "#8aadf4" # Blue
|
||||||
|
second = "#ed8796" # Red
|
||||||
|
third = "#a6da95" # Green
|
||||||
|
fourth = "#eed49f" # Yellow
|
||||||
|
fifth = "#c6a0f6" # Mauve
|
||||||
|
custom = "#cad3f5" # White
|
BIN
.config/swappy/.github/title.png
vendored
BIN
.config/swappy/.github/title.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
|
@ -1,10 +0,0 @@
|
||||||
[Default]
|
|
||||||
save_dir=$XDG_SCREENSHOTS_HOME/PC/
|
|
||||||
save_filename_format=captura-%Y-%m-%d-%s.png
|
|
||||||
show_panel=false
|
|
||||||
line_size=5
|
|
||||||
text_size=20
|
|
||||||
text_font=jetbrainsmono nerd font
|
|
||||||
paint_mode=brush
|
|
||||||
early_exit=false
|
|
||||||
fill_shape=false
|
|
4
.github/README.md
vendored
4
.github/README.md
vendored
|
@ -119,7 +119,7 @@ Here is all the information about my setup:
|
||||||
| **Color Picker** | [hyprpicker](https://github.com/hyprwm/hyprpicker) |
|
| **Color Picker** | [hyprpicker](https://github.com/hyprwm/hyprpicker) |
|
||||||
| **Screenshot Tool** | [hyprshot](https://github.com/Gustash/Hyprshot) (Using [grim](https://sr.ht/~emersion/grim/) and [slurp](https://github.com/emersion/slurp)) |
|
| **Screenshot Tool** | [hyprshot](https://github.com/Gustash/Hyprshot) (Using [grim](https://sr.ht/~emersion/grim/) and [slurp](https://github.com/emersion/slurp)) |
|
||||||
| **Recording Tool** | [wf-recorder](https://github.com/ammen99/wf-recorder) |
|
| **Recording Tool** | [wf-recorder](https://github.com/ammen99/wf-recorder) |
|
||||||
| **Screenshot Editor** | [swappy](https://github.com/jtheoof/swappy) |
|
| **Screenshot Editor** | [satty](https://github.com/gabm/Satty) |
|
||||||
| **Logout Menu** | [wleave](https://github.com/AMNatty/wleave) [:gear:](../.config/wleave/) |
|
| **Logout Menu** | [wleave](https://github.com/AMNatty/wleave) [:gear:](../.config/wleave/) |
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
@ -251,7 +251,7 @@ Here is all the information about my setup:
|
||||||
- Useful GUI packages
|
- Useful GUI packages
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yay -Sy pika-backup vesktop-bin nwg-displays nwg-look gnome-logs galculator gparted nm-connection-editor swappy
|
yay -Sy pika-backup vesktop-bin nwg-displays nwg-look gnome-logs galculator gparted nm-connection-editor satty
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Installing the dotfiles**:
|
3. **Installing the dotfiles**:
|
||||||
|
|
Loading…
Add table
Reference in a new issue