• 2 Posts
  • 299 Comments
Joined 11 months ago
cake
Cake day: April 3rd, 2024

help-circle






  • MonkderVierte@lemmy.mltoLinux@lemmy.mlPrint-screen App
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    3 days ago

    magick import of imagemagick has a crosshair. Here’s my function:

    screnshot() {
        ## script to make screenshots with imagemagick's import command and display them
        ## usage: screenshot <path> <name>
    
        _id="$(date "+%Y-%m-%d_%H-%M-%S")"
        _dir="${1:-$XDG_CACHE_HOME}"
        _shot="$_dir"/"${2:-shot_$_id}.png"
    
        mkdir -p "$_dir"
        printf '%s\n' "$_shot"
        magick import "$_shot" && \
        magick display "$_shot"
    }
    

    And good old xfce4-screenshooter, xfce4-screenshooter -r and xfce4-screenshooter -w.










  • Well, from my desktop, since i’m currently experimenting with niri/wayland on laptop.

    • Theme: Adapta
    • Icons: papirus
    • Font: Roboto medium, title-bar transparency set to 70%
    • panel transparency set to 60% unfocused, window transparency to 70% unfocused.

    Left panel:

    • window buttons
    • separator
    • desktop switcher

    top panel:

    • separator
      • transparent
    • clock
    • separator
      • transparent, expand
    • whisker menu
      • button: only title, set to spaces
      • mode: symbol grid on laptop, lost view on desktop
    • separator; transparent, expand
    • status tray extension
    • battery plugin (laptop)
    • pulse audio module

    right panel

    • network monitor
      • display: bars
    • systemload plugin
    • sensor module
      • set to numbers

    Disable info popups on laptop, since they don’t get away on touchscreen-touch.