#Everforest Sway

40 messages · Page 1 of 1 (latest)

hexed badge
indigo crown
#

Nice grain nerd

hexed badge
waxen lance
#

guy: touch grass
me: installs everforest

waxen lance
#

looks great btw how'd you remove the -- INSERT -- that shows up at the bottom of neovim

#

Id like for it to be right in my status bar (lualine)

#

But in my config, the mode is shown both in lualine and at the bottom of neovim

hexed badge
waxen lance
#

Vro.

#

nice

waxen lance
# hexed badge

aint no way bro has 1126 AUR packages and no pacman ones

hexed badge
#

look at the actual fetch

waxen lance
#

oh i have it installed

#

damn nerdfetch messed up

waxen lance
#

howd you get blur? sway compositor doesn't support blur

hexed badge
waxen lance
#

oh you use swayFX
nah im fine

#

plus i dont use blur i was just curious. i just use solid colour

hexed badge
waxen lance
#

nice

hexed badge
waxen lance
#

i actually prefer this over the other one

hexed badge
#

how come?

waxen lance
#

the UI is very consistent, just like your other one, and i really like the rofi config. the wallpaper also feels a bit nicer.

#

also vlc looks really nice

hexed badge
waxen lance
#

oh

#

why not use something like grimshot to screenshot

hexed badge
#

it uses grimshot

waxen lance
#

vro

hexed badge
#
#! /bin/sh

# Show the screenshot menu via rofi, and ask what type of screenshot to take.
chosen=$(printf " Active Window\n󰍺 Full Display\n󰍹 Active Display\n󰹑 Select Region" | rofi -dmenu -i)

# Do the screenshot using grimshot
case "$chosen" in
" Active Window") grimshot --notify savecopy active ;;
"󰍺 Full Display") grimshot --notify savecopy screen ;;
"󰍹 Active Display") grimshot --notify savecopy output ;;
"󰹑 Select Region") grimshot --notify savecopy area ;;
*) exit 1 ;;
esac
waxen lance
#

why not just bind a key to execute grimshot in sway's ocnfig? like i have here
bindsym Shift+Print exec grim - | wl-copy && wl-paste > ~/Pictures/Screenshots/Screenshot-$(date +%F_%T).png && notify-send "Fullscreen screenshot taken" "A fullscreen screenshot has successfully been taken."

hexed badge
#

and since I have multiple monitors it's easier to just bind prtscr to open a menu which lets me choose what type of screenshot to take

waxen lance
#

you can crop images

hexed badge
#

and binding 4 different key combos is tedious when i can just use a menu

hexed badge
waxen lance
#

ok