mango: Remove last remnant of danklinux

This commit is contained in:
Guilhem Baccialone 2026-07-23 07:29:48 +02:00
parent 594d79b0c9
commit 4eac58ce31
7 changed files with 0 additions and 26 deletions

View file

@ -1,6 +0,0 @@
# ! Auto-generated file. Do not edit directly.
# Remove source = ./dms/colors.conf from your config to override.
bordercolor = 0x4d80ffff
focuscolor = 0xff6600ff
urgentcolor = 0xff3366ff

View file

@ -1,3 +0,0 @@
# Auto-generated by DMS - do not edit manually
cursor_size=24
cursor_theme=Adwaita

View file

@ -1,7 +0,0 @@
# Auto-generated by DMS - do not edit manually
border_radius=12
gappih=4
gappiv=4
gappoh=4
gappov=4
borderpx=2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
#
DIR="$HOME/Pictures/Screenshots"
mkdir -p "$DIR"
FILE="$DIR/screenshot_$(date +'%Y-%m-%d_%H-%M-%S').png"
grim -g "$(slurp)" - | tee "$FILE" | wl-copy
notify-send "Screenshot Captured" "Saved to $FILE" -i $HOME/.config/mango/scripts/screenshot.png