diff --git a/README.md b/README.md index b35f52f..a96f5b7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This repository contains most of my Linux dotfiles (or the ones I reuse most, an /____/ /_/ ``` ### `i3_config` -I use i3-gaps pretty much exclusively. There's not a lot special about my i3 setup, but I've got the borders nicely colored, my tabbed/stacked titlebars are blank, and it's meant to be used with Picom. +I use [i3-gaps](https://github.com/airblader/i3) pretty much exclusively. There's not a lot special about my i3 setup, but I've got the borders nicely colored, my tabbed/stacked titlebars are blank, and it's meant to be used with Picom. --- @@ -39,7 +39,7 @@ I use i3-gaps pretty much exclusiv /_/ ``` ### `picom.conf` -I use ibhagwan's picom fork, since it gives me the fewest artifacts (and has dual-kawase). I use a softer dual-kawase and a *lot* of transparency. +I use [ibhagwan's picom fork](https://github.com/ibhagwan/picom), since it gives me the fewest artifacts (and has dual-kawase). I use a softer dual-kawase and a *lot* of transparency. --- @@ -52,7 +52,7 @@ I use ibhagwan's picom fork, sin /_/ ``` ### `starship.toml` -I use Starship for my shell prompt. I don't like emoji, though, so I've configured it to use mostly plain text. +I use [Starship](https://starship.rs) for my shell prompt. I don't like emoji, though, so I've configured it to use mostly plain text. --- @@ -65,3 +65,55 @@ I use Starship for my shell prompt. I don't l /_/ /____/ ``` ### `polybar_config` + +I use [Polybar](https://github.com/polybar/polybar) for my status bar. My setup is heavily inspired by MacOS's status bar, but without the menu bar. + +```plaintext + + ___ _ ___ __ + / _ \ | /| / / | /| / / +/ __/ |/ |/ /| |/ |/ / +\___/|__/|__/ |__/|__/ + +``` + +### `eww/` + +I use [eww](https://github.com/elkowar/eww) for widgets. I mostly use this for time in games or other fullscreen apps, or for some system controls. + +```plaintext + __ __ + / / / /_ ______ ___ _____ + / /_/ / / / / __ \/ _ \/ ___/ + / __ / /_/ / /_/ / __/ / +/_/ /_/\__, / .___/\___/_/ + /____/_/ +``` + +### `hyper.js` + +I use [Hyper](https://hyper.is) as my primary terminal emulator. It has some things I really like over Alacritty, like font ligatures and a title bar, and doesn't look ugly like Tilix. + +```plaintext + __ + __ ________ ___ __/ /_ + / / / / ___/ |/_/ | / / __/ +/ /_/ / / _> < | |/ / /_ +\__,_/_/ /_/|_| |___/\__/ + +``` + +### `Xresources` + +I use [urxvt](http://software.schmorp.de/pkg/rxvt-unicode.html) on occasion. + +```plaintext + ____ _ __ + / __ \(_)_____________ _________/ / + / / / / / ___/ ___/ __ \/ ___/ __ / + / /_/ / (__ ) /__/ /_/ / / / /_/ / +/_____/_/____/\___/\____/_/ \__,_/ + +``` + +I use [Discord](https://discord.com) with [DiscoCSS](https://github.com/mlvzk/discocss) for custom styling, with a frosted glass styling with the default colors. diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..a4bd940 --- /dev/null +++ b/Xresources @@ -0,0 +1,58 @@ +!! Colors + +! Frame +*.foreground: #FFFFFF +*.background: #2A2A2E +*.cursorColor: #FFFFFF + +! Black +*.color0: #000000 +*.color8: #676767 + +! Red +*.color1: #C91B00 +*.color9: #FF6D67 + +! Green +*.color2: #00C200 +*.color10: #5FF967 + +! Yellow +*.color3: #C7C329 +*.color11: #FFFA72 + +! Blue +*.color4: #0225C7 +*.color12: #6871FF + +! Magenta +*.color5: #C930C7 +*.color13: #FF76FF + +! Cyan +*.color6: #00C5C7 +*.color14: #68FDFE + +! White +*.color7: #C7C7C7 +*.color15: #FFFFFF + +!! Appearance + +! Fonts +!URxvt.font: xft:Code New Roman:style=Regular:size=14 +!URxvt.boldFont: xft:Code New Roman:style=Bold:size=14 +!URxvt.italicFont: xft:Code New Roman:style=Italic:size=14 +!URxvt.boldItalicFont: xft:Code New Roman:style=Bold Italic:size=14 +URxvt.font: xft:Iosevka Term:style=Regular:size=14 +URxvt.boldFont: xft:Iosevka Term:style=Bold:size=14 +URxvt.italicFont: xft:Iosevka Term:style=Italic:size=14 +URxvt.boldItalicFont: xft:Iosevka Term:style=Bold Italic:size=14 + +URxvt.intensityStyles: true +URxvt.geometry: 90x24 +URxvt.cursorBlink: true +URxvt.scrollBar: false +URxvt.scrollBar_right: false +URxvt.urgentOnBell: true +URxvt.internalBorder: 8 diff --git a/discord.css b/discord.css new file mode 100644 index 0000000..30dac28 --- /dev/null +++ b/discord.css @@ -0,0 +1,27 @@ +code, code.inline, span[class^='codeLine*'] { + font-family: Fira Code; +} + +.theme-dark { + --background-primary: #36393f44; + --background-secondary: #2A2A2E44; + --background-secondary-alt: #292B2F44; + --background-tertiary: #1C1B2222; + --background-accent: #f4545c44; + + --background-mentioned: #5764EB45; /*5764EB45*/ + --background-mentioned-hover: #5764EB12; + --info-warning-foreground: #5764EBd5; + + --background-message-hover: #1C1B2222; + --channeltextarea-background: #5E666833; +} + +*[class^='mentioned*'] { + background-color: #5764EB; +} + +:root { + --font-code: "Fira Code"; +} + diff --git a/picom.conf b/picom.conf index 1629912..2c2204e 100644 --- a/picom.conf +++ b/picom.conf @@ -18,6 +18,13 @@ opacity-of-dropdown_menu = 1; inactive-opacity = 1; active-opacity = 1; frame-opacity = 1; + +# ____ __ +# / __ )/ /_ _______ +# / __ / / / / / ___/ +# / /_/ / / /_/ / / +#/_____/_/\__,_/_/ +# blur-background = true; blur-background-frame = true; blur-method = "dual_kawase";