π§
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Examples: | |
# ix hello.txt # paste file (name/ext will be set). | |
# echo Hello world. | ix # read from STDIN (won't set name/ext). | |
# ix -n 1 self_destruct.txt # paste will be deleted after one read. | |
# ix -i ID hello.txt # replace ID, if you have permission. | |
# ix -d ID | |
ix() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root {{ | |
--accent: {active}; | |
--accent-overlay: {inactive}; | |
--navbar-accent: {foreground}; | |
--background: {background}; | |
--body-background: var(--background); | |
--background-darker: var(--body-background); | |
--current-background: var(--body-background); | |
--navbar-background: {background}; | |
--navbar-active-background: {background}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# Add this script to $PATH. Then use this by: fzf --preview='preview {}'. | |
# Requirements: | |
# - chafa for image | |
# - jq for json | |
# - exa for directory | |
# - elinks for html | |
# - glow for markdown | |
# - transmission-show for torrent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"custom/updates": { | |
"format": "{}", | |
"interval": 3600, | |
"exec": "~/.config/waybar/scripts/updatecheck", | |
"return-type": "json", | |
"exec-if": "exit 0", | |
"signal": 8 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options amdgpu si_support=1 | |
options amdgpu cik_support=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CD_MODULES=" | |
all_video | |
boot | |
btrfs | |
cat | |
chain | |
configfile | |
echo | |
efifwsetup | |
efinet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FG BTN_BG bright less brdark less da txt fg br text btn fg txt bg bg shadow sel bg sel fg link visited alt bg default tooltip bg tooltip_fg | |
[ColorScheme] | |
active_colors={foreground}, {background}, {background}, {background}, {background}, {background}, {color7}, {color7}, {foreground}, {color0}, {background}, {background}, {color1}, {color0}, {color1}, {foreground}, {background}, {foreground}, {background.strip}, {foreground} | |
disabled_colors={inactive}, {background}, {background}, {background}, {background}, {background}, {inactive}, {inactive}, {inactive}, {color0}, {background}, {background}, {color1}, {color0}, {color1}, {inactive}, {background}, {inactive}, {background}, {inactive} | |
inactive_colors={foreground}, {background}, {background}, {background}, {background}, {background}, {color7}, {color7}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" line numbers | |
set nu | |
set relativenumber | |
" tab & indent | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set autoindent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
set -e | |
prefix="/usr" | |
exec_prefix="${prefix}" | |
datarootdir="${prefix}/share" | |
export TEXTDOMAIN=grub | |
export TEXTDOMAINDIR="${datarootdir}/locale" | |
source "${datarootdir}/grub/grub-mkconfig_lib" |
NewerOlder