ricing
apps
bootscreen
- arch wireframe theme for plymouth
- refind catalina - catalina theme ported from clover to refind
discord
- glasscord - make discord glassy/transparent
- pywal discord
- wal-discord - generate discord css from pywal colors
firefox
- one-line userchrome.css
- one-line + homescreen
- responsive firefox
- out of the way header bar
- beautiful material minimal theme
- minimal dynamic setup
- pywalfox - customize firefox with pywal colors
- minimal-functional-fox - a minimal, yet functional firefox userchrome configuration.
gimp
- gimp cc themes - photoshop styled themes for gimp 2.8.18 and above.
greeter
- lightdm tiny greeter
- ly - a tui display manager
- lightdm transparent/frosted theme
gtk
- materia - a material design theme for gnome/gtk based desktop environments
- oomox - graphical application for generating different color variations of a arc, materia and oomox themes (gtk2, gtk3 and others), archdroid, gnome-colors, numix, papirus, suru++ icons, and terminal palette.
- sweet - light and dark colorful gtk3.20+ theme
lockscreen
- glitchlock - a glitch art themed randomized lockscreen for linux
- mantablockscreen - other i3lock-color wrapper that mantab
polybar
- gist
- polybar themes - a collection of polybar themes/configs with different styles, colors and variants
rofi
- askpass popup
- custom applets and menus
- dmenu-extended
- extensions
- i3 keybinding menu - source
- menu with categories
- rofi-emoji
- rofi-printers - small bash script to wrap printings aliases with rofi
- rofi-scripts
- web-recent-dmenu
- custom scripts - add bookmarks to selections
spotify
- spicetify-cli - commandline tool to customize spotify client. supports windows, macos and linux.
steam
- walsteam - a little script that themes the colours for metro for steam from wal or wpg.
telegram
- telegram-palette-gen - a bash script that generates themes for telegram based on an arbitrary 16-colors palette or by sourcing the colors generated by pywal/wal.
terminal
- 3mux - terminal multiplexer with i3-like keybindings
- edex-ui - a cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
- urxvt-resize-font
- urxvt-font-size
- zsh-autosuggestions - fish-like autosuggestions for zsh
visual studio
- translucent visual studio
- vscode wal - a color theme for visual studio code
dotfiles
- dotfiles.github.com
- dotfiles (aesophor) - dark, minimal, nord theme, monospace, gentoo
- dotfiles (aswathkk) - nord, retro rainbow accents, mac and linux
- dotfiles (elenapan) - nord, kind of material, colorful/neon accents
- dotfiles (fcamillieri22) - install scripts for i3 manjaro
- dotfiles (jlervin) - dark, nord, minimal, berrywm
- dotfiles (manilarome) - transparent/glassy, rounded corners, material
- dotfiles (mohabaks) - dark, solar, minimal
- dotfiles (ntcarlson) - nord, minimal, blue and green muted accents
- dotfiles (solitarythinker)
- [[][nikos vasilakis]]
reddit posts
- ascii art
- calvin and hobbes lockscreen
- colorful/translucent zathura
- composition notebooks
- dark & flat on windows
- flat with coool startpage and bar
- glitch lockscreen
- hacker ui
- latex workflow
- lemonbar script
- macos-esque
- mantablockscreen
- minimal, rounded, flat with transparency
- mkdir/cd shortcut
- monochrome gray with outline
- natural scrolling
- notetaking workflow
- polybar
- rice on raspberry pi connected to phone
- two wms
- using rofi as a game launcher
- .vimrc
- vim like vscode/atom
- vim tabs
- volume/brightness popup
- material
- another material
- dark and flat
- gnome-clone
- i3 gaps on wsl
setup
tools
- popcatindicator - volume indicator with cat pop theme for gnome
- pywal - generate and change color-schemes on the fly.
- screenkey - display keystrokes
- wallablur - blur your background on window open
- wallblur - wallblur is a simple shell script that creates a faux blurred background effect for your linux desktop without needing a compositor.
- wmtm - wm-agnostic theme manager written in bash, preconfigured for swaywm
windows
- customizable windows shell
- windows customization
- running i3 on windows
- how to change the ui of windows 10?
- wsl-dotfiles - my dotfiles for running an i3-based environment within the windows subsystem for linux (wsl).
edit wsl files from windows with sftp
i just hit on a way to edit files in wsl that in retrospect seems really obvious. i'm wondering if there's some reason it's a bad idea or if alternately people know about it.
the problem i'm trying to solve is editing files in the linux partition of wsl from windows. ie: editing $home/.bashrc with notepad. we're told to absolutely never change the linux filesystem files from windows because things can break.
so my solution is to run the sshd daemon under wsl. then use that to connect to my linux files via sftp running as a windows app. i'm using sftp net drive to mount my linux files as a windows drive, there are other options. then use any windows program to edit the files in that drive, like notepad or sublime text.
all the actual file i/o is happening under wsl thanks to sftp, so it should be safe. sftp imposes some overhead but it's not a big deal for just editing files. one nice thing is sftp seems to do a pretty good job at preserving unix file permissions even when editing from windows.