gitextract_4xi39y78/ ├── .config/ │ ├── BetterDiscord/ │ │ └── themes/ │ │ └── nordic.theme.css │ ├── alacritty/ │ │ └── alacritty.yml │ ├── btop/ │ │ └── btop.conf │ ├── doom/ │ │ ├── config.el │ │ ├── init.el │ │ └── packages.el │ ├── dunst/ │ │ └── dunstrc │ ├── eww/ │ │ ├── eww.scss │ │ ├── eww.yuck │ │ └── scripts/ │ │ ├── getart │ │ ├── getday │ │ ├── gettitle │ │ ├── getvol │ │ ├── getweather │ │ ├── getwethquote │ │ ├── getwethquote2 │ │ ├── musicstatus │ │ ├── quotes │ │ ├── vol_icon.sh │ │ └── weather-trimmer │ ├── flashfocus/ │ │ └── flashfocus.yml │ ├── fontconfig/ │ │ └── fonts.conf │ ├── greenclip.toml │ ├── gtk-3.0/ │ │ ├── bookmarks │ │ ├── gtk.css │ │ └── settings.ini │ ├── jgmenu/ │ │ ├── append.csv │ │ ├── backup/ │ │ │ ├── 20210328092350068293038/ │ │ │ │ └── jgmenurc │ │ │ ├── 20210328092350083298148/ │ │ │ │ ├── append.csv │ │ │ │ └── jgmenurc │ │ │ ├── 20210328092354312474020/ │ │ │ │ ├── append.csv │ │ │ │ ├── jgmenurc │ │ │ │ └── prepend.csv │ │ │ ├── 20210328092354319339759/ │ │ │ │ └── jgmenurc │ │ │ └── 20210328092354330711136/ │ │ │ ├── append.csv │ │ │ └── jgmenurc │ │ ├── jgmenurc │ │ └── qtile.csv │ ├── neofetch/ │ │ └── config.conf │ ├── paru/ │ │ └── paru.conf │ ├── picom/ │ │ └── picom.conf │ ├── qtile/ │ │ ├── autostart.sh │ │ ├── config.py │ │ ├── dunst.sh │ │ ├── eww_vol.sh │ │ ├── eww_vol_icon.sh │ │ ├── focus_mode.sh │ │ └── toggle_eww.sh │ ├── rofi/ │ │ ├── config.rasi │ │ ├── configNotif.rasi │ │ ├── configPower.rasi │ │ ├── configTall.rasi │ │ └── nordic.rasi │ ├── splatmoji/ │ │ └── splatmoji.config │ ├── systemd/ │ │ └── user/ │ │ ├── barriers.service │ │ ├── edges.service │ │ ├── eww.service │ │ ├── flashfocus.service │ │ ├── greenclip.service │ │ ├── picom.service │ │ ├── redshift.service │ │ ├── xbanish.service │ │ └── xidlehook.service │ ├── tmux/ │ │ └── tmux.conf │ ├── user-dirs.dirs │ ├── user-dirs.locale │ ├── x11/ │ │ ├── Xresources │ │ ├── xinitrc │ │ └── xprofile │ └── zsh/ │ ├── .p10k.zsh │ ├── .zprofile │ └── .zshrc ├── .gitignore ├── .local/ │ ├── bin/ │ │ ├── colorpick.sh │ │ ├── dunst_logger.sh │ │ ├── eww_mouse.sh │ │ ├── gamer_mode.sh │ │ ├── gif │ │ ├── greenclip.sh │ │ ├── linkhandler │ │ ├── lockscreen.sh │ │ ├── mp4 │ │ ├── power │ │ ├── prtregion │ │ ├── prtscr │ │ ├── rofi-search.sh │ │ ├── rofi-task │ │ ├── rofi_notes.sh │ │ ├── rofi_notif_center.sh │ │ ├── screensaver │ │ ├── toggle_qbar.sh │ │ ├── toggledunst │ │ ├── togglepicom │ │ ├── updates.sh │ │ └── vol │ └── share/ │ └── icons/ │ ├── Nord-Icon/ │ │ └── index.theme │ ├── cursor/ │ │ ├── cursors/ │ │ │ ├── X_cursor │ │ │ ├── based_arrow_down │ │ │ ├── based_arrow_up │ │ │ ├── bottom_left_corner │ │ │ ├── bottom_right_corner │ │ │ ├── circle │ │ │ ├── copy │ │ │ ├── crossed_circle │ │ │ ├── fleur │ │ │ ├── hand1 │ │ │ ├── hand2 │ │ │ ├── left_ptr │ │ │ ├── question_arrow │ │ │ ├── right_ptr │ │ │ ├── sb_down_arrow │ │ │ ├── sb_h_double_arrow │ │ │ ├── sb_left_arrow │ │ │ ├── sb_right_arrow │ │ │ ├── sb_up_arrow │ │ │ ├── sb_v_double_arrow │ │ │ ├── sizing │ │ │ ├── top_left_corner │ │ │ ├── top_right_corner │ │ │ ├── watch │ │ │ └── xterm │ │ ├── index.theme │ │ └── source/ │ │ ├── X_cursor.in │ │ ├── based_arrow_down.in │ │ ├── based_arrow_up.in │ │ ├── beachball.xcf │ │ ├── bottom_left_corner.in │ │ ├── bottom_right_corner.in │ │ ├── circle.in │ │ ├── copy.in │ │ ├── crossed_circle.in │ │ ├── fleur.in │ │ ├── hand1.in │ │ ├── hand1.xcf │ │ ├── left_ptr.in │ │ ├── loading/ │ │ │ ├── watch │ │ │ └── watch.in │ │ ├── make.sh │ │ ├── question_arrow.in │ │ ├── right_ptr.in │ │ ├── sb_down_arrow.in │ │ ├── sb_h_double_arrow.in │ │ ├── sb_left_arrow.in │ │ ├── sb_right_arrow.in │ │ ├── sb_up_arrow.in │ │ ├── sb_v_double_arrow.in │ │ ├── sizing.in │ │ ├── top_left_corner.in │ │ ├── top_right_corner.in │ │ ├── watch │ │ ├── watch.in │ │ └── xterm.in │ ├── default/ │ │ └── index.theme │ ├── miniature/ │ │ ├── cursor.theme │ │ ├── cursors/ │ │ │ ├── X_cursor │ │ │ ├── arrow │ │ │ ├── bd_double_arrow │ │ │ ├── bottom_left_corner │ │ │ ├── bottom_right_corner │ │ │ ├── bottom_side │ │ │ ├── busy.cursor │ │ │ ├── circle │ │ │ ├── color-picker │ │ │ ├── copy │ │ │ ├── cross │ │ │ ├── crossed_circle │ │ │ ├── crosshair │ │ │ ├── default │ │ │ ├── diag1.cursor │ │ │ ├── diag2.cursor │ │ │ ├── dnd-ask │ │ │ ├── dnd-link │ │ │ ├── dnd-move │ │ │ ├── dnd-none │ │ │ ├── fleur │ │ │ ├── grabbing │ │ │ ├── h_double_arrow │ │ │ ├── hand │ │ │ ├── hand2 │ │ │ ├── help.cursor │ │ │ ├── hori.cursor │ │ │ ├── left_ptr │ │ │ ├── left_ptr_help │ │ │ ├── left_ptr_watch │ │ │ ├── left_side │ │ │ ├── link │ │ │ ├── link.cursor │ │ │ ├── ll_angle │ │ │ ├── lr_angle │ │ │ ├── move │ │ │ ├── move.cursor │ │ │ ├── nope.cursor │ │ │ ├── norm.cursor │ │ │ ├── pencil │ │ │ ├── pirate │ │ │ ├── plus │ │ │ ├── prec.cursor │ │ │ ├── question_arrow │ │ │ ├── right_side │ │ │ ├── sb_down_arrow │ │ │ ├── sb_h_double_arrow │ │ │ ├── sb_left_arrow │ │ │ ├── sb_right_arrow │ │ │ ├── sb_up_arrow │ │ │ ├── sb_v_double_arrow │ │ │ ├── tcross │ │ │ ├── text.cursor │ │ │ ├── top_left_corner │ │ │ ├── top_right_corner │ │ │ ├── top_side │ │ │ ├── ul_angle │ │ │ ├── up.cursor │ │ │ ├── ur_angle │ │ │ ├── v_double_arrow │ │ │ ├── vert.cursor │ │ │ ├── watch │ │ │ ├── work.cursor │ │ │ ├── write.cursor │ │ │ └── xterm │ │ └── index.theme │ ├── pixelfun3/ │ │ ├── cursor.theme │ │ ├── cursors/ │ │ │ ├── all-scroll │ │ │ ├── bottom_tee │ │ │ ├── circle │ │ │ ├── color-picker │ │ │ ├── copy │ │ │ ├── cross │ │ │ ├── crossed_circle │ │ │ ├── dnd-ask │ │ │ ├── dnd-copy │ │ │ ├── dnd-link │ │ │ ├── dnd-move │ │ │ ├── dnd-none │ │ │ ├── dotbox │ │ │ ├── e-resize │ │ │ ├── grabbing │ │ │ ├── hand2 │ │ │ ├── ibeam │ │ │ ├── left_ptr │ │ │ ├── left_ptr_help │ │ │ ├── left_ptr_watch │ │ │ ├── left_side │ │ │ ├── left_tee │ │ │ ├── link │ │ │ ├── ll_angle │ │ │ ├── lr_angle │ │ │ ├── move │ │ │ ├── not-allowed │ │ │ ├── pencil │ │ │ ├── plus │ │ │ ├── pointer │ │ │ ├── pointing_hand │ │ │ ├── question_arrow │ │ │ ├── right_ptr │ │ │ ├── right_tee │ │ │ ├── sb_down_arrow │ │ │ ├── sb_left_arrow │ │ │ ├── sb_right_arrow │ │ │ ├── sb_up_arrow │ │ │ ├── size_all │ │ │ ├── size_bdiag │ │ │ ├── size_fdiag │ │ │ ├── size_hor │ │ │ ├── size_ver │ │ │ ├── split_h │ │ │ ├── split_v │ │ │ ├── text │ │ │ ├── top_left_corner │ │ │ ├── top_right_corner │ │ │ ├── top_side │ │ │ ├── top_tee │ │ │ ├── ul_angle │ │ │ ├── ur_angle │ │ │ ├── wait │ │ │ ├── watch │ │ │ ├── whats_this │ │ │ └── xterm │ │ └── index.theme │ └── pixelfun3-eclipse/ │ ├── cursor.theme │ ├── cursors/ │ │ ├── all-scroll │ │ ├── all-scroll.xmc │ │ ├── bottom_tee │ │ ├── bottom_tee.xmc │ │ ├── circle │ │ ├── circle.xmc │ │ ├── color-picker │ │ ├── color-picker.xmc │ │ ├── copy │ │ ├── copy.xmc │ │ ├── cross │ │ ├── cross.xmc │ │ ├── crossed_circle │ │ ├── crossed_circle.xmc │ │ ├── dnd-ask │ │ ├── dnd-ask.xmc │ │ ├── dnd-copy │ │ ├── dnd-copy.xmc │ │ ├── dnd-link │ │ ├── dnd-link.xmc │ │ ├── dnd-move │ │ ├── dnd-move.xmc │ │ ├── dnd-none │ │ ├── dnd-none.xmc │ │ ├── dotbox │ │ ├── dotbox.xmc │ │ ├── e-resize │ │ ├── e-resize.xmc │ │ ├── grabbing │ │ ├── grabbing.xmc │ │ ├── hand2 │ │ ├── hand2.xmc │ │ ├── ibeam │ │ ├── ibeam.xmc │ │ ├── left_ptr │ │ ├── left_ptr.xmc │ │ ├── left_ptr_help │ │ ├── left_ptr_help.xmc │ │ ├── left_ptr_watch │ │ ├── left_ptr_watch.xmc │ │ ├── left_side │ │ ├── left_side.xmc │ │ ├── left_tee │ │ ├── left_tee.xmc │ │ ├── link │ │ ├── link.xmc │ │ ├── ll_angle │ │ ├── ll_angle.xmc │ │ ├── lr_angle │ │ ├── lr_angle.xmc │ │ ├── move │ │ ├── move.xmc │ │ ├── not-allowed │ │ ├── not-allowed.xmc │ │ ├── pencil │ │ ├── pencil.xmc │ │ ├── plus │ │ ├── plus.xmc │ │ ├── pointer │ │ ├── pointer.xmc │ │ ├── pointing_hand │ │ ├── pointing_hand.xmc │ │ ├── question_arrow │ │ ├── question_arrow.xmc │ │ ├── right_ptr │ │ ├── right_ptr.xmc │ │ ├── right_tee │ │ ├── right_tee.xmc │ │ ├── sb_down_arrow │ │ ├── sb_down_arrow.xmc │ │ ├── sb_left_arrow │ │ ├── sb_left_arrow.xmc │ │ ├── sb_right_arrow │ │ ├── sb_right_arrow.xmc │ │ ├── sb_up_arrow │ │ ├── sb_up_arrow.xmc │ │ ├── size_all │ │ ├── size_all.xmc │ │ ├── size_bdiag │ │ ├── size_bdiag.xmc │ │ ├── size_fdiag │ │ ├── size_fdiag.xmc │ │ ├── size_hor │ │ ├── size_hor.xmc │ │ ├── size_ver │ │ ├── size_ver.xmc │ │ ├── split_h │ │ ├── split_h.xmc │ │ ├── split_v │ │ ├── split_v.xmc │ │ ├── text │ │ ├── text.xmc │ │ ├── top_left_corner │ │ ├── top_left_corner.xmc │ │ ├── top_right_corner │ │ ├── top_right_corner.xmc │ │ ├── top_side │ │ ├── top_side.xmc │ │ ├── top_tee │ │ ├── top_tee.xmc │ │ ├── ul_angle │ │ ├── ul_angle.xmc │ │ ├── ur_angle │ │ ├── ur_angle.xmc │ │ ├── wait │ │ ├── wait.xmc │ │ ├── watch │ │ ├── watch.xmc │ │ ├── whats_this │ │ ├── whats_this.xmc │ │ ├── xterm │ │ └── xterm.xmc │ └── index.theme ├── Boot/ │ ├── enkel/ │ │ ├── .Rhistory │ │ ├── index.html │ │ ├── index.theme │ │ └── main.js │ └── refind-black/ │ ├── README.md │ └── theme.conf ├── LICENSE └── README.md