From 096ac957a73e1d27a70d3df6a688d0fd54816e8e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 20 Jan 2021 21:46:14 -0500 Subject: Tmp --- progs.csv | 14 +++++++--- slick-fox.sh | 1 + vimium_c-20201109_130233.json | 59 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 slick-fox.sh create mode 100644 vimium_c-20201109_130233.json diff --git a/progs.csv b/progs.csv index 7ae3952..e9845dd 100644 --- a/progs.csv +++ b/progs.csv @@ -7,19 +7,21 @@ ,xorg-xbacklight,"enables changing screen brightness levels." ,ttf-linux-libertine,"provides the sans and serif fonts for LARBS." A,spleen-font,"provides a monospaced bitmap font for terminal graphs" +A,ttf-brutalist-mono,"is a coding optimised version of the DejaVu Sans Mono font" A,firefox,"is an elegant browser with built-in adblocking tor and other features." ,arandr,"is a UI for screen adjustment." A,picom-rounded-corners,"manages window transparency" A,flashfocus-git,"let's you see which window is currently in focus by making it flash" ,dosfstools,"allows your computer to access dos-like filesystems." ,libnotify,"allows desktop notifications." -,dunst,"is a suckless notification system." +,libnotify,"allows desktop notifications." +,dunst,"is a good notification system." ,exfat-utils,"allows management of FAT drives." ,sxiv,"is a minimalist image viewer." ,xwallpaper,"sets the wallpaper." ,ffmpeg,"can record and splice video and audio on the command line." ,pass,"serves as the system keyring." -,neovim,"is a tidier vim with some useful features" +,neovim,"is a sensible rewrite of vim with some useful features" ,mpv,"is the patrician's choice video player." ,man,"lets you read man pages" ,newsboat,"is a terminal RSS client." @@ -40,6 +42,7 @@ A,flashfocus-git,"let's you see which window is currently in focus by making it ,zathura-ps,"allows PostScript compatibility in zathura." ,zathura-djvu,"allows DejaVu compatibility in zathura." ,highlight,"can highlight code output." +,colorpicker,"is as minimal as it gets for a colorpicker." ,ffmpegthumbnailer,"allows vifm to use ffmpeg to generate thumbnails" A,epub-thumbnailer-git,"allows vifm to have epub file previews" A,fontpreview-git,"is a minimal font previewing utility" @@ -51,7 +54,7 @@ A,mutt-wizard-git,"is a light-weight terminal-based email system." A,gtk-theme-arc-gruvbox-git,"gives the dark GTK theme used in LARBS." ,acpi,"let's you access battery information" A,yadm,"manages dotfiles" -G,git://git.chausse.xyz/dotfiles,"serves as the modular status bar." +G,git://git.chausse.xyz/dotfiles,"serves as a modular status bar." G,git://git.chausse.xyz/dmenu,"runs commands and provides a UI for selection." G,git://git.chausse.xyz/st,"is my custom build of suckless's terminal emulator." G,git://git.chausse.xyz/dwm,"is the window manager." @@ -68,6 +71,7 @@ A,ttf-fontawesome,"is a font for amazing professional monochrome icons" ,urlscan,"let's you select urls inside neomutt" ,youtube-viewer,"let's you consoom youtube videos without ever opening a browser" ,neomutt,"is a robust email client inside your terminal" +A,muttprint,"let's you print emails directly from mutt" ,vifm,"is a powerful terminal-based file manager written in C" ,gnu-netcat,"is a gateway to an online termbin" ,dash,"is a minimal,wicked fast,POSIX compliant shell" @@ -83,7 +87,7 @@ A,ttf-fontawesome,"is a font for amazing professional monochrome icons" ,cups,"is a printing system" ,hplip,"is a collection of hp printer drivers" ,protonmail-bridge-nogui,"let's protonmail users have the email client of their choice via a daemon" -A,python-ueberzug,"is a utility for viewing images from a terminal window" +A,ueberzug,"is a utility for viewing images from a terminal window" ,youtube-dl,"is a video/audio downloading utility" A,expressvpn,"is one of the OK vpn providers" ,gotop,"is a system resource visualizer" @@ -92,3 +96,5 @@ A,pfetch-git,"gives you basic generic info about your system" ,thefuck,"helps you out when you mistype terminal commands" ,alsa,"manages audio" ,alsa-utils,"is a set of utilities that enhance alsa's usability" +,weechat,"is an over-powered irc client" +,weechat-notify-send,"is an over-powered irc client" diff --git a/slick-fox.sh b/slick-fox.sh new file mode 100644 index 0000000..6020cba --- /dev/null +++ b/slick-fox.sh @@ -0,0 +1 @@ +sh -c "$(curl -fsSL https://raw.githubusercontent.com/mut-ex/minimal-functional-fox/master/install.sh)" diff --git a/vimium_c-20201109_130233.json b/vimium_c-20201109_130233.json new file mode 100644 index 0000000..1c148c7 --- /dev/null +++ b/vimium_c-20201109_130233.json @@ -0,0 +1,59 @@ +{ + "name": "Vimium C", + "@time": "11/9/2020, 1:02:33 PM", + "time": 1604944953771, + "environment": { + "extension": "1.86.2", + "platform": "linux" + }, + "autoDarkMode": false, + "userDefinedCss": [ + ".LH {", + " color: #eadab1;", + " background: #222d32;", + " border-color: #eadab1;", + "}", + "", + "/* #omni */", + "#bar, #input {", + " background: #222d32;", + " color: #f2f1f0;", + " border: 0px;", + "}", + "", + "match {", + " color: #eadab1;", + "}", + "", + ".item {", + " color: #6d878d;", + " background: #222d32;", + " border: 0px;", + "}", + ".item a {", + " color: #66aabb;", + "}", + ".item:hover {", + " color: #f2f1f0;", + " background: #B7416E;", + "}", + ".item:hover a {", + " color: #88ccdd;", + "}", + ".item:hover .icon {", + " fill: #f2f1f0;", + "}", + "", + ".btn_svg {", + " display: none;", + "}", + "" + ], + "vomnibarOptions": { + "maxMatches": 10, + "queryInterval": 333, + "sizes": "77,3,44", + "actions": "", + "styles": "" + } +} -- cgit v1.2.3