update: massive update to my awesome build, a lot of new cool stuff
This commit is contained in:
parent
978041a5a5
commit
0f58aebcbd
56 changed files with 3254 additions and 4001 deletions
17
README.md
17
README.md
|
@ -9,23 +9,22 @@ this repository.
|
||||||
THIS SETUP IS WIP.
|
THIS SETUP IS WIP.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
These commands are for setting up a new arch install with my dotfiles. These
|
||||||
|
include all the things I personally use, so I don't recommend just copying and
|
||||||
|
pasting these into your current install, just take a look at the configs and
|
||||||
|
grab what you'll absolutely need.
|
||||||
|
|
||||||
### Dependencies to build awesome
|
### Main dependencies
|
||||||
``` sh
|
``` sh
|
||||||
sudo xbps-install -S xorg-server xorg-input-drivers libX11 libX11-devel libXinerama libXinerama-devel libXft libXft-devel libXrandr libXrandr-devel imlib2 imlib2-devel harfbuzz harfbuzz-devel freetype freetype-devel gd gd-devel gdk-pixbuf gdk-pixbuf-devel xcb-util-cursor xcb-util-cursor-devel xcb-util-keysyms xcb-util-keysyms-devel xcb-util-image xcb-util-image-devel xcb-util-xrm xcb-util-xrm-devel xcb-util-wm xcb-util-wm-devel libxkbcommon libxkbcommon-devel libxkbcommon-x11 startup-notification startup-notification-devel libxdg-basedir libxdg-basedir-devel lua54 lua52 lua54-lgi lua54-devel lua52-devel lua52-lgi
|
paru -S awesome-git rofi betterlockscreen-git ueberzugpp unclutter-xfixes-git polkit-gnome acpi power-profiles-daemon python-gobject xorg-server xorg-xev xorg-xprop xorg-setxkbmap xorg-xinit xorg-xkill xorg-xrandr xclip xf86-input-evdev xf86-input-libinput xf86-input-wacom bluez bluez-tools bluez-utils neovim udisks2 pipewire pipewire-pulse pipewire-jack pipewire-alsa pipewire-audio pipewire-v4l2 wireplumber brightnessctl xorg-xdpyinfo xdotool maim slop jq fd eza bat starship playerctl ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-mono ttf-mononoki-nerd cantarell-fonts picom mpv pamixer vifm ffmpegthumbnailer epub-thumbnailer-git ripgrep fzf eza bat arandr pulsemixer noto-fonts-ttf noto-fonts-ttf-extra noto-fonts-cjk noto-fonts-emoji newsboat cmus kvantum gtk-engine-murrine zathura zathura-pdf-poppler nsxiv chafa qutebrowser
|
||||||
```
|
|
||||||
|
|
||||||
### Supplemental dependencies
|
|
||||||
``` sh
|
|
||||||
sudo xbps-install -S brightnessctl picom pamixer pulsemixer fd ripgrep jq fzf eza bat arandr playerctl nerd-fonts noto-fonts-ttf noto-fonts-ttf-extra noto-fonts-cjk noto-fonts-emoji cantarell-fonts newsboat vifm cmus cmus-ffmpeg kvantum gtk-engine-murrine zathura zathura-pdf-poppler j4-dmenu-desktop maim slop feh nsxiv chafa xdpyinfo xdotool
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dev dependencies
|
### Dev dependencies
|
||||||
``` sh
|
``` sh
|
||||||
sudo xbps-install -S base-devel cmake clang llvm rust cargo nodejs vala
|
paru -S --needed base-devel cmake clang llvm rust cargo nodejs vala
|
||||||
```
|
```
|
||||||
|
|
||||||
### VMs & Containers dependencies
|
### VMs & Containers dependencies
|
||||||
``` sh
|
``` sh
|
||||||
sudo xbps-install -S libvirt virt-manager qemu iptables-nft dnsmasq openbsd-netcat dmidecode podman
|
paru -S --needed libvirt virt-manager qemu-full iptables-nft dnsmasq openbsd-netcat dmidecode podman podman-compose
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
title Arch Linux
|
|
||||||
linux /vmlinuz-linux
|
|
||||||
initrd /intel-ucode.img
|
|
||||||
initrd /initramfs-linux.img
|
|
||||||
options rd.luks.name=[uuid]=thklvm root=/dev/thkvg/root rw quiet loglevel=0 systemd.show_status=auto rd.udev.log_level=0 nowatchdog splash
|
|
64
system/etc/default/grub/grub
Normal file
64
system/etc/default/grub/grub
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
# GRUB boot loader configuration
|
||||||
|
|
||||||
|
GRUB_DEFAULT=0
|
||||||
|
GRUB_TIMEOUT=0
|
||||||
|
GRUB_DISTRIBUTOR="Arch"
|
||||||
|
GRUB_CMDLINE_LINUX_DEFAULT="rd.luks.name=<UUID>=<LVM_NAME> rd.luks.key=<UUID>=<PATH_TO_KEY> loglevel=3 quiet systemd.show_status=auto rd.udev.log_level=3"
|
||||||
|
GRUB_CMDLINE_LINUX=""
|
||||||
|
|
||||||
|
# Preload both GPT and MBR modules so that they are not missed
|
||||||
|
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
||||||
|
|
||||||
|
# Uncomment to enable booting from LUKS encrypted devices
|
||||||
|
GRUB_ENABLE_CRYPTODISK=y
|
||||||
|
|
||||||
|
# Set to 'countdown' or 'hidden' to change timeout behavior,
|
||||||
|
# press ESC key to display menu.
|
||||||
|
GRUB_TIMEOUT_STYLE=menu
|
||||||
|
|
||||||
|
# Uncomment to use basic console
|
||||||
|
GRUB_TERMINAL_INPUT=console
|
||||||
|
|
||||||
|
# Uncomment to disable graphical terminal
|
||||||
|
#GRUB_TERMINAL_OUTPUT=console
|
||||||
|
|
||||||
|
# The resolution used on graphical terminal
|
||||||
|
# note that you can use only modes which your graphic card supports via VBE
|
||||||
|
# you can see them in real GRUB with the command `videoinfo'
|
||||||
|
GRUB_GFXMODE=auto
|
||||||
|
|
||||||
|
# Uncomment to allow the kernel use the same resolution used by grub
|
||||||
|
GRUB_GFXPAYLOAD_LINUX=keep
|
||||||
|
|
||||||
|
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
|
||||||
|
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
|
||||||
|
#GRUB_DISABLE_LINUX_UUID=true
|
||||||
|
|
||||||
|
# Uncomment to disable generation of recovery mode menu entries
|
||||||
|
GRUB_DISABLE_RECOVERY=true
|
||||||
|
|
||||||
|
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
||||||
|
# modes only. Entries specified as foreground/background.
|
||||||
|
#GRUB_COLOR_NORMAL="light-blue/black"
|
||||||
|
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
|
||||||
|
|
||||||
|
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
||||||
|
#GRUB_BACKGROUND="/path/to/wallpaper"
|
||||||
|
#GRUB_THEME="/path/to/gfxtheme"
|
||||||
|
|
||||||
|
# Uncomment to get a beep at GRUB start
|
||||||
|
#GRUB_INIT_TUNE="480 440 1"
|
||||||
|
|
||||||
|
# Uncomment to make GRUB remember the last selection. This requires
|
||||||
|
# setting 'GRUB_DEFAULT=saved' above.
|
||||||
|
#GRUB_SAVEDEFAULT=true
|
||||||
|
|
||||||
|
# Uncomment to disable submenus in boot menu
|
||||||
|
#GRUB_DISABLE_SUBMENU=y
|
||||||
|
|
||||||
|
# Probing for other operating systems is disabled for security reasons. Read
|
||||||
|
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
|
||||||
|
# functionality install os-prober and uncomment to detect and include other
|
||||||
|
# operating systems.
|
||||||
|
#GRUB_DISABLE_OS_PROBER=false
|
||||||
|
|
|
@ -16,7 +16,7 @@ BINARIES=()
|
||||||
# FILES
|
# FILES
|
||||||
# This setting is similar to BINARIES above, however, files are added
|
# This setting is similar to BINARIES above, however, files are added
|
||||||
# as-is and are not parsed in any way. This is useful for config files.
|
# as-is and are not parsed in any way. This is useful for config files.
|
||||||
FILES=()
|
FILES=(/boot/volume.key)
|
||||||
|
|
||||||
# HOOKS
|
# HOOKS
|
||||||
# This is the most important setting in this file. The HOOKS control the
|
# This is the most important setting in this file. The HOOKS control the
|
||||||
|
@ -49,7 +49,7 @@ FILES=()
|
||||||
#
|
#
|
||||||
## NOTE: If you have /usr on a separate partition, you MUST include the
|
## NOTE: If you have /usr on a separate partition, you MUST include the
|
||||||
# usr and fsck hooks.
|
# usr and fsck hooks.
|
||||||
HOOKS=(base systemd sd-plymouth autodetect keyboard modconf block sd-encrypt kms keymap consolefont block lvm2 filesystems fsck)
|
HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole block sd-encrypt keymap lvm2 filesystems fsck)
|
||||||
|
|
||||||
# COMPRESSION
|
# COMPRESSION
|
||||||
# Use this to compress the initramfs image. By default, zstd compression
|
# Use this to compress the initramfs image. By default, zstd compression
|
||||||
|
|
|
@ -70,19 +70,16 @@ LocalFileSigLevel = Optional
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
#[testing]
|
#[core-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[extra]
|
#[extra-testing]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
#[community-testing]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[community]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
|
@ -91,8 +88,8 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#[multilib-testing]
|
#[multilib-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[multilib]
|
#[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
|
|
|
@ -6,26 +6,39 @@
|
||||||
## /_____/_/ \__,_/_/|_|\___/ My custom bash_profile config
|
## /_____/_/ \__,_/_/|_|\___/ My custom bash_profile config
|
||||||
##
|
##
|
||||||
|
|
||||||
### STARTING XSESSION
|
# Starting xsession
|
||||||
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]
|
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
then
|
|
||||||
startx -- vt1 -keeptty &>/dev/null
|
startx -- vt1 -keeptty &>/dev/null
|
||||||
logout
|
logout
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# environment variables
|
# Home folders
|
||||||
export EDITOR="emacsclient -t -a ''"
|
|
||||||
export VISUAL="emacsclient -c -a 'emacs'"
|
|
||||||
|
|
||||||
# clean home
|
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
||||||
|
# Sanely export XDG Base dir variables
|
||||||
|
eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)"
|
||||||
|
|
||||||
|
# Clean home
|
||||||
export W3M_DIR="$XDG_DATA_HOME/w3m"
|
export W3M_DIR="$XDG_DATA_HOME/w3m"
|
||||||
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
|
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
|
||||||
export WGETRC="$HOME/.config/wget/wgetrc"
|
export WGETRC="$HOME/.config/wget/wgetrc"
|
||||||
export INPUTRC="$HOME/.config/inputrc"
|
export INPUTRC="$HOME/.config/inputrc"
|
||||||
export GNUPGHOME="$HOME/.local/share/gnupg"
|
export GNUPGHOME="$HOME/.local/share/gnupg"
|
||||||
|
export LESSHISTFILE="-"
|
||||||
|
|
||||||
# bashrc
|
# Create GNUPG & WGETRC directories if they don't exist
|
||||||
|
if [ ! -d "$HOME/.config/wget/" ] && [ ! -d "$GNUPGHOME" ]; then
|
||||||
|
mkdir -p "$HOME/.config/wget/" "$GNUPGHOME"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Default apps
|
||||||
|
export TERMINAL="wezterm"
|
||||||
|
export EDITOR="$HOME/.local/bin/lvim"
|
||||||
|
export VISUAL="$TERMINAL start --class editor $EDITOR"
|
||||||
|
export BROWSER="qutebrowser"
|
||||||
|
export VIEWER="zathura"
|
||||||
|
|
||||||
|
# Bashrc
|
||||||
source "$HOME"/.bashrc
|
source "$HOME"/.bashrc
|
||||||
|
|
33
user/.bashrc
33
user/.bashrc
|
@ -19,9 +19,6 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
# if not running interactively, don't do anything
|
# if not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
# use neovim for vim if present.
|
|
||||||
[ -x "$(command -v $HOME/.local/bin/lvim)" ] && alias vim="lvim"
|
|
||||||
|
|
||||||
### SET VI MODE ###
|
### SET VI MODE ###
|
||||||
# Comment this line out to enable default emacs-like bindings
|
# Comment this line out to enable default emacs-like bindings
|
||||||
set -o vi
|
set -o vi
|
||||||
|
@ -68,8 +65,7 @@ done; unset command
|
||||||
|
|
||||||
### ARCHIVE EXTRACTION ###
|
### ARCHIVE EXTRACTION ###
|
||||||
# usage: ex <file>
|
# usage: ex <file>
|
||||||
ex ()
|
function ex() {
|
||||||
{
|
|
||||||
if [ -f "$1" ] ; then
|
if [ -f "$1" ] ; then
|
||||||
case $1 in
|
case $1 in
|
||||||
*.tar.bz2) tar xjf "$1" ;;
|
*.tar.bz2) tar xjf "$1" ;;
|
||||||
|
@ -95,7 +91,7 @@ ex ()
|
||||||
|
|
||||||
### ALIASES ###
|
### ALIASES ###
|
||||||
# navigation
|
# navigation
|
||||||
up () {
|
function up () {
|
||||||
local d=""
|
local d=""
|
||||||
local limit="$1"
|
local limit="$1"
|
||||||
|
|
||||||
|
@ -125,18 +121,18 @@ alias \
|
||||||
# bat as cat
|
# bat as cat
|
||||||
[ -x "$(command -v bat)" ] && alias cat="bat"
|
[ -x "$(command -v bat)" ] && alias cat="bat"
|
||||||
|
|
||||||
# pfetch as neofetch
|
# use lunarvim for vim if present.
|
||||||
[ -x "$(command -v pfetch)" ] && alias neofetch="pfetch"
|
[ -x "$(command -v $HOME/.local/bin/lvim)" ] && alias vim="$HOME/.local/bin/lvim"
|
||||||
|
|
||||||
# Changing "ls" to "exa"
|
# Changing "ls" to "eza"
|
||||||
alias \
|
alias \
|
||||||
ls="exa -al --icons --color=always --group-directories-first" \
|
ls="eza --icons -al --color=always --group-directories-first" \
|
||||||
la="exa -a --icons --color=always --group-directories-first" \
|
la="eza --icons -a --color=always --group-directories-first" \
|
||||||
ll="exa -l --icons --color=always --group-directories-first" \
|
ll="eza --icons -l --color=always --group-directories-first" \
|
||||||
lt="exa -aT --icons --color=always --group-directories-first" \
|
lt="eza --icons -aT --color=always --group-directories-first" \
|
||||||
l.='exa -a | grep -E "^\."'
|
l.='eza --icons -a | grep -E "^\."'
|
||||||
|
|
||||||
# pacman
|
# function to detect os and assign aliases to package managers
|
||||||
alias \
|
alias \
|
||||||
pac-up="paru -Syu" \
|
pac-up="paru -Syu" \
|
||||||
pac-get="paru -S" \
|
pac-get="paru -S" \
|
||||||
|
@ -180,7 +176,6 @@ alias \
|
||||||
# audio
|
# audio
|
||||||
alias \
|
alias \
|
||||||
mx="pulsemixer" \
|
mx="pulsemixer" \
|
||||||
amx="alsamixer" \
|
|
||||||
mk="cmus" \
|
mk="cmus" \
|
||||||
ms="cmus" \
|
ms="cmus" \
|
||||||
music="cmus"
|
music="cmus"
|
||||||
|
@ -193,9 +188,9 @@ alias \
|
||||||
|
|
||||||
# file management
|
# file management
|
||||||
alias \
|
alias \
|
||||||
fm="vifm" \
|
fm="$HOME/.config/vifm/scripts/vifmrun" \
|
||||||
file="vifm" \
|
flm="$HOME/.config/vifm/scripts/vifmrun" \
|
||||||
flm="vifm" \
|
vifm="$HOME/.config/vifm/scripts/vifmrun" \
|
||||||
rm="rm -vI" \
|
rm="rm -vI" \
|
||||||
mv="mv -iv" \
|
mv="mv -iv" \
|
||||||
cp="cp -iv" \
|
cp="cp -iv" \
|
||||||
|
|
|
@ -12,8 +12,8 @@ local apps = {
|
||||||
runner_emoji = "$HOME/.config/rofi/scripts/rofi_emoji", -- emojis manager
|
runner_emoji = "$HOME/.config/rofi/scripts/rofi_emoji", -- emojis manager
|
||||||
runner_wall = "$HOME/.config/rofi/scripts/rofi_wall", -- wallpapers manager
|
runner_wall = "$HOME/.config/rofi/scripts/rofi_wall", -- wallpapers manager
|
||||||
-- terminal scripts
|
-- terminal scripts
|
||||||
vidytfzf = "wezterm start --class vidytfzf -- ytfzf -flstT chafa", -- youtube
|
vidytfzf = "wezterm start --class vidytfzf -- ytfzf -flstT ueberzug", -- youtube
|
||||||
musytfzf = "wezterm start --class musytfzf -- ytfzf -mlstT chafa", -- youtube music
|
musytfzf = "wezterm start --class musytfzf -- ytfzf -mlstT ueberzug", -- youtube music
|
||||||
ani_cli = "wezterm start --class ani-cli -- ani-cli", -- anime
|
ani_cli = "wezterm start --class ani-cli -- ani-cli", -- anime
|
||||||
flix_cli = "wezterm start --class flix-cli -- flix-cli", -- movies
|
flix_cli = "wezterm start --class flix-cli -- flix-cli", -- movies
|
||||||
newsboat = "wezterm start --class newsboat -- newsboat", -- newsboat
|
newsboat = "wezterm start --class newsboat -- newsboat", -- newsboat
|
||||||
|
@ -22,14 +22,14 @@ local apps = {
|
||||||
pulsemixer = "wezterm start --class pulsemixer -- pulsemixer", -- pulsemixer
|
pulsemixer = "wezterm start --class pulsemixer -- pulsemixer", -- pulsemixer
|
||||||
alsamixer = "wezterm start --class alsamixer -- alsamixer", -- alsamixer
|
alsamixer = "wezterm start --class alsamixer -- alsamixer", -- alsamixer
|
||||||
-- default apps per tag
|
-- default apps per tag
|
||||||
editor = "emacsclient -c -a emacs", -- TAG 1
|
editor = "wezterm start --class editor -- .local/bin/lvim", -- TAG 1
|
||||||
file = "wezterm start --class vifm -- vifm", -- TAG 2
|
file = "wezterm start --class vifm -- .config/vifm/scripts/vifmrun", -- TAG 2
|
||||||
browser = "firefox", -- TAG 3
|
browser = "qutebrowser", -- TAG 3
|
||||||
chat = "org.signal.Signal", -- TAG 4
|
chat = "flatpak run org.signal.Signal", -- TAG 4
|
||||||
music = "wezterm start --class cmus -- cmus", -- TAG 5
|
music = "wezterm start --class cmus -- cmus", -- TAG 5
|
||||||
videoeditor = "org.kde.kdenlive", -- TAG 6
|
videoeditor = "flatpak run org.kde.kdenlive", -- TAG 6
|
||||||
imageeditor = "org.kde.krita", -- TAG 7
|
imageeditor = "flatpak run org.kde.krita", -- TAG 7
|
||||||
noteapp = "com.notesnook.Notesnook", -- TAG 8
|
office = "flatpak run org.libreoffice.LibreOffice", -- TAG 8
|
||||||
game = "org.libretro.Retroarch" -- TAG 9
|
game = "flatpak run com.valvesoftware.Steam" -- TAG 9
|
||||||
}
|
}
|
||||||
return apps
|
return apps
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
-- session manager
|
-- session manager
|
||||||
awful.util.spawn_with_shell(
|
awful.util.spawn_with_shell("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &")
|
||||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &"
|
|
||||||
)
|
|
||||||
-- set wallpaper
|
-- set wallpaper
|
||||||
awful.util.spawn_with_shell(
|
awful.util.spawn_with_shell("$HOME/.fehbg &")
|
||||||
"$HOME/.fehbg &"
|
|
||||||
)
|
|
||||||
-- automatically hide the cursor
|
-- automatically hide the cursor
|
||||||
awful.util.spawn_with_shell(
|
awful.util.spawn_with_shell("unclutter --hide-on-touch &")
|
||||||
"unclutter --hide-on-touch &"
|
|
||||||
)
|
|
||||||
-- compositor
|
-- compositor
|
||||||
awful.util.spawn_with_shell(
|
awful.util.spawn_with_shell("picom --config ~/.config/picom/picom.conf &")
|
||||||
"picom --experimental-backends --config ~/.config/picom/picom.conf &"
|
|
||||||
)
|
|
||||||
|
|
|
@ -11,18 +11,15 @@ shikey = "Shift"
|
||||||
|
|
||||||
--[[ Main keybinds ]]
|
--[[ Main keybinds ]]
|
||||||
--
|
--
|
||||||
awful.keyboard.append_global_keybindings(
|
awful.keyboard.append_global_keybindings({
|
||||||
{
|
|
||||||
-- Show the help menu
|
-- Show the help menu
|
||||||
awful.key(
|
awful.key(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
"s",
|
"s",
|
||||||
hotkeys_popup.show_help,
|
hotkeys_popup.show_help,
|
||||||
{
|
{
|
||||||
description =
|
description = "Show Help Menu",
|
||||||
"Show Help Menu",
|
group = "Main keybinds"
|
||||||
group =
|
|
||||||
"Main keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Reload awesome
|
-- Reload awesome
|
||||||
|
@ -31,10 +28,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
"r",
|
"r",
|
||||||
awesome.restart,
|
awesome.restart,
|
||||||
{
|
{
|
||||||
description =
|
description = "Reload Awesome",
|
||||||
"Reload Awesome",
|
group = "Main keybinds"
|
||||||
group =
|
|
||||||
"Main keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Open a terminal
|
-- Open a terminal
|
||||||
|
@ -45,31 +40,25 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.spawn(apps.terminal)
|
awful.spawn(apps.terminal)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Open a terminal",
|
||||||
"Open a terminal",
|
group = "Main keybinds"
|
||||||
group =
|
|
||||||
"Main keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
}
|
})
|
||||||
)
|
|
||||||
--[[ ]]
|
--[[ ]]
|
||||||
--
|
--
|
||||||
|
|
||||||
--[[ Tags related keybindings ]]
|
--[[ Tags related keybindings ]]
|
||||||
--
|
--
|
||||||
awful.keyboard.append_global_keybindings(
|
awful.keyboard.append_global_keybindings({
|
||||||
{
|
|
||||||
-- Switch to previous tag
|
-- Switch to previous tag
|
||||||
awful.key(
|
awful.key(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
"Left",
|
"Left",
|
||||||
awful.tag.viewprev,
|
awful.tag.viewprev,
|
||||||
{
|
{
|
||||||
description =
|
description = "Quickly switch to previous tag",
|
||||||
"Quickly switch to previous tag",
|
group = "Tag keybinds"
|
||||||
group =
|
|
||||||
"Tag keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Switch to next tag
|
-- Switch to next tag
|
||||||
|
@ -78,10 +67,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
"Right",
|
"Right",
|
||||||
awful.tag.viewnext,
|
awful.tag.viewnext,
|
||||||
{
|
{
|
||||||
description =
|
description = "Quickly switch to next tag",
|
||||||
"Quickly switch to next tag",
|
group = "Tag keybinds"
|
||||||
group =
|
|
||||||
"Tag keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Switch back to the previous tag
|
-- Switch back to the previous tag
|
||||||
|
@ -90,10 +77,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
"Escape",
|
"Escape",
|
||||||
awful.tag.history.restore,
|
awful.tag.history.restore,
|
||||||
{
|
{
|
||||||
description =
|
description = "Go back to previus tag (from history)",
|
||||||
"Go back to previus tag (from history)",
|
group = "Tag keybinds"
|
||||||
group =
|
|
||||||
"Tag keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Switch tags by numbers 1-9
|
-- Switch tags by numbers 1-9
|
||||||
|
@ -154,15 +139,13 @@ awful.keyboard.append_global_keybindings(
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
})
|
||||||
)
|
|
||||||
--[[ ]]
|
--[[ ]]
|
||||||
--
|
--
|
||||||
|
|
||||||
--[[ Focus related keybindings ]]
|
--[[ Focus related keybindings ]]
|
||||||
--
|
--
|
||||||
awful.keyboard.append_global_keybindings(
|
awful.keyboard.append_global_keybindings({
|
||||||
{
|
|
||||||
-- Focus next window by index
|
-- Focus next window by index
|
||||||
awful.key(
|
awful.key(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
|
@ -171,10 +154,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.client.focus.byidx(1)
|
awful.client.focus.byidx(1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Focus the next window by index",
|
||||||
"Focus the next window by index",
|
group = "Focus keybinds"
|
||||||
group =
|
|
||||||
"Focus keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Focus previous window by index
|
-- Focus previous window by index
|
||||||
|
@ -185,10 +166,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.client.focus.byidx(-1)
|
awful.client.focus.byidx(-1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Focus the previous window by index",
|
||||||
"Focus the previous window by index",
|
group = "Focus keybinds"
|
||||||
group =
|
|
||||||
"Focus keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Focus last focused window
|
-- Focus last focused window
|
||||||
|
@ -202,10 +181,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Focus back the previous focused window",
|
||||||
"Focus back the previous focused window",
|
group = "Focus keybinds"
|
||||||
group =
|
|
||||||
"Focus keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Focus next screen
|
-- Focus next screen
|
||||||
|
@ -216,10 +193,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.screen.focus_relative(1)
|
awful.screen.focus_relative(1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Focus the next screen",
|
||||||
"Focus the next screen",
|
group = "Focus keybinds"
|
||||||
group =
|
|
||||||
"Focus keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Focus previous screen
|
-- Focus previous screen
|
||||||
|
@ -230,21 +205,17 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.screen.focus_relative(-1)
|
awful.screen.focus_relative(-1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Focus the previous screen",
|
||||||
"Focus the previous screen",
|
group = "Focus keybinds"
|
||||||
group =
|
|
||||||
"Focus keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
}
|
})
|
||||||
)
|
|
||||||
--[[ ]]
|
--[[ ]]
|
||||||
--
|
--
|
||||||
|
|
||||||
--[[ Layout keybinds ]]
|
--[[ Layout keybinds ]]
|
||||||
--
|
--
|
||||||
awful.keyboard.append_global_keybindings(
|
awful.keyboard.append_global_keybindings({
|
||||||
{
|
|
||||||
-- Swap with next window by index
|
-- Swap with next window by index
|
||||||
awful.key(
|
awful.key(
|
||||||
{ modkey, shikey },
|
{ modkey, shikey },
|
||||||
|
@ -253,10 +224,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.client.swap.byidx(1)
|
awful.client.swap.byidx(1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Swap with next window in current layout by index",
|
||||||
"Swap with next window in current layout by index",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Swap with previous window by index
|
-- Swap with previous window by index
|
||||||
|
@ -267,10 +236,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.client.swap.byidx(-1)
|
awful.client.swap.byidx(-1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Swap with previous window in current layout by index",
|
||||||
"Swap with previous window in current layout by index",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Increase master width
|
-- Increase master width
|
||||||
|
@ -281,10 +248,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.tag.incmwfact(0.05)
|
awful.tag.incmwfact(0.05)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Increase master window width size",
|
||||||
"Increase master window width size",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Decrease master width
|
-- Decrease master width
|
||||||
|
@ -295,10 +260,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.tag.incmwfact(-0.05)
|
awful.tag.incmwfact(-0.05)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Decrease master window width size",
|
||||||
"Decrease master window width size",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Increase the number of master window
|
-- Increase the number of master window
|
||||||
|
@ -309,10 +272,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.tag.incnmaster(1, nil, true)
|
awful.tag.incnmaster(1, nil, true)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Increase the number of master windows",
|
||||||
"Increase the number of master windows",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Decrease the number of master windows
|
-- Decrease the number of master windows
|
||||||
|
@ -323,10 +284,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.tag.incnmaster(-1, nil, true)
|
awful.tag.incnmaster(-1, nil, true)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Decrease the number of master windows",
|
||||||
"Decrease the number of master windows",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Increase the number of columns
|
-- Increase the number of columns
|
||||||
|
@ -337,10 +296,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.tag.incncol(1, nil, true)
|
awful.tag.incncol(1, nil, true)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Increase the number of columns in layout",
|
||||||
"Increase the number of columns in layout",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Decrease the number of columns
|
-- Decrease the number of columns
|
||||||
|
@ -351,10 +308,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.tag.incncol(-1, nil, true)
|
awful.tag.incncol(-1, nil, true)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Decrease the number of columns in layout",
|
||||||
"Decrease the number of columns in layout",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Switch to next layout
|
-- Switch to next layout
|
||||||
|
@ -365,10 +320,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.layout.inc(1)
|
awful.layout.inc(1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Switch to the next layout",
|
||||||
"Switch to the next layout",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Switch to previous layout
|
-- Switch to previous layout
|
||||||
|
@ -379,10 +332,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.layout.inc(-1)
|
awful.layout.inc(-1)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Switch to previous layout",
|
||||||
"Switch to previous layout",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Select layouts directly
|
-- Select layouts directly
|
||||||
|
@ -411,14 +362,11 @@ awful.keyboard.append_global_keybindings(
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Toggle the bar",
|
||||||
"Toggle the bar",
|
group = "Layout keybinds"
|
||||||
group =
|
|
||||||
"Layout keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
}
|
})
|
||||||
)
|
|
||||||
--[[ ]]
|
--[[ ]]
|
||||||
--
|
--
|
||||||
|
|
||||||
|
@ -427,8 +375,7 @@ awful.keyboard.append_global_keybindings(
|
||||||
client.connect_signal(
|
client.connect_signal(
|
||||||
"request::default_keybindings",
|
"request::default_keybindings",
|
||||||
function()
|
function()
|
||||||
awful.keyboard.append_client_keybindings(
|
awful.keyboard.append_client_keybindings({
|
||||||
{
|
|
||||||
-- Set focused window to fullscreen
|
-- Set focused window to fullscreen
|
||||||
awful.key(
|
awful.key(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
|
@ -438,10 +385,8 @@ client.connect_signal(
|
||||||
c:raise()
|
c:raise()
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Toggle fullscreen",
|
||||||
"Toggle fullscreen",
|
group = "Window keybinds"
|
||||||
group =
|
|
||||||
"Window keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Close focused window
|
-- Close focused window
|
||||||
|
@ -452,10 +397,8 @@ client.connect_signal(
|
||||||
c:kill()
|
c:kill()
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Close focused window",
|
||||||
"Close focused window",
|
group = "Window keybinds"
|
||||||
group =
|
|
||||||
"Window keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Toggle floating mode on focused window
|
-- Toggle floating mode on focused window
|
||||||
|
@ -464,10 +407,8 @@ client.connect_signal(
|
||||||
"space",
|
"space",
|
||||||
awful.client.floating.toggle,
|
awful.client.floating.toggle,
|
||||||
{
|
{
|
||||||
description =
|
description = "Toggle floating mode on focused window",
|
||||||
"Toggle floating mode on focused window",
|
group = "Window keybinds"
|
||||||
group =
|
|
||||||
"Window keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Move focused window to master
|
-- Move focused window to master
|
||||||
|
@ -480,10 +421,8 @@ client.connect_signal(
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Move focused window to master",
|
||||||
"Move focused window to master",
|
group = "Window keybinds"
|
||||||
group =
|
|
||||||
"Window keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Move focused window to the other screen
|
-- Move focused window to the other screen
|
||||||
|
@ -494,10 +433,8 @@ client.connect_signal(
|
||||||
c:move_to_screen()
|
c:move_to_screen()
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Move focused window to the next screen",
|
||||||
"Move focused window to the next screen",
|
group = "Window keybinds"
|
||||||
group =
|
|
||||||
"Window keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Toggle focused window to be on top
|
-- Toggle focused window to be on top
|
||||||
|
@ -508,10 +445,8 @@ client.connect_signal(
|
||||||
c.ontop = not c.ontop
|
c.ontop = not c.ontop
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Toggle keep on top for focused window",
|
||||||
"Toggle keep on top for focused window",
|
group = "Window keybinds"
|
||||||
group =
|
|
||||||
"Window keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Jump to urgent window
|
-- Jump to urgent window
|
||||||
|
@ -520,22 +455,18 @@ client.connect_signal(
|
||||||
"u",
|
"u",
|
||||||
awful.client.urgent.jumpto,
|
awful.client.urgent.jumpto,
|
||||||
{
|
{
|
||||||
description =
|
description = "Quickly jump to urgent window",
|
||||||
"Quickly jump to urgent window",
|
group = "Window keybinds"
|
||||||
group =
|
|
||||||
"Window keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
}
|
})
|
||||||
)
|
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
--[[ ]]
|
--[[ ]]
|
||||||
--
|
--
|
||||||
|
|
||||||
--[[ Quick keybinds ]]
|
--[[ Quick keybinds ]]
|
||||||
awful.keyboard.append_global_keybindings(
|
awful.keyboard.append_global_keybindings({
|
||||||
{
|
|
||||||
-- Volume
|
-- Volume
|
||||||
awful.key(
|
awful.key(
|
||||||
{},
|
{},
|
||||||
|
@ -544,10 +475,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.spawn("pamixer -i 5")
|
awful.spawn("pamixer -i 5")
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Increase volume by +5%",
|
||||||
"Increase volume by +5%",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
awful.key(
|
awful.key(
|
||||||
|
@ -557,10 +486,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.spawn("pamixer -d 5")
|
awful.spawn("pamixer -d 5")
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Decrease volume by +5%",
|
||||||
"Decrease volume by +5%",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
awful.key(
|
awful.key(
|
||||||
|
@ -570,10 +497,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.spawn("pamixer -t")
|
awful.spawn("pamixer -t")
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Mute volume",
|
||||||
"Mute volume",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
awful.key(
|
awful.key(
|
||||||
|
@ -583,10 +508,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.spawn("pamixer --default-source -t")
|
awful.spawn("pamixer --default-source -t")
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Mute microphone",
|
||||||
"Mute microphone",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Brightness
|
-- Brightness
|
||||||
|
@ -594,26 +517,22 @@ awful.keyboard.append_global_keybindings(
|
||||||
{},
|
{},
|
||||||
"XF86MonBrightnessUp",
|
"XF86MonBrightnessUp",
|
||||||
function()
|
function()
|
||||||
awful.spawn("xbacklight -inc 10")
|
awful.spawn("brightnessctl s 5%+")
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Increase brightness by +5%",
|
||||||
"Increase brightness by +10%",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
awful.key(
|
awful.key(
|
||||||
{},
|
{},
|
||||||
"XF86MonBrightnessDown",
|
"XF86MonBrightnessDown",
|
||||||
function()
|
function()
|
||||||
awful.spawn("xbacklight -dec 10")
|
awful.spawn("brightnessctl s 5%-")
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Decrease brightness by -5%",
|
||||||
"Decrease brightness by +10%",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Display configuration
|
-- Display configuration
|
||||||
|
@ -624,8 +543,7 @@ awful.keyboard.append_global_keybindings(
|
||||||
awful.spawn("arandr")
|
awful.spawn("arandr")
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Configure the display using arandr",
|
||||||
"Configure the display using arandr",
|
|
||||||
group = "Quick keybinds"
|
group = "Quick keybinds"
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
@ -634,9 +552,7 @@ awful.keyboard.append_global_keybindings(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
"a",
|
"a",
|
||||||
function()
|
function()
|
||||||
local grabber
|
local grabber = awful.keygrabber.run(
|
||||||
grabber =
|
|
||||||
awful.keygrabber.run(
|
|
||||||
function(_, key, event)
|
function(_, key, event)
|
||||||
if event == "release" then
|
if event == "release" then
|
||||||
return
|
return
|
||||||
|
@ -656,7 +572,7 @@ awful.keyboard.append_global_keybindings(
|
||||||
elseif key == "7" then
|
elseif key == "7" then
|
||||||
awful.util.spawn(apps.imageeditor) -- TAG 5
|
awful.util.spawn(apps.imageeditor) -- TAG 5
|
||||||
elseif key == "8" then
|
elseif key == "8" then
|
||||||
awful.util.spawn(apps.noteapp) -- TAG 8
|
awful.util.spawn(apps.office) -- TAG 8
|
||||||
elseif key == "9" then
|
elseif key == "9" then
|
||||||
awful.util.spawn(apps.game) -- TAG 9
|
awful.util.spawn(apps.game) -- TAG 9
|
||||||
end
|
end
|
||||||
|
@ -665,10 +581,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Launch apps with {Super + a} keychord and then numbers from {1 to 9}",
|
||||||
"Launch apps with {Super + a} keychord and then numbers from {1 to 9}",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Keyboard layouts (Super + x followed by KEY)
|
-- Keyboard layouts (Super + x followed by KEY)
|
||||||
|
@ -676,9 +590,7 @@ awful.keyboard.append_global_keybindings(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
"x",
|
"x",
|
||||||
function()
|
function()
|
||||||
local grabber
|
local grabber = awful.keygrabber.run(
|
||||||
grabber =
|
|
||||||
awful.keygrabber.run(
|
|
||||||
function(_, key, event)
|
function(_, key, event)
|
||||||
if event == "release" then
|
if event == "release" then
|
||||||
return
|
return
|
||||||
|
@ -693,10 +605,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Change keyboard layout with {Super + x} keychord and then {e} for spanish and {u} for english",
|
||||||
"Change keyboard layout with {Super + x} keychord and then {e} for spanish and {u} for english",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Runners (Super + p followed by KEY)
|
-- Runners (Super + p followed by KEY)
|
||||||
|
@ -704,9 +614,7 @@ awful.keyboard.append_global_keybindings(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
"p",
|
"p",
|
||||||
function()
|
function()
|
||||||
local grabber
|
local grabber = awful.keygrabber.run(
|
||||||
grabber =
|
|
||||||
awful.keygrabber.run(
|
|
||||||
function(_, key, event)
|
function(_, key, event)
|
||||||
if event == "release" then
|
if event == "release" then
|
||||||
return
|
return
|
||||||
|
@ -735,10 +643,8 @@ awful.keyboard.append_global_keybindings(
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Launch quick action menus with {Super + p} keychord and then {d, r, e, q, i, b, s, z, w}",
|
||||||
"Launch quick action menus with {Super + p} keychord and then {d, r, e, q, i, b, s, z, w}",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
-- Multimedia scripts (Super + t followed by KEY)
|
-- Multimedia scripts (Super + t followed by KEY)
|
||||||
|
@ -746,9 +652,7 @@ awful.keyboard.append_global_keybindings(
|
||||||
{ modkey },
|
{ modkey },
|
||||||
"t",
|
"t",
|
||||||
function()
|
function()
|
||||||
local grabber
|
local grabber = awful.keygrabber.run(
|
||||||
grabber =
|
|
||||||
awful.keygrabber.run(
|
|
||||||
function(_, key, event)
|
function(_, key, event)
|
||||||
if event == "release" then
|
if event == "release" then
|
||||||
return
|
return
|
||||||
|
@ -777,12 +681,9 @@ awful.keyboard.append_global_keybindings(
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
description =
|
description = "Launch multimedia terminal scripts with {Super + t} and then {m, y, a, f}",
|
||||||
"Launch multimedia terminal scripts with {Super + t} and then {m, y, a, f}",
|
group = "Quick keybinds"
|
||||||
group =
|
|
||||||
"Quick keybinds"
|
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
}
|
})
|
||||||
)
|
|
||||||
--[[ ]]
|
--[[ ]]
|
||||||
|
|
|
@ -3,8 +3,7 @@ local awful = require("awful")
|
||||||
client.connect_signal(
|
client.connect_signal(
|
||||||
"request::default_mousebindings",
|
"request::default_mousebindings",
|
||||||
function()
|
function()
|
||||||
awful.mouse.append_client_mousebindings(
|
awful.mouse.append_client_mousebindings({
|
||||||
{
|
|
||||||
awful.button(
|
awful.button(
|
||||||
{ },
|
{ },
|
||||||
1,
|
1,
|
||||||
|
@ -26,13 +25,11 @@ client.connect_signal(
|
||||||
c:activate {context = "mouse_click", action = "mouse_resize"}
|
c:activate {context = "mouse_click", action = "mouse_resize"}
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
}
|
})
|
||||||
)
|
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
-- Mouse bindings on desktop
|
-- Mouse bindings on desktop
|
||||||
awful.mouse.append_global_mousebindings(
|
awful.mouse.append_global_mousebindings({
|
||||||
{
|
|
||||||
awful.button(
|
awful.button(
|
||||||
{ },
|
{ },
|
||||||
4,
|
4,
|
||||||
|
@ -43,8 +40,7 @@ awful.mouse.append_global_mousebindings(
|
||||||
5,
|
5,
|
||||||
awful.tag.viewnext
|
awful.tag.viewnext
|
||||||
)
|
)
|
||||||
}
|
})
|
||||||
)
|
|
||||||
|
|
||||||
-- Enable sloppy focus, so that focus follows mouse.
|
-- Enable sloppy focus, so that focus follows mouse.
|
||||||
client.connect_signal("mouse::enter", function(c)
|
client.connect_signal("mouse::enter", function(c)
|
||||||
|
|
|
@ -194,5 +194,4 @@ screen.connect_signal("request::desktop_decoration", function(s)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end)
|
||||||
)
|
|
||||||
|
|
|
@ -12,18 +12,17 @@ tag.connect_signal(
|
||||||
awful.layout.suit.tile.bottom,
|
awful.layout.suit.tile.bottom,
|
||||||
awful.layout.suit.tile.top,
|
awful.layout.suit.tile.top,
|
||||||
centerwork,
|
centerwork,
|
||||||
-- awful.layout.suit.fair,
|
-- awful.layout.suit.fair,
|
||||||
-- awful.layout.suit.fair.horizontal,
|
-- awful.layout.suit.fair.horizontal,
|
||||||
-- awful.layout.suit.spiral,
|
-- awful.layout.suit.spiral,
|
||||||
-- awful.layout.suit.spiral.dwindle,
|
-- awful.layout.suit.spiral.dwindle,
|
||||||
awful.layout.suit.max,
|
awful.layout.suit.max,
|
||||||
awful.layout.suit.max.fullscreen,
|
awful.layout.suit.max.fullscreen,
|
||||||
-- awful.layout.suit.magnifier,
|
-- awful.layout.suit.magnifier,
|
||||||
-- awful.layout.suit.corner.nw,
|
-- awful.layout.suit.corner.nw,
|
||||||
awful.layout.suit.floating,
|
awful.layout.suit.floating,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
|
@ -194,6 +194,5 @@ ruled.client.connect_signal(
|
||||||
},
|
},
|
||||||
properties = { tag = "" }
|
properties = { tag = "" }
|
||||||
}
|
}
|
||||||
--}}}
|
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
|
local gears = require("gears")
|
||||||
|
|
||||||
-- Create a text widget to display the battery percentage and power profile
|
-- Create a text widget to display the battery percentage and power profile
|
||||||
local battery_text = wibox.widget.textbox()
|
local battery_text = wibox.widget.textbox()
|
||||||
|
|
||||||
local function update_battery_widget(widget, stdout)
|
local function update_battery_widget()
|
||||||
|
awful.spawn.easy_async("acpi", function(stdout)
|
||||||
-- Get the current battery percentage and charging status
|
-- Get the current battery percentage and charging status
|
||||||
local battery_percentage = tonumber(string.match(stdout, "(%d?%d?%d)%%"))
|
local battery_percentage = tonumber(string.match(stdout, "(%d?%d?%d)%%"))
|
||||||
local ac_adapter_status = io.popen("cat /sys/class/power_supply/AC/online"):read("*line")
|
local ac_adapter_status = stdout:match("Charging") and "1" or "0"
|
||||||
|
|
||||||
-- Get the current power profile
|
-- Get the current power profile
|
||||||
local currntpwr = io.popen("powerprofilesctl get"):read("*line")
|
local currntpwr = io.popen("powerprofilesctl get"):read("*line")
|
||||||
|
@ -73,11 +75,16 @@ local function update_battery_widget(widget, stdout)
|
||||||
-- Set the text of the battery_text widget with the battery icon, battery percentage, and power profile symbol
|
-- Set the text of the battery_text widget with the battery icon, battery percentage, and power profile symbol
|
||||||
battery_text:set_markup("<span font='mononoki Nerd Font 13'>" ..
|
battery_text:set_markup("<span font='mononoki Nerd Font 13'>" ..
|
||||||
icon .. "</span>" .. " " .. battery_percentage .. "%" .. pwr_symbol)
|
icon .. "</span>" .. " " .. battery_percentage .. "%" .. pwr_symbol)
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Use the acpi command to get the battery information and call the update_battery_widget function
|
-- Update the battery widget initially
|
||||||
awful.widget.watch('acpi', 10, function(widget, stdout)
|
update_battery_widget()
|
||||||
update_battery_widget(widget, stdout)
|
|
||||||
|
-- Refresh the battery widget every 10 seconds
|
||||||
|
local timer = gears.timer.start_new(10, function()
|
||||||
|
update_battery_widget()
|
||||||
|
return true
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- Create a battery widget that contains the text widget
|
-- Create a battery widget that contains the text widget
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
|
local gears = require("gears")
|
||||||
|
|
||||||
-- Create a textbox widget
|
-- Create a textbox widget
|
||||||
local brightness_text = wibox.widget.textbox()
|
local brightness_widget = wibox.widget.textbox()
|
||||||
|
|
||||||
-- Function to update the brightness value
|
-- Function to update the brightness value
|
||||||
local function update_brightness()
|
local function update_brightness()
|
||||||
awful.spawn.easy_async_with_shell("xbacklight -get", function(stdout)
|
awful.spawn.easy_async_with_shell("brightnessctl -m | awk -F, '{print substr($4, 0, length($4)-1)}'", function(stdout)
|
||||||
local brightness = stdout:gsub("\n", "")
|
local brightness = stdout:gsub("\n", "")
|
||||||
local icon
|
local icon
|
||||||
|
|
||||||
|
@ -32,16 +33,17 @@ local function update_brightness()
|
||||||
icon = ""
|
icon = ""
|
||||||
end
|
end
|
||||||
|
|
||||||
brightness_text:set_markup(icon .. " " .. math.floor(tonumber(brightness)) .. "%")
|
brightness_widget:set_markup(icon .. " " .. math.floor(tonumber(brightness)) .. "%")
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Update the brightness initially
|
-- Update the brightness initially
|
||||||
update_brightness()
|
update_brightness()
|
||||||
|
|
||||||
-- Refresh the brightness every 5 seconds
|
-- Refresh the widget every 5 seconds
|
||||||
awful.widget.watch("bash -c 'xbacklight -get'", 10, function(widget, stdout)
|
local timer = gears.timer.start_new(5, function()
|
||||||
update_brightness()
|
update_brightness()
|
||||||
|
return true
|
||||||
end)
|
end)
|
||||||
|
|
||||||
return brightness_text
|
return brightness_widget
|
||||||
|
|
|
@ -1,23 +1,25 @@
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
|
local gears = require("gears")
|
||||||
|
|
||||||
-- Create a textbox widget
|
-- Create a textbox widget
|
||||||
local layout_text = wibox.widget.textbox()
|
local keyboard_layout_widget = wibox.widget.textbox()
|
||||||
|
|
||||||
-- Function to update the layout value
|
-- Function to update the layout value
|
||||||
local function update_layout()
|
local function update_keyboard_layout_widget()
|
||||||
awful.spawn.easy_async_with_shell("setxkbmap -query | grep -oP 'layout:\\s*\\K\\w+'", function(stdout)
|
awful.spawn.easy_async_with_shell("setxkbmap -query | grep -oP 'layout:\\s*\\K\\w+'", function(stdout)
|
||||||
local layout = stdout:gsub("\n", "")
|
local layout = stdout:gsub("\n", "")
|
||||||
layout_text:set_markup(" " .. layout:upper())
|
keyboard_layout_widget:set_markup(" " .. layout:upper())
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Update the layout initially
|
-- Update the widget initially
|
||||||
update_layout()
|
update_keyboard_layout_widget()
|
||||||
|
|
||||||
-- Refresh the layout every 5 seconds
|
-- Refresh the widget every 10 seconds
|
||||||
awful.widget.watch("bash -c 'setxkbmap -query | grep -oP \"layout:\\\\s*\\\\K\\\\w+\"'", 10, function(widget, stdout)
|
local timer = gears.timer.start_new(10, function()
|
||||||
update_layout()
|
update_keyboard_layout_widget()
|
||||||
|
return true
|
||||||
end)
|
end)
|
||||||
|
|
||||||
return layout_text
|
return keyboard_layout_widget
|
||||||
|
|
|
@ -1,18 +1,23 @@
|
||||||
-- Required libraries
|
-- Required libraries
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
|
local gears = require("gears")
|
||||||
|
|
||||||
-- Create text widget
|
-- Create text widget
|
||||||
local volume_widget = wibox.widget.textbox()
|
local volume_widget = wibox.widget.textbox()
|
||||||
|
|
||||||
-- Function to update the text widget
|
-- Function to update the text widget
|
||||||
local function update_volume(widget)
|
local function update_volume_widget()
|
||||||
local mute = io.popen("pamixer --get-mute"):read()
|
awful.spawn.easy_async_with_shell("pamixer --get-mute", function(mute_stdout)
|
||||||
if mute == "true\n" then
|
local mute = mute_stdout:match("^%s*(.-)%s*$") -- Trim leading/trailing whitespaces
|
||||||
widget:set_text("x")
|
|
||||||
|
if mute == "true" then
|
||||||
|
volume_widget:set_text("x")
|
||||||
else
|
else
|
||||||
local vol = tonumber(io.popen("pamixer --get-volume"):read())
|
awful.spawn.easy_async_with_shell("pamixer --get-volume", function(vol_stdout)
|
||||||
|
local vol = tonumber(vol_stdout:match("^%s*(.-)%s*$")) -- Trim leading/trailing whitespaces
|
||||||
local icon
|
local icon
|
||||||
|
|
||||||
if vol > 50 then
|
if vol > 50 then
|
||||||
icon = ""
|
icon = ""
|
||||||
elseif vol > 10 then
|
elseif vol > 10 then
|
||||||
|
@ -20,16 +25,23 @@ local function update_volume(widget)
|
||||||
elseif vol > 0 then
|
elseif vol > 0 then
|
||||||
icon = ""
|
icon = ""
|
||||||
else
|
else
|
||||||
widget:set_text("x")
|
volume_widget:set_text("x")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
widget:set_text(icon .. " " .. vol .. "%")
|
|
||||||
|
volume_widget:set_text(icon .. " " .. vol .. "%")
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Update the widget every 5 seconds
|
-- Update the widget initially
|
||||||
awful.widget.watch("bash -c 'pamixer --get-volume'", 10, function(widget, stdout)
|
update_volume_widget()
|
||||||
update_volume(widget)
|
|
||||||
end, volume_widget)
|
-- Refresh the widget every 5 seconds
|
||||||
|
local timer = gears.timer.start_new(5, function()
|
||||||
|
update_volume_widget()
|
||||||
|
return true
|
||||||
|
end)
|
||||||
|
|
||||||
return volume_widget
|
return volume_widget
|
||||||
|
|
|
@ -1,26 +1,15 @@
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
|
local gears = require("gears")
|
||||||
|
|
||||||
local wifi_widget = wibox.widget {
|
local wifi_widget = wibox.widget.textbox()
|
||||||
widget = wibox.widget.textbox
|
|
||||||
}
|
|
||||||
|
|
||||||
local function get_wifi_strength()
|
local function get_wifi_strength(callback)
|
||||||
local cmd = [[nmcli -t -f active,ssid,signal dev wifi | grep yes | cut -d ":" -f3]]
|
local cmd = [[nmcli -t -f active,ssid,signal dev wifi | grep yes | cut -d ":" -f3]]
|
||||||
local f = io.popen(cmd)
|
awful.spawn.easy_async_with_shell(cmd, function(stdout)
|
||||||
local strength = f:read("*all")
|
local strength = tonumber(stdout) or 0
|
||||||
f:close()
|
callback(strength)
|
||||||
strength = tonumber(strength)
|
end)
|
||||||
|
|
||||||
if strength <= 30 then
|
|
||||||
return 1
|
|
||||||
elseif strength <= 60 then
|
|
||||||
return 2
|
|
||||||
elseif strength <= 90 then
|
|
||||||
return 3
|
|
||||||
else
|
|
||||||
return 4
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function update_wifi_widget()
|
local function update_wifi_widget()
|
||||||
|
@ -29,10 +18,7 @@ local function update_wifi_widget()
|
||||||
|
|
||||||
-- Get connection state and SSID
|
-- Get connection state and SSID
|
||||||
local cmd = [[nmcli dev | grep wifi | sed 's/ \{2,\}/|/g' | cut -d '|' -f3,4 | head -1]]
|
local cmd = [[nmcli dev | grep wifi | sed 's/ \{2,\}/|/g' | cut -d '|' -f3,4 | head -1]]
|
||||||
local f = io.popen(cmd)
|
awful.spawn.easy_async_with_shell(cmd, function(output)
|
||||||
local output = f:read("*all")
|
|
||||||
f:close()
|
|
||||||
|
|
||||||
for token in string.gmatch(output, "[^|\n]+") do
|
for token in string.gmatch(output, "[^|\n]+") do
|
||||||
if constate == "" then
|
if constate == "" then
|
||||||
constate = token
|
constate = token
|
||||||
|
@ -45,26 +31,32 @@ local function update_wifi_widget()
|
||||||
if constate == "disconnected" then
|
if constate == "disconnected" then
|
||||||
wifi_widget:set_text(" ")
|
wifi_widget:set_text(" ")
|
||||||
elseif constate == "connected" then
|
elseif constate == "connected" then
|
||||||
local strength = get_wifi_strength()
|
get_wifi_strength(function(strength)
|
||||||
local icon = ""
|
local icon = ""
|
||||||
if strength == 1 then
|
if strength <= 30 then
|
||||||
icon = " "
|
icon = " "
|
||||||
elseif strength == 2 then
|
elseif strength <= 60 then
|
||||||
icon = " "
|
icon = " "
|
||||||
elseif strength == 3 then
|
elseif strength <= 90 then
|
||||||
icon = " "
|
icon = " "
|
||||||
elseif strength == 4 then
|
else
|
||||||
icon = " "
|
icon = " "
|
||||||
end
|
end
|
||||||
wifi_widget:set_text(icon .. currentwfi)
|
wifi_widget:set_text(icon .. currentwfi)
|
||||||
|
end)
|
||||||
else
|
else
|
||||||
wifi_widget:set_text(" ")
|
wifi_widget:set_text(" ")
|
||||||
end
|
end
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Update the widget every five seconds
|
-- Update the widget initially
|
||||||
awful.widget.watch("bash -c 'source $HOME/.profile; wifi-widget'", 10, function(widget, stdout)
|
update_wifi_widget()
|
||||||
|
|
||||||
|
-- Refresh the widget every 10 seconds
|
||||||
|
local timer = gears.timer.start_new(5, function()
|
||||||
update_wifi_widget()
|
update_wifi_widget()
|
||||||
|
return true
|
||||||
end)
|
end)
|
||||||
|
|
||||||
return wifi_widget
|
return wifi_widget
|
||||||
|
|
|
@ -54,7 +54,7 @@ update_ms = 200
|
||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "cpu lazy"
|
proc_sorting = "pid"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
|
@ -69,7 +69,7 @@ proc_colors = True
|
||||||
proc_gradient = True
|
proc_gradient = True
|
||||||
|
|
||||||
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
|
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
|
||||||
proc_per_core = False
|
proc_per_core = True
|
||||||
|
|
||||||
#* Show process memory as bytes instead of percent.
|
#* Show process memory as bytes instead of percent.
|
||||||
proc_mem_bytes = True
|
proc_mem_bytes = True
|
||||||
|
|
|
@ -1,567 +0,0 @@
|
||||||
(beacon-mode 1)
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("b". "buffer")
|
|
||||||
:desc "List bookmarks" "L" #'list-bookmarks
|
|
||||||
:desc "Save current bookmarks to bookmark file" "w" #'bookmark-save))
|
|
||||||
|
|
||||||
(global-auto-revert-mode 1)
|
|
||||||
(setq global-auto-revert-non-file-buffers t)
|
|
||||||
|
|
||||||
(evil-define-key 'normal ibuffer-mode-map
|
|
||||||
(kbd "f c") 'ibuffer-filter-by-content
|
|
||||||
(kbd "f d") 'ibuffer-filter-by-directory
|
|
||||||
(kbd "f f") 'ibuffer-filter-by-filename
|
|
||||||
(kbd "f m") 'ibuffer-filter-by-mode
|
|
||||||
(kbd "f n") 'ibuffer-filter-by-name
|
|
||||||
(kbd "f x") 'ibuffer-filter-disable
|
|
||||||
(kbd "g h") 'ibuffer-do-kill-lines
|
|
||||||
(kbd "g H") 'ibuffer-update)
|
|
||||||
|
|
||||||
;; https://stackoverflow.com/questions/9547912/emacs-calendar-show-more-than-3-months
|
|
||||||
(defun dt/year-calendar (&optional year)
|
|
||||||
(interactive)
|
|
||||||
(require 'calendar)
|
|
||||||
(let* (
|
|
||||||
(current-year (number-to-string (nth 5 (decode-time (current-time)))))
|
|
||||||
(month 0)
|
|
||||||
(year (if year year (string-to-number (format-time-string "%Y" (current-time))))))
|
|
||||||
(switch-to-buffer (get-buffer-create calendar-buffer))
|
|
||||||
(when (not (eq major-mode 'calendar-mode))
|
|
||||||
(calendar-mode))
|
|
||||||
(setq displayed-month month)
|
|
||||||
(setq displayed-year year)
|
|
||||||
(setq buffer-read-only nil)
|
|
||||||
(erase-buffer)
|
|
||||||
;; horizontal rows
|
|
||||||
(dotimes (j 4)
|
|
||||||
;; vertical columns
|
|
||||||
(dotimes (i 3)
|
|
||||||
(calendar-generate-month
|
|
||||||
(setq month (+ month 1))
|
|
||||||
year
|
|
||||||
;; indentation / spacing between months
|
|
||||||
(+ 5 (* 25 i))))
|
|
||||||
(goto-char (point-max))
|
|
||||||
(insert (make-string (- 10 (count-lines (point-min) (point-max))) ?\n))
|
|
||||||
(widen)
|
|
||||||
(goto-char (point-max))
|
|
||||||
(narrow-to-region (point-max) (point-max)))
|
|
||||||
(widen)
|
|
||||||
(goto-char (point-min))
|
|
||||||
(setq buffer-read-only t)))
|
|
||||||
|
|
||||||
(defun dt/scroll-year-calendar-forward (&optional arg event)
|
|
||||||
"Scroll the yearly calendar by year in a forward direction."
|
|
||||||
(interactive (list (prefix-numeric-value current-prefix-arg)
|
|
||||||
last-nonmenu-event))
|
|
||||||
(unless arg (setq arg 0))
|
|
||||||
(save-selected-window
|
|
||||||
(if (setq event (event-start event)) (select-window (posn-window event)))
|
|
||||||
(unless (zerop arg)
|
|
||||||
(let* (
|
|
||||||
(year (+ displayed-year arg)))
|
|
||||||
(dt/year-calendar year)))
|
|
||||||
(goto-char (point-min))
|
|
||||||
(run-hooks 'calendar-move-hook)))
|
|
||||||
|
|
||||||
(defun dt/scroll-year-calendar-backward (&optional arg event)
|
|
||||||
"Scroll the yearly calendar by year in a backward direction."
|
|
||||||
(interactive (list (prefix-numeric-value current-prefix-arg)
|
|
||||||
last-nonmenu-event))
|
|
||||||
(dt/scroll-year-calendar-forward (- (or arg 1)) event))
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
:desc "Scroll year calendar backward" "<left>" #'dt/scroll-year-calendar-backward
|
|
||||||
:desc "Scroll year calendar forward" "<right>" #'dt/scroll-year-calendar-forward)
|
|
||||||
|
|
||||||
(defalias 'year-calendar 'dt/year-calendar)
|
|
||||||
|
|
||||||
(use-package! calfw)
|
|
||||||
(use-package! calfw-org)
|
|
||||||
|
|
||||||
(use-package dashboard
|
|
||||||
:init ;; tweak dashboard config before loading it
|
|
||||||
(setq dashboard-set-heading-icons t)
|
|
||||||
(setq dashboard-set-file-icons t)
|
|
||||||
(setq dashboard-banner-logo-title "\nKEYBINDINGS:\
|
|
||||||
\nFind file (SPC .) \
|
|
||||||
Open buffer list (SPC b i)\
|
|
||||||
\nFind recent files (SPC f r) \
|
|
||||||
Open the eshell (SPC e s)\
|
|
||||||
\nOpen dired file manager (SPC d d) \
|
|
||||||
List of keybindings (SPC h b b)")
|
|
||||||
;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner
|
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
|
|
||||||
(setq dashboard-startup-banner "~/.config/doom/emacs-dash.txt") ;; use custom image as banner
|
|
||||||
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
|
||||||
(setq dashboard-items '((recents . 5)
|
|
||||||
(agenda . 5 )
|
|
||||||
(bookmarks . 5)
|
|
||||||
(projects . 5)
|
|
||||||
(registers . 5)))
|
|
||||||
:config
|
|
||||||
(dashboard-setup-startup-hook)
|
|
||||||
(dashboard-modify-heading-icons '((recents . "file-text")
|
|
||||||
(bookmarks . "book"))))
|
|
||||||
|
|
||||||
(setq doom-fallback-buffer "*dashboard*")
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("d" . "dired")
|
|
||||||
:desc "Open dired" "d" #'dired
|
|
||||||
:desc "Dired jump to current" "j" #'dired-jump)
|
|
||||||
(:after dired
|
|
||||||
(:map dired-mode-map
|
|
||||||
:desc "Peep-dired image previews" "d p" #'peep-dired
|
|
||||||
:desc "Dired view file" "d v" #'dired-view-file)))
|
|
||||||
|
|
||||||
(evil-define-key 'normal dired-mode-map
|
|
||||||
(kbd "M-RET") 'dired-display-file
|
|
||||||
(kbd "h") 'dired-up-directory
|
|
||||||
(kbd "l") 'dired-open-file ; use dired-find-file instead of dired-open.
|
|
||||||
(kbd "m") 'dired-mark
|
|
||||||
(kbd "t") 'dired-toggle-marks
|
|
||||||
(kbd "u") 'dired-unmark
|
|
||||||
(kbd "C") 'dired-do-copy
|
|
||||||
(kbd "D") 'dired-do-delete
|
|
||||||
(kbd "J") 'dired-goto-file
|
|
||||||
(kbd "M") 'dired-do-chmod
|
|
||||||
(kbd "O") 'dired-do-chown
|
|
||||||
(kbd "P") 'dired-do-print
|
|
||||||
(kbd "R") 'dired-do-rename
|
|
||||||
(kbd "T") 'dired-do-touch
|
|
||||||
(kbd "Y") 'dired-copy-filenamecopy-filename-as-kill ; copies filename to kill ring.
|
|
||||||
(kbd "+") 'dired-create-directory
|
|
||||||
(kbd "-") 'dired-up-directory
|
|
||||||
(kbd "% l") 'dired-downcase
|
|
||||||
(kbd "% u") 'dired-upcase
|
|
||||||
(kbd "; d") 'epa-dired-do-decrypt
|
|
||||||
(kbd "; e") 'epa-dired-do-encrypt)
|
|
||||||
;; Get file icons in dired
|
|
||||||
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
|
|
||||||
;; With dired-open plugin, you can launch external programs for certain extensions
|
|
||||||
;; For example, I set all .png files to open in 'sxiv' and all .mp4 files to open in 'mpv'
|
|
||||||
(setq dired-open-extensions '(("gif" . "sxiv")
|
|
||||||
("jpg" . "sxiv")
|
|
||||||
("png" . "sxiv")
|
|
||||||
("mkv" . "mpv")
|
|
||||||
("mp4" . "mpv")))
|
|
||||||
|
|
||||||
(evil-define-key 'normal peep-dired-mode-map
|
|
||||||
(kbd "j") 'peep-dired-next-file
|
|
||||||
(kbd "k") 'peep-dired-prev-file)
|
|
||||||
(add-hook 'peep-dired-hook 'evil-normalize-keymaps)
|
|
||||||
|
|
||||||
(setq delete-by-moving-to-trash t
|
|
||||||
trash-directory "~/.local/share/Trash/files/")
|
|
||||||
|
|
||||||
(setq doom-theme 'doom-gruvbox)
|
|
||||||
(map! :leader
|
|
||||||
:desc "Load new theme" "h t" #'counsel-load-theme)
|
|
||||||
|
|
||||||
(use-package emojify
|
|
||||||
:hook (after-init . global-emojify-mode))
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("e". "evaluate/EWW")
|
|
||||||
:desc "Evaluate elisp in buffer" "b" #'eval-buffer
|
|
||||||
:desc "Evaluate defun" "d" #'eval-defun
|
|
||||||
:desc "Evaluate elisp expression" "e" #'eval-expression
|
|
||||||
:desc "Evaluate last sexpression" "l" #'eval-last-sexp
|
|
||||||
:desc "Evaluate elisp in region" "r" #'eval-region))
|
|
||||||
|
|
||||||
(setq browse-url-browser-function 'eww-browse-url)
|
|
||||||
(map! :leader
|
|
||||||
:desc "Search web for text between BEG/END"
|
|
||||||
"s w" #'eww-search-words
|
|
||||||
(:prefix ("e" . "evaluate/EWW")
|
|
||||||
:desc "Eww web browser" "w" #'eww
|
|
||||||
:desc "Eww reload page" "R" #'eww-reload))
|
|
||||||
|
|
||||||
(setq doom-font (font-spec :family "mononoki Nerd Font" :size 15)
|
|
||||||
doom-variable-pitch-font (font-spec :family "mononoki Nerd Font" :size 15)
|
|
||||||
doom-big-font (font-spec :family "mononoki Nerd Font" :size 20))
|
|
||||||
(after! doom-themes
|
|
||||||
(setq doom-themes-enable-bold t
|
|
||||||
doom-themes-enable-italic t))
|
|
||||||
(custom-set-faces!
|
|
||||||
'(font-lock-comment-face :slant italic)
|
|
||||||
'(font-lock-keyword-face :slant italic))
|
|
||||||
|
|
||||||
(setq imenu-list-focus-after-activation t)
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("s" . "Search")
|
|
||||||
:desc "Menu to jump to places in buffer" "i" #'counsel-imenu))
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("t" . "Toggle")
|
|
||||||
:desc "Toggle imenu shown in a sidebar" "i" #'imenu-list-smart-toggle))
|
|
||||||
|
|
||||||
(defun dt/insert-todays-date (prefix)
|
|
||||||
(interactive "P")
|
|
||||||
(let ((format (cond
|
|
||||||
((not prefix) "%A, %B %d, %Y")
|
|
||||||
((equal prefix '(4)) "%m-%d-%Y")
|
|
||||||
((equal prefix '(16)) "%Y-%m-%d"))))
|
|
||||||
(insert (format-time-string format))))
|
|
||||||
|
|
||||||
(require 'calendar)
|
|
||||||
(defun dt/insert-any-date (date)
|
|
||||||
"Insert DATE using the current locale."
|
|
||||||
(interactive (list (calendar-read-date)))
|
|
||||||
(insert (calendar-date-string date)))
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("i d" . "Insert date")
|
|
||||||
:desc "Insert any date" "a" #'dt/insert-any-date
|
|
||||||
:desc "Insert todays date" "t" #'dt/insert-todays-date))
|
|
||||||
|
|
||||||
(setq ivy-posframe-display-functions-alist
|
|
||||||
'((swiper . ivy-posframe-display-at-point)
|
|
||||||
(complete-symbol . ivy-posframe-display-at-point)
|
|
||||||
(counsel-M-x . ivy-display-function-fallback)
|
|
||||||
(counsel-esh-history . ivy-posframe-display-at-window-center)
|
|
||||||
(counsel-describe-function . ivy-display-function-fallback)
|
|
||||||
(counsel-describe-variable . ivy-display-function-fallback)
|
|
||||||
(counsel-find-file . ivy-display-function-fallback)
|
|
||||||
(counsel-recentf . ivy-display-function-fallback)
|
|
||||||
(counsel-register . ivy-posframe-display-at-frame-bottom-window-center)
|
|
||||||
(dmenu . ivy-posframe-display-at-frame-top-center)
|
|
||||||
(nil . ivy-posframe-display))
|
|
||||||
ivy-posframe-height-alist
|
|
||||||
'((swiper . 20)
|
|
||||||
(dmenu . 20)
|
|
||||||
(t . 10)))
|
|
||||||
(ivy-posframe-mode 1) ; 1 enables posframe-mode, 0 disables it.
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("v" . "Ivy")
|
|
||||||
:desc "Ivy push view" "v p" #'ivy-push-view
|
|
||||||
:desc "Ivy switch view" "v s" #'ivy-switch-view))
|
|
||||||
|
|
||||||
(setq display-line-numbers-type t)
|
|
||||||
(map! :leader
|
|
||||||
:desc "Comment or uncomment lines" "TAB TAB" #'comment-line
|
|
||||||
(:prefix ("t" . "toggle")
|
|
||||||
:desc "Toggle line numbers" "l" #'doom/toggle-line-numbers
|
|
||||||
:desc "Toggle line highlight in frame" "h" #'hl-line-mode
|
|
||||||
:desc "Toggle line highlight globally" "H" #'global-hl-line-mode
|
|
||||||
:desc "Toggle truncate lines" "t" #'toggle-truncate-lines))
|
|
||||||
|
|
||||||
(custom-set-faces
|
|
||||||
'(markdown-header-face ((t (:inherit font-lock-function-name-face :weight bold :family "variable-pitch"))))
|
|
||||||
'(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.7))))
|
|
||||||
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.6))))
|
|
||||||
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.5))))
|
|
||||||
'(markdown-header-face-4 ((t (:inherit markdown-header-face :height 1.4))))
|
|
||||||
'(markdown-header-face-5 ((t (:inherit markdown-header-face :height 1.3))))
|
|
||||||
'(markdown-header-face-6 ((t (:inherit markdown-header-face :height 1.2)))))
|
|
||||||
|
|
||||||
(setq minimap-window-location 'right)
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("t" . "toggle")
|
|
||||||
:desc "Toggle minimap-mode" "m" #'minimap-mode))
|
|
||||||
|
|
||||||
(set-face-attribute 'mode-line nil :font "mononoki Nerd Font-13")
|
|
||||||
(setq doom-modeline-height 30 ;; sets modeline height
|
|
||||||
doom-modeline-bar-width 5 ;; sets right bar width
|
|
||||||
doom-modeline-persp-name t ;; adds perspective name to modeline
|
|
||||||
doom-modeline-persp-icon t) ;; adds folder icon next to persp name
|
|
||||||
|
|
||||||
(xterm-mouse-mode 1)
|
|
||||||
|
|
||||||
(after! neotree
|
|
||||||
(setq neo-smart-open t
|
|
||||||
neo-window-fixed-size nil))
|
|
||||||
(after! doom-themes
|
|
||||||
(setq doom-neotree-enable-variable-pitch t))
|
|
||||||
(map! :leader
|
|
||||||
:desc "Toggle neotree file viewer" "t n" #'neotree-toggle
|
|
||||||
:desc "Open directory in neotree" "d n" #'neotree-dir)
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("=" . "open file")
|
|
||||||
:desc "Edit agenda file" "a" #'(lambda () (interactive) (find-file "~/Org/agenda.org"))
|
|
||||||
:desc "Edit doom config.org" "c" #'(lambda () (interactive) (find-file "~/.config/doom/config.org"))
|
|
||||||
:desc "Edit doom init.el" "i" #'(lambda () (interactive) (find-file "~/.config/doom/init.el"))
|
|
||||||
:desc "Edit doom packages.el" "p" #'(lambda () (interactive) (find-file "~/.config/doom/packages.el"))))
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("= e" . "open eshell files")
|
|
||||||
:desc "Edit eshell aliases" "a" #'(lambda () (interactive) (find-file "~/.config/doom/eshell/aliases"))
|
|
||||||
:desc "Edit eshell profile" "p" #'(lambda () (interactive) (find-file "~/.config/doom/eshell/profile"))))
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
:desc "Org babel tangle" "m B" #'org-babel-tangle)
|
|
||||||
(after! org
|
|
||||||
(setq org-directory "~/nc/Org/"
|
|
||||||
org-agenda-files '("~/nc/Org/agenda.org")
|
|
||||||
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
|
||||||
org-ellipsis " ▼ "
|
|
||||||
org-superstar-headline-bullets-list '("◉" "●" "○" "◆" "●" "○" "◆")
|
|
||||||
org-superstar-item-bullet-alist '((?+ . ?➤) (?- . ?✦)) ; changes +/- symbols in item lists
|
|
||||||
org-log-done 'time
|
|
||||||
org-hide-emphasis-markers t
|
|
||||||
;; ex. of org-link-abbrev-alist in action
|
|
||||||
;; [[arch-wiki:Name_of_Page][Description]]
|
|
||||||
org-link-abbrev-alist ; This overwrites the default Doom org-link-abbrev-list
|
|
||||||
'(("google" . "http://www.google.com/search?q=")
|
|
||||||
("arch-wiki" . "https://wiki.archlinux.org/index.php/")
|
|
||||||
("ddg" . "https://duckduckgo.com/?q=")
|
|
||||||
("wiki" . "https://en.wikipedia.org/wiki/"))
|
|
||||||
org-todo-keywords ; This overwrites the default Doom org-todo-keywords
|
|
||||||
'((sequence
|
|
||||||
"TODO(t)" ; A task that is ready to be tackled
|
|
||||||
"BLOG(b)" ; Blog writing assignments
|
|
||||||
"GYM(g)" ; Things to accomplish at the gym
|
|
||||||
"PROJ(p)" ; A project that contains other tasks
|
|
||||||
"VIDEO(v)" ; Video assignments
|
|
||||||
"WAIT(w)" ; Something is holding up this task
|
|
||||||
"|" ; The pipe necessary to separate "active" states and "inactive" states
|
|
||||||
"DONE(d)" ; Task has been completed
|
|
||||||
"CANCELLED(c)" )))) ; Task has been cancelled
|
|
||||||
|
|
||||||
(defun dt/org-colors-doom-one ()
|
|
||||||
"Enable Doom One colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#51afef" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#c678dd" extra-bold)
|
|
||||||
(org-level-3 1.5 "#98be65" bold)
|
|
||||||
(org-level-4 1.4 "#da8548" semi-bold)
|
|
||||||
(org-level-5 1.3 "#5699af" normal)
|
|
||||||
(org-level-6 1.2 "#a9a1e1" normal)
|
|
||||||
(org-level-7 1.1 "#46d9ff" normal)
|
|
||||||
(org-level-8 1.0 "#ff6c6b" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-dracula ()
|
|
||||||
"Enable Dracula colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#8be9fd" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#bd93f9" extra-bold)
|
|
||||||
(org-level-3 1.5 "#50fa7b" bold)
|
|
||||||
(org-level-4 1.4 "#ff79c6" semi-bold)
|
|
||||||
(org-level-5 1.3 "#9aedfe" normal)
|
|
||||||
(org-level-6 1.2 "#caa9fa" normal)
|
|
||||||
(org-level-7 1.1 "#5af78e" normal)
|
|
||||||
(org-level-8 1.0 "#ff92d0" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-gruvbox-dark ()
|
|
||||||
"Enable Gruvbox Dark colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#458588" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#b16286" extra-bold)
|
|
||||||
(org-level-3 1.5 "#98971a" bold)
|
|
||||||
(org-level-4 1.4 "#fb4934" semi-bold)
|
|
||||||
(org-level-5 1.3 "#83a598" normal)
|
|
||||||
(org-level-6 1.2 "#d3869b" normal)
|
|
||||||
(org-level-7 1.1 "#d79921" normal)
|
|
||||||
(org-level-8 1.0 "#8ec07c" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-monokai-pro ()
|
|
||||||
"Enable Monokai Pro colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#78dce8" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#ab9df2" extra-bold)
|
|
||||||
(org-level-3 1.5 "#a9dc76" bold)
|
|
||||||
(org-level-4 1.4 "#fc9867" semi-bold)
|
|
||||||
(org-level-5 1.3 "#ff6188" normal)
|
|
||||||
(org-level-6 1.2 "#ffd866" normal)
|
|
||||||
(org-level-7 1.1 "#78dce8" normal)
|
|
||||||
(org-level-8 1.0 "#ab9df2" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-nord ()
|
|
||||||
"Enable Nord colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#81a1c1" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#b48ead" extra-bold)
|
|
||||||
(org-level-3 1.5 "#a3be8c" bold)
|
|
||||||
(org-level-4 1.4 "#ebcb8b" semi-bold)
|
|
||||||
(org-level-5 1.3 "#bf616a" normal)
|
|
||||||
(org-level-6 1.2 "#88c0d0" normal)
|
|
||||||
(org-level-7 1.1 "#81a1c1" normal)
|
|
||||||
(org-level-8 1.0 "#b48ead" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-oceanic-next ()
|
|
||||||
"Enable Oceanic Next colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#6699cc" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#c594c5" extra-bold)
|
|
||||||
(org-level-3 1.5 "#99c794" bold)
|
|
||||||
(org-level-4 1.4 "#fac863" semi-bold)
|
|
||||||
(org-level-5 1.3 "#5fb3b3" normal)
|
|
||||||
(org-level-6 1.2 "#ec5f67" normal)
|
|
||||||
(org-level-7 1.1 "#6699cc" normal)
|
|
||||||
(org-level-8 1.0 "#c594c5" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-palenight ()
|
|
||||||
"Enable Palenight colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#82aaff" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#c792ea" extra-bold)
|
|
||||||
(org-level-3 1.5 "#c3e88d" bold)
|
|
||||||
(org-level-4 1.4 "#ffcb6b" semi-bold)
|
|
||||||
(org-level-5 1.3 "#a3f7ff" normal)
|
|
||||||
(org-level-6 1.2 "#e1acff" normal)
|
|
||||||
(org-level-7 1.1 "#f07178" normal)
|
|
||||||
(org-level-8 1.0 "#ddffa7" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-solarized-dark ()
|
|
||||||
"Enable Solarized Dark colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#268bd2" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#d33682" extra-bold)
|
|
||||||
(org-level-3 1.5 "#859900" bold)
|
|
||||||
(org-level-4 1.4 "#b58900" semi-bold)
|
|
||||||
(org-level-5 1.3 "#cb4b16" normal)
|
|
||||||
(org-level-6 1.2 "#6c71c4" normal)
|
|
||||||
(org-level-7 1.1 "#2aa198" normal)
|
|
||||||
(org-level-8 1.0 "#657b83" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-solarized-light ()
|
|
||||||
"Enable Solarized Light colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#268bd2" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#d33682" extra-bold)
|
|
||||||
(org-level-3 1.5 "#859900" bold)
|
|
||||||
(org-level-4 1.4 "#b58900" semi-bold)
|
|
||||||
(org-level-5 1.3 "#cb4b16" normal)
|
|
||||||
(org-level-6 1.2 "#6c71c4" normal)
|
|
||||||
(org-level-7 1.1 "#2aa198" normal)
|
|
||||||
(org-level-8 1.0 "#657b83" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
(defun dt/org-colors-tomorrow-night ()
|
|
||||||
"Enable Tomorrow Night colors for Org headers."
|
|
||||||
(interactive)
|
|
||||||
(dolist
|
|
||||||
(face
|
|
||||||
'((org-level-1 1.7 "#81a2be" ultra-bold)
|
|
||||||
(org-level-2 1.6 "#b294bb" extra-bold)
|
|
||||||
(org-level-3 1.5 "#b5bd68" bold)
|
|
||||||
(org-level-4 1.4 "#e6c547" semi-bold)
|
|
||||||
(org-level-5 1.3 "#cc6666" normal)
|
|
||||||
(org-level-6 1.2 "#70c0ba" normal)
|
|
||||||
(org-level-7 1.1 "#b77ee0" normal)
|
|
||||||
(org-level-8 1.0 "#9ec400" normal)))
|
|
||||||
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
|
|
||||||
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
|
|
||||||
|
|
||||||
;; Load our desired dt/org-colors-* theme on startup
|
|
||||||
(dt/org-colors-tomorrow-night)
|
|
||||||
|
|
||||||
(use-package ox-man)
|
|
||||||
(use-package ox-gemini)
|
|
||||||
|
|
||||||
(setq org-journal-dir "~/nc/Org/journal/"
|
|
||||||
org-journal-date-prefix "* "
|
|
||||||
org-journal-time-prefix "** "
|
|
||||||
org-journal-date-format "%B %d, %Y (%A) "
|
|
||||||
org-journal-file-format "%Y-%m-%d.org")
|
|
||||||
|
|
||||||
(setq org-publish-use-timestamps-flag nil)
|
|
||||||
(setq org-export-with-broken-links t)
|
|
||||||
|
|
||||||
(use-package! org-auto-tangle
|
|
||||||
:defer t
|
|
||||||
:hook (org-mode . org-auto-tangle-mode)
|
|
||||||
:config
|
|
||||||
(setq org-auto-tangle-default t))
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
:desc "Switch to perspective NAME" "DEL" #'persp-switch
|
|
||||||
:desc "Switch to buffer in perspective" "," #'persp-switch-to-buffer
|
|
||||||
:desc "Switch to next perspective" "]" #'persp-next
|
|
||||||
:desc "Switch to previous perspective" "[" #'persp-prev
|
|
||||||
:desc "Add a buffer current perspective" "+" #'persp-add-buffer
|
|
||||||
:desc "Remove perspective by name" "-" #'persp-remove-by-name)
|
|
||||||
|
|
||||||
(define-globalized-minor-mode global-rainbow-mode rainbow-mode
|
|
||||||
(lambda () (rainbow-mode 1)))
|
|
||||||
(global-rainbow-mode 1 )
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("r" . "registers")
|
|
||||||
:desc "Copy to register" "c" #'copy-to-register
|
|
||||||
:desc "Frameset to register" "f" #'frameset-to-register
|
|
||||||
:desc "Insert contents of register" "i" #'insert-register
|
|
||||||
:desc "Jump to register" "j" #'jump-to-register
|
|
||||||
:desc "List registers" "l" #'list-registers
|
|
||||||
:desc "Number to register" "n" #'number-to-register
|
|
||||||
:desc "Interactively choose a register" "r" #'counsel-register
|
|
||||||
:desc "View a register" "v" #'view-register
|
|
||||||
:desc "Window configuration to register" "w" #'window-configuration-to-register
|
|
||||||
:desc "Increment register" "+" #'increment-register
|
|
||||||
:desc "Point to register" "SPC" #'point-to-register))
|
|
||||||
|
|
||||||
(setq shell-file-name "/bin/bash"
|
|
||||||
vterm-max-scrollback 5000)
|
|
||||||
(setq eshell-rc-script "~/.config/doom/eshell/profile"
|
|
||||||
eshell-aliases-file "~/.config/doom/eshell/aliases"
|
|
||||||
eshell-history-size 5000
|
|
||||||
eshell-buffer-maximum-lines 5000
|
|
||||||
eshell-hist-ignoredups t
|
|
||||||
eshell-scroll-to-bottom-on-input t
|
|
||||||
eshell-destroy-buffer-when-process-dies t
|
|
||||||
eshell-visual-commands'("bash" "fish" "htop" "ssh" "top" "zsh"))
|
|
||||||
(map! :leader
|
|
||||||
:desc "Eshell" "e s" #'eshell
|
|
||||||
:desc "Eshell popup toggle" "e t" #'+eshell/toggle
|
|
||||||
:desc "Counsel eshell history" "e h" #'counsel-esh-history
|
|
||||||
:desc "Vterm popup toggle" "v t" #'+vterm/toggle)
|
|
||||||
|
|
||||||
(defun prefer-horizontal-split ()
|
|
||||||
(set-variable 'split-height-threshold nil t)
|
|
||||||
(set-variable 'split-width-threshold 40 t)) ; make this as low as needed
|
|
||||||
(add-hook 'markdown-mode-hook 'prefer-horizontal-split)
|
|
||||||
(map! :leader
|
|
||||||
:desc "Clone indirect buffer other window" "b c" #'clone-indirect-buffer-other-window)
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
(:prefix ("w" . "window")
|
|
||||||
:desc "Winner redo" "<right>" #'winner-redo
|
|
||||||
:desc "Winner undo" "<left>" #'winner-undo))
|
|
||||||
|
|
||||||
(map! :leader
|
|
||||||
:desc "Zap to char" "z" #'zap-to-char
|
|
||||||
:desc "Zap up to char" "Z" #'zap-up-to-char)
|
|
||||||
|
|
||||||
(set-frame-parameter (selected-frame) 'alpha '(98 . 80))
|
|
||||||
(add-to-list 'default-frame-alist '(alpha . (98 . 80)))
|
|
||||||
|
|
||||||
(add-hook 'prog-mode-hook #'lsp)
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,19 +0,0 @@
|
||||||
================= =============== =============== ======== ========
|
|
||||||
\\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . //
|
|
||||||
||. . ._____. . .|| ||. . ._____. . .|| ||. . ._____. . .|| || . . .\/ . . .||
|
|
||||||
|| . .|| ||. . || || . .|| ||. . || || . .|| ||. . || ||. . . . . . . ||
|
|
||||||
||. . || || . .|| ||. . || || . .|| ||. . || || . .|| || . | . . . . .||
|
|
||||||
|| . .|| ||. _-|| ||-_ .|| ||. . || || . .|| ||. _-|| ||-_.|\ . . . . ||
|
|
||||||
||. . || ||-' || || `-|| || . .|| ||. . || ||-' || || `|\_ . .|. .||
|
|
||||||
|| . _|| || || || || ||_ . || || . _|| || || || |\ `-_/| . ||
|
|
||||||
||_-' || .|/ || || \|. || `-_|| ||_-' || .|/ || || | \ / |-_.||
|
|
||||||
|| ||_-' || || `-_|| || || ||_-' || || | \ / | `||
|
|
||||||
|| `' || || `' || || `' || || | \ / | ||
|
|
||||||
|| .===' `===. .==='.`===. .===' /==. | \/ | ||
|
|
||||||
|| .==' \_|-_ `===. .===' _|_ `===. .===' _-|/ `== \/ | ||
|
|
||||||
|| .==' _-' `-_ `=' _-' `-_ `=' _-' `-_ /| \/ | ||
|
|
||||||
|| .==' _-' '-__\._-' '-_./__-' `' |. /| | ||
|
|
||||||
||.==' _-' `' | /==.||
|
|
||||||
==' _-' EMACS \/ `==
|
|
||||||
\ _-' `-_ /
|
|
||||||
`'' ``'
|
|
|
@ -1,26 +0,0 @@
|
||||||
# Aliases for emacs commands
|
|
||||||
alias ff find-file $1
|
|
||||||
|
|
||||||
# Changing "ls" to "exa"
|
|
||||||
alias ls exa -al --color=always --group-directories-first $* # my preferred listing
|
|
||||||
alias la exa -a --color=always --group-directories-first $* # all files and dirs
|
|
||||||
alias ll exa -l --color=always --group-directories-first $* # long format
|
|
||||||
alias lt exa -aT --color=always --group-directories-first $* # tree listing
|
|
||||||
alias l. exa -a1 $* | grep "^\." # list hidden files
|
|
||||||
|
|
||||||
# Merge Xresources
|
|
||||||
alias merge xrdb -merge ~/.Xresources
|
|
||||||
|
|
||||||
# Aliases for doom emacs utilties
|
|
||||||
alias doomsync ~/.emacs.d/bin/doom sync
|
|
||||||
alias doomdoctor ~/.emacs.d/bin/doom doctor
|
|
||||||
alias doomupgrade ~/.emacs.d/bin/doom upgrade
|
|
||||||
alias doompurge ~/.emacs.d/bin/doom purge
|
|
||||||
|
|
||||||
# Confirm before overwriting something
|
|
||||||
alias cp cp -i $1
|
|
||||||
alias mv mv -i $1
|
|
||||||
alias rm rm -i $1
|
|
||||||
|
|
||||||
# bare git repo alias for dotfiles
|
|
||||||
alias config /usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME $*
|
|
|
@ -1 +0,0 @@
|
||||||
colorscript random
|
|
|
@ -1,191 +0,0 @@
|
||||||
;;; init.el -*- lexical-binding: t; -*-
|
|
||||||
|
|
||||||
;; This file controls what Doom modules are enabled and what order they load
|
|
||||||
;; in. Remember to run 'doom sync' after modifying it!
|
|
||||||
|
|
||||||
;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's
|
|
||||||
;; documentation. There you'll find a "Module Index" link where you'll find
|
|
||||||
;; a comprehensive list of Doom's modules and what flags they support.
|
|
||||||
|
|
||||||
;; NOTE Move your cursor over a module's name (or its flags) and press 'K' (or
|
|
||||||
;; 'C-c c k' for non-vim users) to view its documentation. This works on
|
|
||||||
;; flags as well (those symbols that start with a plus).
|
|
||||||
;;
|
|
||||||
;; Alternatively, press 'gd' (or 'C-c c d') on a module to browse its
|
|
||||||
;; directory (for easy access to its source code).
|
|
||||||
|
|
||||||
(doom! :input
|
|
||||||
;;chinese
|
|
||||||
;;japanese
|
|
||||||
;;layout ; auie,ctsrnm is the superior home row
|
|
||||||
|
|
||||||
:completion
|
|
||||||
company ; the ultimate code completion backend
|
|
||||||
;;helm ; the *other* search engine for love and life
|
|
||||||
;;ido ; the other *other* search engine...
|
|
||||||
(ivy +fonts +childframe) ; a search engine for love and life
|
|
||||||
|
|
||||||
:ui
|
|
||||||
;;deft ; notational velocity for Emacs
|
|
||||||
doom ; what makes DOOM look the way it does
|
|
||||||
;;doom-dashboard ; a nifty splash screen for Emacs
|
|
||||||
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
|
||||||
(emoji +unicode) ; 🙂
|
|
||||||
;;fill-column ; a `fill-column' indicator
|
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
|
||||||
;;hydra
|
|
||||||
;;indent-guides ; highlighted indent columns
|
|
||||||
(ligatures +extras) ; ligatures and symbols to make your code pretty again
|
|
||||||
;;minimap ; show a map of the code on the side
|
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
|
||||||
;;nav-flash ; blink cursor line after big motions
|
|
||||||
neotree ; a project drawer, like NERDTree for vim
|
|
||||||
ophints ; highlight the region an operation acts on
|
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
||||||
;;tabs ; a tab bar for Emacs
|
|
||||||
;;treemacs ; a project drawer, like neotree but cooler
|
|
||||||
;;unicode ; extended unicode support for various languages
|
|
||||||
vc-gutter ; vcs diff in the fringe
|
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
|
||||||
window-select ; visually switch windows
|
|
||||||
workspaces ; tab emulation, persistence & separate workspaces
|
|
||||||
zen ; distraction-free coding or writing
|
|
||||||
|
|
||||||
:editor
|
|
||||||
(evil +everywhere) ; come to the dark side, we have cookies
|
|
||||||
file-templates ; auto-snippets for empty files
|
|
||||||
fold ; (nigh) universal code folding
|
|
||||||
;;(format +onsave) ; automated prettiness
|
|
||||||
;;god ; run Emacs commands without modifier keys
|
|
||||||
lispy ; vim for lisp, for people who don't like vim
|
|
||||||
;;multiple-cursors ; editing in many places at once
|
|
||||||
;;objed ; text object editing for the innocent
|
|
||||||
;;parinfer ; turn lisp into python, sort of
|
|
||||||
;;rotate-text ; cycle region at point between text candidates
|
|
||||||
snippets ; my elves. They type so I don't have to
|
|
||||||
;;word-wrap ; soft wrapping with language-aware indent
|
|
||||||
|
|
||||||
:emacs
|
|
||||||
(dired +icons) ; making dired pretty [functional]
|
|
||||||
electric ; smarter, keyword-based electric-indent
|
|
||||||
(ibuffer +icons) ; interactive buffer management
|
|
||||||
undo ; persistent, smarter undo for your inevitable mistakes
|
|
||||||
vc ; version-control and Emacs, sitting in a tree
|
|
||||||
|
|
||||||
:term
|
|
||||||
eshell ; the elisp shell that works everywhere
|
|
||||||
shell ; simple shell REPL for Emacs
|
|
||||||
;;term ; basic terminal emulator for Emacs
|
|
||||||
vterm ; the best terminal emulation in Emacs
|
|
||||||
|
|
||||||
:checkers
|
|
||||||
syntax ; tasing you for every semicolon you forget
|
|
||||||
;;(spell +aspell) ; tasing you for misspelling mispelling
|
|
||||||
;;grammar ; tasing grammar mistake every you make
|
|
||||||
|
|
||||||
:tools
|
|
||||||
;;ansible
|
|
||||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
|
||||||
;;direnv
|
|
||||||
;;docker
|
|
||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
|
||||||
;;gist ; interacting with github gists
|
|
||||||
lookup ; navigate your code and its documentation
|
|
||||||
lsp
|
|
||||||
magit ; a git porcelain for Emacs
|
|
||||||
;;make ; run make tasks from Emacs
|
|
||||||
;;pass ; password manager for nerds
|
|
||||||
pdf ; pdf enhancements
|
|
||||||
;;prodigy ; FIXME managing external services & code builders
|
|
||||||
;;rgb ; creating color strings
|
|
||||||
;;taskrunner ; taskrunner for all your projects
|
|
||||||
;;terraform ; infrastructure as code
|
|
||||||
;;tmux ; an API for interacting with tmux
|
|
||||||
;;upload ; map local to remote projects via ssh/ftp
|
|
||||||
|
|
||||||
:os
|
|
||||||
(:if IS-MAC macos) ; improve compatibility with macOS
|
|
||||||
;;tty ; improve the terminal Emacs experience
|
|
||||||
|
|
||||||
:lang
|
|
||||||
;;agda ; types of types of types of types...
|
|
||||||
cc ; C/C++/Obj-C madness
|
|
||||||
;;clojure ; java with a lisp
|
|
||||||
common-lisp ; if you've seen one lisp, you've seen them all
|
|
||||||
;;coq ; proofs-as-programs
|
|
||||||
;;crystal ; ruby at the speed of c
|
|
||||||
csharp ; unity, .NET, and mono shenanigans
|
|
||||||
;;data ; config/data formats
|
|
||||||
;;(dart +flutter) ; paint ui and not much else
|
|
||||||
;;elixir ; erlang done right
|
|
||||||
;;elm ; care for a cup of TEA?
|
|
||||||
emacs-lisp ; drown in parentheses
|
|
||||||
;;erlang ; an elegant language for a more civilized age
|
|
||||||
;;ess ; emacs speaks statistics
|
|
||||||
;;faust ; dsp, but you get to keep your soul
|
|
||||||
;;fsharp ; ML stands for Microsoft's Language
|
|
||||||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
|
||||||
;;gdscript ; the language you waited for
|
|
||||||
;;(go +lsp) ; the hipster dialect
|
|
||||||
;;(haskell +dante) ; a language that's lazier than I am
|
|
||||||
;;hy ; readability of scheme w/ speed of python
|
|
||||||
;;idris ; a language you can depend on
|
|
||||||
json ; At least it ain't XML
|
|
||||||
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
|
||||||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
|
||||||
;;julia ; a better, faster MATLAB
|
|
||||||
;;kotlin ; a better, slicker Java(Script)
|
|
||||||
latex ; writing papers in Emacs has never been so fun
|
|
||||||
;;lean
|
|
||||||
;;factor
|
|
||||||
;;ledger ; an accounting system in Emacs
|
|
||||||
lua ; one-based indices? one-based indices
|
|
||||||
markdown ; writing docs for people to ignore
|
|
||||||
;;nim ; python + lisp at the speed of c
|
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
|
||||||
;;ocaml ; an objective camel
|
|
||||||
(org
|
|
||||||
+journal ; enable org journal
|
|
||||||
+pretty ; replace asterisks with pretty org bullets
|
|
||||||
+publish ; create static websites with org
|
|
||||||
+roam2) ; org roam v2
|
|
||||||
php ; perl's insecure younger brother
|
|
||||||
;;plantuml ; diagrams for confusing people more
|
|
||||||
;;purescript ; javascript, but functional
|
|
||||||
python ; beautiful is better than ugly
|
|
||||||
;;qt ; the 'cutest' gui framework ever
|
|
||||||
;;racket ; a DSL for DSLs
|
|
||||||
;;raku ; the artist formerly known as perl6
|
|
||||||
;;rest ; Emacs as a REST client
|
|
||||||
;;rst ; ReST in peace
|
|
||||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
|
||||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
|
||||||
;;scala ; java, but good
|
|
||||||
scheme ; a fully conniving family of lisps
|
|
||||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
|
||||||
;;sml
|
|
||||||
;;solidity ; do you need a blockchain? No.
|
|
||||||
;;swift ; who asked for emoji variables?
|
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
|
||||||
web ; the tubes
|
|
||||||
yaml ; JSON, but readable
|
|
||||||
|
|
||||||
:email
|
|
||||||
;;mu4e
|
|
||||||
;;smtpmail
|
|
||||||
;;notmuch
|
|
||||||
;;(wanderlust +gmail)
|
|
||||||
|
|
||||||
:app
|
|
||||||
;;calendar
|
|
||||||
;; emms
|
|
||||||
;;everywhere ; *leave* Emacs!? You must be joking
|
|
||||||
;;irc ; how neckbeards socialize
|
|
||||||
;;rss ; emacs as an RSS reader
|
|
||||||
;;twitter ; twitter client https://twitter.com/vnought
|
|
||||||
|
|
||||||
:config
|
|
||||||
literate
|
|
||||||
(default +bindings +smartparens))
|
|
|
@ -1,90 +0,0 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
|
||||||
;;; $DOOMDIR/packages.el
|
|
||||||
|
|
||||||
;; To install a package with Doom you must declare them here and run 'doom sync'
|
|
||||||
;; on the command line, then restart Emacs for the changes to take effect -- or
|
|
||||||
;; use 'M-x doom/reload'.
|
|
||||||
|
|
||||||
|
|
||||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
|
||||||
;(package! some-package)
|
|
||||||
|
|
||||||
;; To install a package directly from a remote git repo, you must specify a
|
|
||||||
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
|
||||||
;; https://github.com/raxod502/straight.el#the-recipe-format
|
|
||||||
;(package! another-package
|
|
||||||
; :recipe (:host github :repo "username/repo"))
|
|
||||||
|
|
||||||
;; If the package you are trying to install does not contain a PACKAGENAME.el
|
|
||||||
;; file, or is located in a subdirectory of the repo, you'll need to specify
|
|
||||||
;; `:files' in the `:recipe':
|
|
||||||
;(package! this-package
|
|
||||||
; :recipe (:host github :repo "username/repo"
|
|
||||||
; :files ("some-file.el" "src/lisp/*.el")))
|
|
||||||
|
|
||||||
;; If you'd like to disable a package included with Doom, you can do so here
|
|
||||||
;; with the `:disable' property:
|
|
||||||
;(package! builtin-package :disable t)
|
|
||||||
|
|
||||||
;; You can override the recipe of a built in package without having to specify
|
|
||||||
;; all the properties for `:recipe'. These will inherit the rest of its recipe
|
|
||||||
;; from Doom or MELPA/ELPA/Emacsmirror:
|
|
||||||
;(package! builtin-package :recipe (:nonrecursive t))
|
|
||||||
;(package! builtin-package-2 :recipe (:repo "myfork/package"))
|
|
||||||
|
|
||||||
;; Specify a `:branch' to install a package from a particular branch or tag.
|
|
||||||
;; This is required for some packages whose default branch isn't 'master' (which
|
|
||||||
;; our package manager can't deal with; see raxod502/straight.el#279)
|
|
||||||
;(package! builtin-package :recipe (:branch "develop"))
|
|
||||||
|
|
||||||
;; Use `:pin' to specify a particular commit to install.
|
|
||||||
;(package! builtin-package :pin "1a2b3c4d5e")
|
|
||||||
|
|
||||||
|
|
||||||
;; Doom's packages are pinned to a specific commit and updated from release to
|
|
||||||
;; release. The `unpin!' macro allows you to unpin single packages...
|
|
||||||
;(unpin! pinned-package)
|
|
||||||
;; ...or multiple packages
|
|
||||||
;(unpin! pinned-package another-pinned-package)
|
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
|
||||||
;(unpin! t)
|
|
||||||
|
|
||||||
(package! gitconfig-mode
|
|
||||||
:recipe (:host github :repo "magit/git-modes"
|
|
||||||
:files ("gitconfig-mode.el")))
|
|
||||||
(package! gitignore-mode
|
|
||||||
:recipe (:host github :repo "magit/git-modes"
|
|
||||||
:files ("gitignore-mode.el")))
|
|
||||||
(package! flycheck-aspell)
|
|
||||||
(package! async)
|
|
||||||
(package! calfw)
|
|
||||||
(package! calfw-org)
|
|
||||||
(package! dashboard)
|
|
||||||
(package! dired-open)
|
|
||||||
(package! dired-subtree)
|
|
||||||
(package! dmenu)
|
|
||||||
(package! elpher)
|
|
||||||
(package! emojify)
|
|
||||||
(package! esxml)
|
|
||||||
(package! evil-tutor)
|
|
||||||
(package! imenu-list)
|
|
||||||
(package! ivy-posframe)
|
|
||||||
(package! mw-thesaurus)
|
|
||||||
(package! org-board)
|
|
||||||
(package! org-web-tools)
|
|
||||||
(package! org-auto-tangle)
|
|
||||||
(package! ox-gemini)
|
|
||||||
(package! pacmacs)
|
|
||||||
(package! peep-dired)
|
|
||||||
(package! rainbow-mode)
|
|
||||||
(package! request)
|
|
||||||
(package! resize-window)
|
|
||||||
(package! s)
|
|
||||||
(package! tldr)
|
|
||||||
(package! wc-mode)
|
|
||||||
(package! beacon)
|
|
||||||
(package! minimap)
|
|
||||||
(package! olivetti)
|
|
||||||
(package! sharper)
|
|
||||||
(package! csproj-mode)
|
|
||||||
(package! dap-mode)
|
|
|
@ -9,13 +9,13 @@
|
||||||
# First line removes the path; second line sets it. Without the first line,
|
# First line removes the path; second line sets it. Without the first line,
|
||||||
# your path gets massive and fish becomes very slow.
|
# your path gets massive and fish becomes very slow.
|
||||||
set -e fish_user_paths
|
set -e fish_user_paths
|
||||||
set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.config/emacs/bin $HOME/Applications /var/lib/flatpak/exports/bin/ $fish_user_paths
|
set -U fish_user_paths $HOME/.local/bin /var/lib/flatpak/exports/bin/ $fish_user_paths
|
||||||
|
|
||||||
### EXPORT ###
|
### EXPORT ###
|
||||||
set fish_greeting # Supresses fish's intro message
|
set fish_greeting # Supresses fish's intro message
|
||||||
set TERM "xterm-256color" # Sets the terminal type
|
set TERM "xterm-256color" # Sets the terminal type
|
||||||
set EDITOR "emacsclient -t -a ''"
|
set EDITOR "$HOME/.local/bin/lvim"
|
||||||
set VISUAL "emacsclient -c -a 'emacs'"
|
set VISUAL "wezterm start --class editor -- $EDITOR"
|
||||||
|
|
||||||
### SET BAT AS MANPAGER
|
### SET BAT AS MANPAGER
|
||||||
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||||
|
@ -34,7 +34,6 @@ set fish_color_command brcyan
|
||||||
set fish_color_error '#fb4934'
|
set fish_color_error '#fb4934'
|
||||||
set fish_color_param brcyan
|
set fish_color_param brcyan
|
||||||
|
|
||||||
|
|
||||||
### FUNCTIONS ###
|
### FUNCTIONS ###
|
||||||
# Functions needed for !! and !$
|
# Functions needed for !! and !$
|
||||||
function __history_previous_command
|
function __history_previous_command
|
||||||
|
@ -126,23 +125,17 @@ alias .4='cd ../../../..'
|
||||||
alias .5='cd ../../../../..'
|
alias .5='cd ../../../../..'
|
||||||
|
|
||||||
# emacs as vim
|
# emacs as vim
|
||||||
alias vim="emacsclient -t -a ''"
|
alias vim="$EDITOR"
|
||||||
|
|
||||||
# newsboat
|
|
||||||
alias newsboat='newsboat -u ~/.config/newsboat/urls'
|
|
||||||
|
|
||||||
# bat as cat
|
# bat as cat
|
||||||
alias cat='bat'
|
alias cat='bat'
|
||||||
|
|
||||||
# pfetch as neofetch
|
# Changing "ls" to "eza"
|
||||||
alias neofetch='pfetch'
|
alias ls='eza -al --color=always --group-directories-first' # my preferred listing
|
||||||
|
alias la='eza -a --color=always --group-directories-first' # all files and dirs
|
||||||
# Changing "ls" to "exa"
|
alias ll='eza -l --color=always --group-directories-first' # long format
|
||||||
alias ls='exa -al --color=always --group-directories-first' # my preferred listing
|
alias lt='eza -aT --color=always --group-directories-first' # tree listing
|
||||||
alias la='exa -a --color=always --group-directories-first' # all files and dirs
|
alias l.='eza -a | egrep "^\."'
|
||||||
alias ll='exa -l --color=always --group-directories-first' # long format
|
|
||||||
alias lt='exa -aT --color=always --group-directories-first' # tree listing
|
|
||||||
alias l.='exa -a | egrep "^\."'
|
|
||||||
|
|
||||||
# package management
|
# package management
|
||||||
alias pac-up='paru -Syu'
|
alias pac-up='paru -Syu'
|
||||||
|
@ -158,9 +151,9 @@ alias egrep='egrep --color=auto'
|
||||||
alias fgrep='fgrep --color=auto'
|
alias fgrep='fgrep --color=auto'
|
||||||
|
|
||||||
# file management
|
# file management
|
||||||
alias fm="vifm"
|
alias fm="$HOME/.config/vifm/scripts/vifmrun"
|
||||||
alias file="vifm"
|
alias flm="$HOME/.config/vifm/scripts/vifmrun"
|
||||||
alias flm="vifm"
|
alias vifm="$HOME/.config/vifm/scripts/vifmrun"
|
||||||
alias cp='cp -iv'
|
alias cp='cp -iv'
|
||||||
alias mv='mv -iv'
|
alias mv='mv -iv'
|
||||||
alias rm='rm -vI'
|
alias rm='rm -vI'
|
||||||
|
@ -222,12 +215,6 @@ alias youtube='ytfzf -ftsl'
|
||||||
alias ytm='ytfzf -mtsl'
|
alias ytm='ytfzf -mtsl'
|
||||||
alias youtube-music='ytfzf -mtsl'
|
alias youtube-music='ytfzf -mtsl'
|
||||||
|
|
||||||
# the terminal rickroll
|
|
||||||
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'
|
|
||||||
|
|
||||||
# Mocp must be launched with bash instead of Fish!
|
|
||||||
alias mocp="bash -c mocp"
|
|
||||||
|
|
||||||
# network and bluetooth
|
# network and bluetooth
|
||||||
alias netstats='nmcli dev'
|
alias netstats='nmcli dev'
|
||||||
alias wfi='nmtui-connect'
|
alias wfi='nmtui-connect'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[user]
|
[user]
|
||||||
mail = misterclay@tutanota.com
|
mail = maverick.xero@proton.me
|
||||||
name = Clay Gomera
|
name = Darius Drake
|
||||||
email = misterclay@tutanota.com
|
email = maverick.xero@proton.me
|
||||||
|
|
|
@ -4,8 +4,8 @@ ShowHidden=false
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=0
|
GeometryX=0
|
||||||
GeometryY=0
|
GeometryY=0
|
||||||
GeometryWidth=772
|
GeometryWidth=780
|
||||||
GeometryHeight=560
|
GeometryHeight=585
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=ascending
|
SortOrder=ascending
|
||||||
StartupMode=recent
|
StartupMode=recent
|
||||||
|
|
|
@ -1,19 +1,14 @@
|
||||||
# DO NOT EDIT! This file will be overwritten by nwg-look.
|
|
||||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
|
||||||
|
|
||||||
include "/home/drk/.gtkrc-2.0.mine"
|
|
||||||
gtk-theme-name="gruvbox-dark-gtk"
|
gtk-theme-name="gruvbox-dark-gtk"
|
||||||
gtk-icon-theme-name="gruvbox-dark-icons-gtk"
|
gtk-icon-theme-name="gruvbox-dark-icons-gtk"
|
||||||
gtk-font-name="Cantarell 10"
|
gtk-font-name="Cantarell 10"
|
||||||
gtk-cursor-theme-name="Simp1e-Gruvbox-Dark"
|
gtk-cursor-theme-name="Simp1e-Gruvbox-Dark"
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
gtk-button-images=1
|
gtk-button-images=1
|
||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=0
|
gtk-enable-input-feedback-sounds=1
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle="hintslight"
|
gtk-xft-hintstyle="hintfull"
|
||||||
gtk-xft-rgba="rgb"
|
|
||||||
|
|
0
user/.config/gtk-3.0/bookmarks
Normal file
0
user/.config/gtk-3.0/bookmarks
Normal file
|
@ -3,15 +3,13 @@ gtk-theme-name=gruvbox-dark-gtk
|
||||||
gtk-icon-theme-name=gruvbox-dark-icons-gtk
|
gtk-icon-theme-name=gruvbox-dark-icons-gtk
|
||||||
gtk-font-name=Cantarell 10
|
gtk-font-name=Cantarell 10
|
||||||
gtk-cursor-theme-name=Simp1e-Gruvbox-Dark
|
gtk-cursor-theme-name=Simp1e-Gruvbox-Dark
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
gtk-button-images=1
|
gtk-button-images=1
|
||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=0
|
gtk-enable-input-feedback-sounds=1
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintslight
|
gtk-xft-hintstyle=hintfull
|
||||||
gtk-xft-rgba=rgb
|
|
||||||
gtk-application-prefer-dark-theme=1
|
|
||||||
|
|
129
user/.config/lvim/config.lua
Normal file
129
user/.config/lvim/config.lua
Normal file
|
@ -0,0 +1,129 @@
|
||||||
|
-- neovide options
|
||||||
|
vim.o.guifont = "mononoki Nerd Font:h08"
|
||||||
|
vim.g.neovide_hide_mouse_when_typing = true
|
||||||
|
vim.g.neovide_input_macos_alt_is_meta = true
|
||||||
|
vim.g.neovide_hide_mouse_when_typing = false
|
||||||
|
vim.g.neovide_refresh_rate = 60
|
||||||
|
vim.g.neovide_refresh_rate_idle = 5
|
||||||
|
vim.g.neovide_no_idle = true
|
||||||
|
vim.g.neovide_confirm_quit = true
|
||||||
|
vim.g.neovide_input_use_logo = true
|
||||||
|
|
||||||
|
vim.g.neovide_cursor_antialiasing = true
|
||||||
|
vim.g.neovide_cursor_animate_in_insert_mode = true
|
||||||
|
vim.g.neovide_cursor_vfx_mode = "pixiedust"
|
||||||
|
vim.g.neovide_cursor_vfx_particle_speed = 20.0
|
||||||
|
|
||||||
|
vim.g.neovide_padding_top = 0
|
||||||
|
vim.g.neovide_padding_bottom = 0
|
||||||
|
vim.g.neovide_padding_right = 0
|
||||||
|
vim.g.neovide_padding_left = 0
|
||||||
|
|
||||||
|
-- Helper function for transparency formatting
|
||||||
|
local alpha = function()
|
||||||
|
return string.format("%x", math.floor(255 * (vim.g.transparency or 0.98)))
|
||||||
|
end
|
||||||
|
vim.g.neovide_transparency = 0.98
|
||||||
|
vim.g.transparency = 0.98
|
||||||
|
vim.g.neovide_background_color = "#1d2021" .. alpha()
|
||||||
|
|
||||||
|
-- nvim options
|
||||||
|
vim.opt.shiftwidth = 4
|
||||||
|
vim.opt.tabstop = 4
|
||||||
|
vim.opt.relativenumber = true
|
||||||
|
vim.cmd('autocmd FileType markdown setlocal nospell')
|
||||||
|
vim.opt.wrap = true -- wrap lines
|
||||||
|
vim.opt.spell = false
|
||||||
|
vim.o.shell = '/usr/bin/bash'
|
||||||
|
vim.o.autochdir = true
|
||||||
|
vim.cmd('autocmd BufEnter * lcd %:p:h')
|
||||||
|
|
||||||
|
-- general
|
||||||
|
lvim.use_icons = true
|
||||||
|
lvim.log.level = "info"
|
||||||
|
lvim.format_on_save = {
|
||||||
|
enabled = true,
|
||||||
|
pattern = "*.lua",
|
||||||
|
timeout = 1000,
|
||||||
|
}
|
||||||
|
|
||||||
|
-- change theme settings
|
||||||
|
lvim.colorscheme = "gruvbox"
|
||||||
|
lvim.transparent_window = false
|
||||||
|
lvim.builtin.alpha.active = true
|
||||||
|
lvim.builtin.alpha.mode = "dashboard"
|
||||||
|
lvim.builtin.terminal.active = true
|
||||||
|
lvim.builtin.nvimtree.setup.view.side = "left"
|
||||||
|
lvim.builtin.nvimtree.setup.renderer.icons.show.git = false
|
||||||
|
|
||||||
|
-- automatically install missing parsers when entering buffer
|
||||||
|
lvim.builtin.treesitter.auto_install = true
|
||||||
|
|
||||||
|
-- additional Plugins
|
||||||
|
lvim.plugins = {
|
||||||
|
{ "lunarvim/colorschemes" },
|
||||||
|
{ "ellisonleao/gruvbox.nvim" },
|
||||||
|
{ "puremourning/vimspector" },
|
||||||
|
{ "SirVer/ultisnips" },
|
||||||
|
{ "CRAG666/code_runner.nvim" },
|
||||||
|
}
|
||||||
|
|
||||||
|
-- configuring colorscheme
|
||||||
|
require("gruvbox").setup({
|
||||||
|
undercurl = true,
|
||||||
|
underline = true,
|
||||||
|
bold = false,
|
||||||
|
italic = {
|
||||||
|
strings = true,
|
||||||
|
comments = true,
|
||||||
|
operators = false,
|
||||||
|
folds = true,
|
||||||
|
},
|
||||||
|
strikethrough = true,
|
||||||
|
invert_selection = false,
|
||||||
|
invert_signs = false,
|
||||||
|
invert_tabline = false,
|
||||||
|
invert_intend_guides = false,
|
||||||
|
inverse = true, -- invert background for search, diffs, statuslines and errors
|
||||||
|
contrast = "hard", -- can be "hard", "soft" or empty string
|
||||||
|
palette_overrides = {},
|
||||||
|
overrides = {},
|
||||||
|
dim_inactive = false,
|
||||||
|
transparent_mode = false,
|
||||||
|
})
|
||||||
|
|
||||||
|
-- vimspector options
|
||||||
|
vim.g.vimspector_enable_mappings = 'HUMAN'
|
||||||
|
vim.g.vimspector_enable_mappings_for_mode = {
|
||||||
|
['<leader><leader>'] = { 'n', 'v' },
|
||||||
|
}
|
||||||
|
|
||||||
|
-- code runner options
|
||||||
|
require('code_runner').setup({
|
||||||
|
filetype = {
|
||||||
|
java = {
|
||||||
|
"cd $dir &&",
|
||||||
|
"javac $fileName &&",
|
||||||
|
"java $fileNameWithoutExt"
|
||||||
|
},
|
||||||
|
python = "python3 -u",
|
||||||
|
typescript = "deno run",
|
||||||
|
rust = {
|
||||||
|
"cd $dir &&",
|
||||||
|
"rustc $fileName &&",
|
||||||
|
"$dir/$fileNameWithoutExt"
|
||||||
|
},
|
||||||
|
cs = {
|
||||||
|
"cd '$dir' &&",
|
||||||
|
"dotnet run"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
lvim.keys.normal_mode["<leader>r"] = ":RunCode<CR>"
|
||||||
|
lvim.keys.normal_mode["<leader>rf"] = ":RunFile<CR>"
|
||||||
|
lvim.keys.normal_mode["<leader>rft"] = ":RunFile tab<CR>"
|
||||||
|
lvim.keys.normal_mode["<leader>rp"] = ":RunProject<CR>"
|
||||||
|
lvim.keys.normal_mode["<leader>rc"] = ":RunClose<CR>"
|
||||||
|
lvim.keys.normal_mode["<leader>crf"] = ":CRFiletype<CR>"
|
||||||
|
lvim.keys.normal_mode["<leader>crp"] = ":CRProjects<CR>"
|
113
user/.config/neofetch/config.conf
Normal file
113
user/.config/neofetch/config.conf
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
print_info() {
|
||||||
|
prin " "
|
||||||
|
prin "┌─────────\n Hardware Information \n─────────┐"
|
||||||
|
info " " model
|
||||||
|
info " " cpu
|
||||||
|
info " " gpu
|
||||||
|
info " " memory
|
||||||
|
info " " uptime
|
||||||
|
prin "├─────────\n Software Information \n─────────┤"
|
||||||
|
info " " distro
|
||||||
|
info " " kernel
|
||||||
|
info " " packages
|
||||||
|
info " " wm
|
||||||
|
info " " shell
|
||||||
|
info " " theme
|
||||||
|
info " " icons
|
||||||
|
info " " song
|
||||||
|
# [[ "$player" ]] && prin "Music Player" "$player"
|
||||||
|
# info " " local_ip
|
||||||
|
# info " " public_ip
|
||||||
|
# info " " locale # This only works on glibc systems.
|
||||||
|
prin "└───────────────────────────────────────┘"
|
||||||
|
info cols
|
||||||
|
prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}"
|
||||||
|
}
|
||||||
|
|
||||||
|
kernel_shorthand="on"
|
||||||
|
distro_shorthand="off"
|
||||||
|
os_arch="off"
|
||||||
|
uptime_shorthand="on"
|
||||||
|
memory_percent="on"
|
||||||
|
package_managers="on"
|
||||||
|
shell_path="off"
|
||||||
|
shell_version="on"
|
||||||
|
speed_type="bios_limit"
|
||||||
|
speed_shorthand="on"
|
||||||
|
cpu_brand="off"
|
||||||
|
cpu_speed="off"
|
||||||
|
cpu_cores="logical"
|
||||||
|
cpu_temp="off"
|
||||||
|
gpu_brand="off"
|
||||||
|
gpu_type="all"
|
||||||
|
refresh_rate="on"
|
||||||
|
gtk_shorthand="on"
|
||||||
|
gtk2="on"
|
||||||
|
gtk3="on"
|
||||||
|
public_ip_host="http://ident.me"
|
||||||
|
public_ip_timeout=2
|
||||||
|
disk_show=('/')
|
||||||
|
music_player="cmus"
|
||||||
|
song_format="%artist% - %title%"
|
||||||
|
song_shorthand="off"
|
||||||
|
colors=(distro)
|
||||||
|
bold="on"
|
||||||
|
underline_enabled="on"
|
||||||
|
underline_char="-"
|
||||||
|
separator=" "
|
||||||
|
color_blocks="off"
|
||||||
|
block_range=(0 15) # Colorblocks
|
||||||
|
|
||||||
|
# Colors for custom colorblocks
|
||||||
|
magenta="\033[1;35m"
|
||||||
|
green="\033[1;32m"
|
||||||
|
white="\033[1;37m"
|
||||||
|
blue="\033[1;34m"
|
||||||
|
red="\033[1;31m"
|
||||||
|
black="\033[1;40;30m"
|
||||||
|
yellow="\033[1;33m"
|
||||||
|
cyan="\033[1;36m"
|
||||||
|
reset="\033[0m"
|
||||||
|
bgyellow="\033[1;43;33m"
|
||||||
|
bgwhite="\033[1;47;37m"
|
||||||
|
cl0="${reset}"
|
||||||
|
cl1="${magenta}"
|
||||||
|
cl2="${green}"
|
||||||
|
cl3="${white}"
|
||||||
|
cl4="${blue}"
|
||||||
|
cl5="${red}"
|
||||||
|
cl6="${yellow}"
|
||||||
|
cl7="${cyan}"
|
||||||
|
cl8="${black}"
|
||||||
|
cl9="${bgyellow}"
|
||||||
|
cl10="${bgwhite}"
|
||||||
|
|
||||||
|
block_width=4
|
||||||
|
block_height=1
|
||||||
|
|
||||||
|
bar_char_elapsed="-"
|
||||||
|
bar_char_total="="
|
||||||
|
bar_border="on"
|
||||||
|
bar_length=15
|
||||||
|
bar_color_elapsed="distro"
|
||||||
|
bar_color_total="distro"
|
||||||
|
|
||||||
|
cpu_display="on"
|
||||||
|
memory_display="on"
|
||||||
|
battery_display="on"
|
||||||
|
disk_display="on"
|
||||||
|
|
||||||
|
aascii_distro="void-small"
|
||||||
|
ascii_colors=(distro)
|
||||||
|
ascii_bold="on"
|
||||||
|
|
||||||
|
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
|
||||||
|
crop_mode="normal"
|
||||||
|
crop_offset="center"
|
||||||
|
|
||||||
|
gap=2
|
||||||
|
|
||||||
|
yoffset=0
|
||||||
|
xoffset=0
|
||||||
|
|
||||||
|
stdout="off"
|
|
@ -6,7 +6,7 @@ https://planet.kde.org/global/atom.xml "~Planet KDE"
|
||||||
https://pointieststick.com/feed/ "~This Week on KDE"
|
https://pointieststick.com/feed/ "~This Week on KDE"
|
||||||
https://www.kdeblog.com/rss "~KDE Blog"
|
https://www.kdeblog.com/rss "~KDE Blog"
|
||||||
https://thisweek.gnome.org/index.xml "~This Week on GNOME"
|
https://thisweek.gnome.org/index.xml "~This Week on GNOME"
|
||||||
https://www.omgubuntu.co.uk/feed "~OMG Ubuntu!"
|
https://www.omgubuntu.co.uk/feed "~OMG!Ubuntu"
|
||||||
https://www.omglinux.com/feed "~OMG!Linux"
|
https://www.omglinux.com/feed "~OMG!Linux"
|
||||||
https://blog.thunderbird.net/feed/ "~The Thunderbird Blog"
|
https://blog.thunderbird.net/feed/ "~The Thunderbird Blog"
|
||||||
https://thelinuxexp.com/feed.xml "~The Linux Experiment"
|
https://thelinuxexp.com/feed.xml "~The Linux Experiment"
|
||||||
|
@ -19,81 +19,136 @@ https://blog.zorin.com/index.xml "~Zorin OS Blog"
|
||||||
http://blog.linuxmint.com/?feed=rss2 "~Linux Mint Blog"
|
http://blog.linuxmint.com/?feed=rss2 "~Linux Mint Blog"
|
||||||
https://www.gamingonlinux.com/article_rss.php "~Gaming on linux"
|
https://www.gamingonlinux.com/article_rss.php "~Gaming on linux"
|
||||||
https://hackaday.com/blog/feed/ "~Hackaday"
|
https://hackaday.com/blog/feed/ "~Hackaday"
|
||||||
https://opensource.com/feed "~Opensource"
|
|
||||||
https://linux.softpedia.com/backend.xml "~Softpedia Linux"
|
https://linux.softpedia.com/backend.xml "~Softpedia Linux"
|
||||||
https://www.phoronix.com/rss.php "~Phoronix"
|
https://www.phoronix.com/rss.php "~Phoronix"
|
||||||
https://www.computerworld.com/index.rss "~Computerworld"
|
https://www.computerworld.com/index.rss "~Computerworld"
|
||||||
https://www.networkworld.com/category/linux/index.rss "~Networkworld Linux"
|
|
||||||
https://betanews.com/feed "~Betanews Linux"
|
https://betanews.com/feed "~Betanews Linux"
|
||||||
http://lxer.com/module/newswire/headlines.rss "~Lxer"
|
http://lxer.com/module/newswire/headlines.rss "~Lxer"
|
||||||
https://theevilskeleton.gitlab.io/feed.xml "~TheEvilSkeleton"
|
https://theevilskeleton.gitlab.io/feed.xml "~TheEvilSkeleton"
|
||||||
https://tutanota.com/blog/feed.xml "~Tutanota Blogs"
|
https://tutanota.com/blog/feed.xml "~Tutanota Blogs"
|
||||||
https://vanillaos.org/feed.xml "~Vanilla OS"
|
|
||||||
https://techcrunch.com/feed/ "~TechCrunch"
|
https://techcrunch.com/feed/ "~TechCrunch"
|
||||||
http://www.techradar.com/rss "~TechRadar"
|
http://www.techradar.com/rss "~TechRadar"
|
||||||
https://www.zdnet.com/news/rss.xml "~ZDNET - News"
|
https://www.zdnet.com/news/rss.xml "~ZDNET - News"
|
||||||
https://c3po.website/rss/ "~Blog de C3PO"
|
https://c3po.website/rss/ "~Blog de C3PO"
|
||||||
|
https://thecheis.com/feed/ "~THE_CHEI$"
|
||||||
http://yro.slashdot.org/yro.rss "~Slashdot: Your Rights Online"
|
http://yro.slashdot.org/yro.rss "~Slashdot: Your Rights Online"
|
||||||
https://freedom-to-tinker.com/feed/rss/ "~Freedom to Tinker"
|
https://freedom-to-tinker.com/feed/rss/ "~Freedom to Tinker"
|
||||||
https://act.eff.org/action.atom "~EFF - Action Center"
|
https://act.eff.org/action.atom "~EFF - Action Center"
|
||||||
https://www.eff.org/rss/updates.xml "~EFF - Updates"
|
https://www.eff.org/rss/updates.xml "~EFF - Updates"
|
||||||
https://victorhckinthefreeworld.com/feed/ "~Victorhck in the free world"
|
https://victorhckinthefreeworld.com/feed/ "~Victorhck in the free world"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCHnyfMqiRRG1u-2MsSQLbXA "~YT - Veritasium"
|
https://inv.vern.cc/feed/channel/UC-ErgHYY0_Yjhjz2MN1E1lg "~YT - RETRO Hardware"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCtMVHI3AJD4Qk4hcbZnI9ZQ "~YT - SomeOrdinaryGamers"
|
https://inv.vern.cc/feed/channel/UC05XpvbHZUQOfA6xk4dlmcw "~YT - DJ Ware"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCl2mFZoRqjw_ELax4Yisf6w "~YT - Louis Rossmann"
|
https://inv.vern.cc/feed/channel/UC0W_BIuwk8D0Bv4THbVZZOQ "~YT - Surveillance Report"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UChI0q9a-ZcbZh7dAu_-J-hg "~YT - Upper Echelon"
|
https://inv.vern.cc/feed/channel/UC1D3yD4wlPMico0dss264XA "~YT - NileBlue"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCj8orMezFWVcoN-4S545Wtw "~YT - Max Derrat"
|
https://inv.vern.cc/feed/channel/UC1_uAIS3r8Vu6JjXWvastJg "~YT - Mathologer"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCkmMACUKpQeIxN9D9ARli1Q "~YT - Shadiversity"
|
https://inv.vern.cc/feed/channel/UC1s1OsWNYDFgbROPV-q5arg "~YT - Michael Horn"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCNYW2vfGrUE6R5mIJYzkRyQ "~YT - DrossRotzank"
|
https://inv.vern.cc/feed/channel/UC1yGcBvdPGxRIMT1yo_bKIQ "~YT - Jake@Linux"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC36xmz34q02JYaZYKrMwXng "~YT - Nate Gentile"
|
https://inv.vern.cc/feed/channel/UC2WHjPDvbE6O328n17ZGcfg "~YT - ForrestKnight"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCg6gPGh8HU2U01vaFCAsvmQ "~YT - Chris Titus Tech"
|
https://inv.vern.cc/feed/channel/UC2eYFnH61tmytImy1mTYvhA "~YT - Luke Smith"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCVls1GmFKf6WlTraIb_IaJg "~YT - DistroTube"
|
https://inv.vern.cc/feed/channel/UC3jSNmKWYA04R47fDcc1ImA "~YT - InfinitelyGalactic"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCxQKHvKbmSzGMvUrVtJYnUA "~YT - Learn Linux TV"
|
https://inv.vern.cc/feed/channel/UC3yaWWA9FF9OBog5U9ml68A "~YT - SavvyNik"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC5UAwBUum7CPN5buc-_N1Fw "~YT - The Linux Experiment"
|
https://inv.vern.cc/feed/channel/UC5I2hjZYiW9gZPVkvzM8_Cw "~YT - Techmoan"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCylGUf9BvQooEFjgdNudoQg "~YT - The Linux Cast"
|
https://inv.vern.cc/feed/channel/UC5KDiSAFxrDWhmysBcNqtMA "~YT - Eric Murphy"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCoryWpk4QVYKFCJul9KBdyw "~YT - Switched to Linux"
|
https://inv.vern.cc/feed/channel/UC5UAwBUum7CPN5buc-_N1Fw "~YT - The Linux Experiment"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCgkyQiY_Q5AlrygIXGWO2Zw "~YT - Tux Traveler"
|
https://inv.vern.cc/feed/channel/UC5nlKFUNoskvV5XdW6PbgYw "~YT - A Well-Rested Dog"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCxkw-TfCK1t1VKxfHwPzD6w "~YT - Our Walk in Christ"
|
https://inv.vern.cc/feed/channel/UC6WOxrSKLW8VagrNkfvi6EQ "~YT - THE SQUIDD"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCld68syR8Wi-GY_n4CaoJGA "~YT - Brodie Robertson"
|
https://inv.vern.cc/feed/channel/UC6biysICWOJ-C3P4Tyeggzg "~YT - Low Level Learning"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCjSEJkpGbcZhvo0lr-44X_w "~YT - TechHut"
|
https://inv.vern.cc/feed/channel/UC7YOGHUfC1Tb6E4pudI9STA "~YT - Mental Outlaw"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC2eYFnH61tmytImy1mTYvhA "~YT - Luke Smith"
|
https://inv.vern.cc/feed/channel/UC7qPftDWPw9XuExpSgfkmJQ "~YT - Nostalgia Nerd"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC7YOGHUfC1Tb6E4pudI9STA "~YT - Mental Outlaw"
|
https://inv.vern.cc/feed/channel/UC8ENHE5xdFSwx71u3fDH5Xw "~YT - ThePrimeagen"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC3jSNmKWYA04R47fDcc1ImA "~YT - InfinitelyGalactic"
|
https://inv.vern.cc/feed/channel/UC8uT9cgJorJPWu7ITLGo9Ww "~YT - The 8-Bit Guy"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCONH73CdRXUjlh3-DdLGCPw "~YT - Nicco Loves Linux"
|
https://inv.vern.cc/feed/channel/UC9-y-6csu5WGm29I7JiwpnA "~YT - Computerphile"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC1s1OsWNYDFgbROPV-q5arg "~YT - Michael Horn"
|
https://inv.vern.cc/feed/channel/UC910yxBmXzGDH_2cx0XE0Xw "~YT - Plano de Juego"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCOSSzBN8e3JHOxvltQbf_mQ "~YT - Jack Keifer"
|
https://inv.vern.cc/feed/channel/UC9RM-iSvTu1uPJb8X5yp3EQ "~YT - Wendover Productions"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC05XpvbHZUQOfA6xk4dlmcw "~YT - DJ Ware"
|
https://inv.vern.cc/feed/channel/UC9bORzxOWiewqMXxkmhAwAg "~YT - Gingy"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCAiiOTio8Yu69c3XnR7nQBQ "~YT - System Crafters"
|
https://inv.vern.cc/feed/channel/UC9lE09jxmMgMoG13WrNHPmA "~YT - World of Tanks Blitz"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCAYKj_peyESIMDp5LtHlH2A "~YT - unfa"
|
https://inv.vern.cc/feed/channel/UCAYKj_peyESIMDp5LtHlH2A "~YT - unfa"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCmw-QGOHbHA5cDAvwwqUTKQ "~YT - Zaney"
|
https://inv.vern.cc/feed/channel/UCAiEWppTvoNSHU939xhMb2g "~YT - hoser"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCNvl_86ygZXRuXjxbONI5jA "~YT - 10leej"
|
https://inv.vern.cc/feed/channel/UCAiiOTio8Yu69c3XnR7nQBQ "~YT - System Crafters"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC3yaWWA9FF9OBog5U9ml68A "~YT - SavvyNik"
|
https://inv.vern.cc/feed/channel/UCBq5p-xOla8xhnrbhu8AIAg "~YT - Tech Over Tea"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCS97tchJDq17Qms3cux8wcA "~YT - chris@machine"
|
https://inv.vern.cc/feed/channel/UCCIHOP7e271SIumQgyl6XBQ "~YT - OldTechBloke"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCl8XUDjAOLc7GNKcDp9Nepg "~YT - Locos por Linux"
|
https://inv.vern.cc/feed/channel/UCE0H52NoucHL2JkhPdZ1ykA "~YT - Jwlar"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UClVi5MQZ6T0InZYT7oFs6wg "~YT - Mumbling Hugo"
|
https://inv.vern.cc/feed/channel/UCEFymXY4eFCo_AchSpxwyrg "~YT - MetalJesusRocks"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCmyGZ0689ODyReHw3rsKLtQ "~YT - Michael Tunnell"
|
https://inv.vern.cc/feed/channel/UCEp20NgOZHmgWdbQdHSxgjw "~YT - This Does Not Compute"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCv1Kcz-CuGM6mxzL3B1_Eiw "~YT - Gardiner Bryant"
|
https://inv.vern.cc/feed/channel/UCFhXFikryT4aFcLkLw2LBLA "~YT - NileRed"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCcf2Mr1qNoX51XXDUd3Rquw "~YT - ByteSeb"
|
https://inv.vern.cc/feed/channel/UCGE-JpLbibXJg3W_N2hbo8g "~YT - Sethorven"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCCIHOP7e271SIumQgyl6XBQ "~YT - OldTechBloke"
|
https://inv.vern.cc/feed/channel/UCH5DsMZAgdx5Fkk9wwMNwCA "~YT - The New Oil"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCIFzjAer2W9gTWVECZgtDzg "~YT - GaryH Tech"
|
https://inv.vern.cc/feed/channel/UCHnyfMqiRRG1u-2MsSQLbXA "~YT - Veritasium"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCMiyV_Ib77XLpzHPQH_q0qQ "~YT - Veronica Explains"
|
https://inv.vern.cc/feed/channel/UCIFzjAer2W9gTWVECZgtDzg "~YT - GaryH Tech"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCsnGwSIHyoYN0kiINAGUKxg "~YT - Wolfgang's Channel"
|
https://inv.vern.cc/feed/channel/UCJ0-OtVpF0wOKEqT2Z1HEtA "~YT - ElectroBOOM"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCnIfca4LPFVn8-FjpPVc1ow "~YT - Fedora Project"
|
https://inv.vern.cc/feed/channel/UCJYJgj7rzsn0vdR7fkgjuIA "~YT - styropyro"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCH5DsMZAgdx5Fkk9wwMNwCA "~YT - The New Oil"
|
https://inv.vern.cc/feed/channel/UCLEoyoOKZK0idGqSc6Pi23w "~YT - RMC - The Cave"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCs6KfncB4OV6Vug4o_bzijg "~YT - Techlore"
|
https://inv.vern.cc/feed/channel/UCLx053rWZxCiYWsBETgdKrQ "~YT - LGR"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCYVU6rModlGxvJbszCclGGw "~YT - Rob Braxman Tech"
|
https://inv.vern.cc/feed/channel/UCMbQbVilo-nezMvwf1BZfAA "~YT - CienciaDeSofa"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCSuHzQ3GrHSzoBbwrIq3LLA "~YT - Naomi Brockwell: NBTV"
|
https://inv.vern.cc/feed/channel/UCMiyV_Ib77XLpzHPQH_q0qQ "~YT - Veronica Explains"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCvFGf8HZGZWFzpcDCqb3Lhw "~YT - All Things Secured"
|
https://inv.vern.cc/feed/channel/UCNvl_86ygZXRuXjxbONI5jA "~YT - 10leej"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCvjgXvBlbQiydffZU7m1_aw "~YT - The Coding Train"
|
https://inv.vern.cc/feed/channel/UCNzszbnvQeFzObW0ghk0Ckw "~YT - Dave's Garage"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC9-y-6csu5WGm29I7JiwpnA "~YT - Computerphile"
|
https://inv.vern.cc/feed/channel/UCONH73CdRXUjlh3-DdLGCPw "~YT - Nicco Loves Linux"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCbiGcwDWZjz05njNPrJU7jA "~YT - ExplainingComputers"
|
https://inv.vern.cc/feed/channel/UCOSSzBN8e3JHOxvltQbf_mQ "~YT - Jack Keifer"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCy0tKL1T7wFoYcxCe0xjN6Q "~YT - Technology Connections"
|
https://inv.vern.cc/feed/channel/UCOxmlaJURX3nq8eLuJPbl3A "~YT - Psivewri"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC8uT9cgJorJPWu7ITLGo9Ww "~YT - The 8-Bit Guy"
|
https://inv.vern.cc/feed/channel/UCP5tjEmvPItGyLhmjdwP7Ww "~YT - RealLifeLore"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCoL8olX-259lS1N6QPyP4IQ "~YT - Action Retro"
|
https://inv.vern.cc/feed/channel/UCQ-W1KE9EYfdxhL6S4twUNw "~YT - The Cherno"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCW-HHEyt67RhZ6q21n4p2zQ "~YT - Mac84"
|
https://inv.vern.cc/feed/channel/UCQX_MZRCaluNKxkywkLEgfA "~YT - Date un Vlog"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UChT0QzAGfz_pUIbQnePV6KQ "~YT - Pendleton 115"
|
https://inv.vern.cc/feed/channel/UCS-WzPVpAAli-1IfEG2lN8A "~YT - Michael MJD"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC-ErgHYY0_Yjhjz2MN1E1lg "~YT - RETRO Hardware"
|
https://inv.vern.cc/feed/channel/UCS0N5baNlQWJCUrhCEo8WlA "~YT - Ben Eater"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCjgS6Uyg8ok4Jd_lH_MUKgg "~YT - Claus Kellerman"
|
https://inv.vern.cc/feed/channel/UCS97tchJDq17Qms3cux8wcA "~YT - chris@machine"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UC0W_BIuwk8D0Bv4THbVZZOQ "~YT - Surveillance Report"
|
https://inv.vern.cc/feed/channel/UCSju5G2aFaWMqn-_0YBtq5A "~YT - Stand-up Maths"
|
||||||
https://invidious.sethforprivacy.com/feed/channel/UCBq5p-xOla8xhnrbhu8AIAg "~YT - Tech Over Tea"
|
https://inv.vern.cc/feed/channel/UCSuHzQ3GrHSzoBbwrIq3LLA "~YT - NBTV, with Naomi Brockwell"
|
||||||
|
https://inv.vern.cc/feed/channel/UCTNj4UtgopYu5T8ew8WZPuw "~YT - Cat and Andrew"
|
||||||
|
https://inv.vern.cc/feed/channel/UCUMwY9iS8oMyWDYIe6_RmoA "~YT - No Boilerplate"
|
||||||
|
https://inv.vern.cc/feed/channel/UCUyeluBRhGPCW4rPe_UvBZQ "~YT - ThePrimeTime"
|
||||||
|
https://inv.vern.cc/feed/channel/UCVls1GmFKf6WlTraIb_IaJg "~YT - DistroTube"
|
||||||
|
https://inv.vern.cc/feed/channel/UCW-HHEyt67RhZ6q21n4p2zQ "~YT - Mac84"
|
||||||
|
https://inv.vern.cc/feed/channel/UCW0gH2G-cMKAEjEkI4YhnPA "~YT - Nerd of the Rings"
|
||||||
|
https://inv.vern.cc/feed/channel/UCWyrVfwRL-2DOkzsqrbjo5Q "~YT - NCommander"
|
||||||
|
https://inv.vern.cc/feed/channel/UCX_WM2O-X96URC5n66G-hvw "~YT - EF - Linux Made Simple"
|
||||||
|
https://inv.vern.cc/feed/channel/UCYO_jab_esuFRV4b17AJtAw "~YT - 3Blue1Brown"
|
||||||
|
https://inv.vern.cc/feed/channel/UCYVU6rModlGxvJbszCclGGw "~YT - Rob Braxman Tech"
|
||||||
|
https://inv.vern.cc/feed/channel/UCa6V1UVOXN4wDm7RDQDoa6g "~YT - El Traductor de Ingeniería"
|
||||||
|
https://inv.vern.cc/feed/channel/UCbdSYaPD-lr1kW27UJuk8Pw "~YT - QuantumFracture"
|
||||||
|
https://inv.vern.cc/feed/channel/UCbiGcwDWZjz05njNPrJU7jA "~YT - ExplainingComputers"
|
||||||
|
https://inv.vern.cc/feed/channel/UCcf2Mr1qNoX51XXDUd3Rquw "~YT - ByteSeb"
|
||||||
|
https://inv.vern.cc/feed/channel/UCd4XwUn2Lure2NHHjukoCwA "~YT - Linux For Everyone"
|
||||||
|
https://inv.vern.cc/feed/channel/UCeHOkFGW-7uAZFvq3BXb8YA "~YT - :3ildcat"
|
||||||
|
https://inv.vern.cc/feed/channel/UCerEIdrEW-IqwvlH8lTQUJQ "~YT - Tech Tangents"
|
||||||
|
https://inv.vern.cc/feed/channel/UCg6gPGh8HU2U01vaFCAsvmQ "~YT - Chris Titus Tech"
|
||||||
|
https://inv.vern.cc/feed/channel/UCgkyQiY_Q5AlrygIXGWO2Zw "~YT - Tux Traveler"
|
||||||
|
https://inv.vern.cc/feed/channel/UChI0q9a-ZcbZh7dAu_-J-hg "~YT - Upper Echelon"
|
||||||
|
https://inv.vern.cc/feed/channel/UCj8orMezFWVcoN-4S545Wtw "~YT - Max Derrat"
|
||||||
|
https://inv.vern.cc/feed/channel/UCjFaPUcJU1vwk193mnW_w1w "~YT - Modern Vintage Gamer"
|
||||||
|
https://inv.vern.cc/feed/channel/UCjSEJkpGbcZhvo0lr-44X_w "~YT - TechHut"
|
||||||
|
https://inv.vern.cc/feed/channel/UCjgS6Uyg8ok4Jd_lH_MUKgg "~YT - Claus Kellerman"
|
||||||
|
https://inv.vern.cc/feed/channel/UCl2mFZoRqjw_ELax4Yisf6w "~YT - Louis Rossmann"
|
||||||
|
https://inv.vern.cc/feed/channel/UCl8XUDjAOLc7GNKcDp9Nepg "~YT - Locos por Linux"
|
||||||
|
https://inv.vern.cc/feed/channel/UClVi5MQZ6T0InZYT7oFs6wg "~YT - Mumbling Hugo"
|
||||||
|
https://inv.vern.cc/feed/channel/UCl_dlV_7ofr4qeP1drJQ-qg "~YT - Tantacrul"
|
||||||
|
https://inv.vern.cc/feed/channel/UCld68syR8Wi-GY_n4CaoJGA "~YT - Brodie Robertson"
|
||||||
|
https://inv.vern.cc/feed/channel/UCmw-QGOHbHA5cDAvwwqUTKQ "~YT - Zaney"
|
||||||
|
https://inv.vern.cc/feed/channel/UCmyGZ0689ODyReHw3rsKLtQ "~YT - Michael Tunnell"
|
||||||
|
https://inv.vern.cc/feed/channel/UCnIfca4LPFVn8-FjpPVc1ow "~YT - Fedora Project"
|
||||||
|
https://inv.vern.cc/feed/channel/UCnw3aIEiz60S6O3XcztCVkQ "~YT - PatricianTV"
|
||||||
|
https://inv.vern.cc/feed/channel/UCoL8olX-259lS1N6QPyP4IQ "~YT - Action Retro"
|
||||||
|
https://inv.vern.cc/feed/channel/UCoryWpk4QVYKFCJul9KBdyw "~YT - Switched to Linux"
|
||||||
|
https://inv.vern.cc/feed/channel/UCoxcjq-8xIDTYp3uz647V5A "~YT - Numberphile"
|
||||||
|
https://inv.vern.cc/feed/channel/UCpuKDBw8IVIdKWPhiB2VDNQ "~YT - Cinematix"
|
||||||
|
https://inv.vern.cc/feed/channel/UCpuLiczP2Aqq11Gtf4k_fkw "~YT - Futurasound Productions"
|
||||||
|
https://inv.vern.cc/feed/channel/UCqxM9T6ksiOVKIkb88S2r7Q "~YT - Zac Builds"
|
||||||
|
https://inv.vern.cc/feed/channel/UCrkPsvLGln62OMZRO6K-llg "~YT - Nick Chapsas"
|
||||||
|
https://inv.vern.cc/feed/channel/UCs6KfncB4OV6Vug4o_bzijg "~YT - Techlore"
|
||||||
|
https://inv.vern.cc/feed/channel/UCs7nPQIEba0T3tGOWWsZpJQ "~YT - Like Stories of Old"
|
||||||
|
https://inv.vern.cc/feed/channel/UCsBjURrPoezykLs9EqgamOA "~YT - Fireship"
|
||||||
|
https://inv.vern.cc/feed/channel/UCsnGwSIHyoYN0kiINAGUKxg "~YT - Wolfgang's Channel"
|
||||||
|
https://inv.vern.cc/feed/channel/UCtMVHI3AJD4Qk4hcbZnI9ZQ "~YT - SomeOrdinaryGamers"
|
||||||
|
https://inv.vern.cc/feed/channel/UCvFGf8HZGZWFzpcDCqb3Lhw "~YT - All Things Secured"
|
||||||
|
https://inv.vern.cc/feed/channel/UCvjgXvBlbQiydffZU7m1_aw "~YT - The Coding Train"
|
||||||
|
https://inv.vern.cc/feed/channel/UCwEEjrUYHDyQsYPTQdNVacg "~YT - Jacob Pradels"
|
||||||
|
https://inv.vern.cc/feed/channel/UCwGX2cE21VPBEJ49hcprP9w "~YT - SupraPixel"
|
||||||
|
https://inv.vern.cc/feed/channel/UCxQKHvKbmSzGMvUrVtJYnUA "~YT - Learn Linux TV"
|
||||||
|
https://inv.vern.cc/feed/channel/UCxkw-TfCK1t1VKxfHwPzD6w "~YT - Our Walk in Christ"
|
||||||
|
https://inv.vern.cc/feed/channel/UCy0tKL1T7wFoYcxCe0xjN6Q "~YT - Technology Connections"
|
||||||
|
https://inv.vern.cc/feed/channel/UCybBViio_TH_uiFFDJuz5tg "~YT - Einzelgänger"
|
||||||
|
https://inv.vern.cc/feed/channel/UCylGUf9BvQooEFjgdNudoQg "~YT - The Linux Cast"
|
||||||
|
https://inv.vern.cc/feed/channel/UCz1oFxMrgrQ82-276UCOU9w "~YT - Atlas Pro"
|
||||||
|
https://inv.vern.cc/feed/channel/UCzGMBzt6UOMoQe_dqOfShZw "~YT - Cultura VJ"
|
||||||
|
https://inv.vern.cc/feed/channel/UCzXsTSZDoAPSjfHr8IZM9Ew "~YT - FloatyMonkey"
|
||||||
|
|
||||||
|
|
|
@ -4,49 +4,32 @@
|
||||||
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake)
|
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake)
|
||||||
## /_____/_/ \__,_/_/|_|\___/ My custom picom config
|
## /_____/_/ \__,_/_/|_|\___/ My custom picom config
|
||||||
|
|
||||||
## Animations
|
|
||||||
animations = true
|
|
||||||
# `auto`, `none`, `fly-in`, `zoom`, `slide-down`, `slide-up`, `slide-left`, `slide-right` `slide-in`, `slide-out`
|
|
||||||
animation-for-transient-window = "zoom"
|
|
||||||
animation-for-open-window = "zoom"
|
|
||||||
animation-for-unmap-window = "zoom"
|
|
||||||
animation-for-menu-window = "zoom"
|
|
||||||
animation-for-workspace-switch-out = "zoom"
|
|
||||||
animation-for-workspace-switch-in = "zoom"
|
|
||||||
animation-stiffness = 500;
|
|
||||||
animation-dampening = 20;
|
|
||||||
animation-window-mass = 1;
|
|
||||||
animation-clamping = true;
|
|
||||||
animation-delta = 16;
|
|
||||||
#animation-force-steps = true;
|
|
||||||
|
|
||||||
|
|
||||||
## Shadows
|
## Shadows
|
||||||
shadow = false;
|
shadow = false;
|
||||||
# shadow-radius = 8;
|
#shadow-radius = 8;
|
||||||
# shadow-opacity = .90
|
#shadow-opacity = .90
|
||||||
# shadow-offset-x = -10;
|
#shadow-offset-x = -10;
|
||||||
# shadow-offset-y = -10;
|
#shadow-offset-y = -10;
|
||||||
# shadow-red = 0
|
# shadow-red = 0
|
||||||
# shadow-green = 0
|
# shadow-green = 0
|
||||||
# shadow-blue = 0
|
# shadow-blue = 0
|
||||||
# shadow-color = "#000000"
|
# shadow-color = "#000000"
|
||||||
# shadow-exclude = [
|
#shadow-exclude = [
|
||||||
# "name = 'Notification'",
|
# "name = 'Notification'",
|
||||||
# "class_g = 'Conky'",
|
# "class_g = 'Conky'",
|
||||||
# "class_g ?= 'Notify-osd'",
|
# "class_g ?= 'Notify-osd'",
|
||||||
# "class_g = 'Cairo-clock'",
|
# "class_g = 'Cairo-clock'",
|
||||||
# "_GTK_FRAME_EXTENTS@:c"
|
# "_GTK_FRAME_EXTENTS@:c"
|
||||||
# ];
|
#];
|
||||||
|
|
||||||
## Fading
|
## Fading
|
||||||
fading = false;
|
fading = false;
|
||||||
# fade-in-step = 0.05;
|
#fade-in-step = 0.05;
|
||||||
# fade-out-step = 0.05;
|
#fade-out-step = 0.05;
|
||||||
# fade-delta = 8
|
#fade-delta = 8
|
||||||
# fade-exclude = []
|
#fade-exclude = []
|
||||||
# no-fading-openclose = false
|
no-fading-openclose = true
|
||||||
# no-fading-destroyed-argb = false
|
#no-fading-destroyed-argb = false
|
||||||
|
|
||||||
## Transparency and opacity
|
## Transparency and opacity
|
||||||
inactive-opacity = 1.00;
|
inactive-opacity = 1.00;
|
||||||
|
@ -55,17 +38,8 @@ inactive-opacity-override = false;
|
||||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
# opaity-rule = []
|
# opaity-rule = []
|
||||||
|
|
||||||
## Blur
|
|
||||||
# blur-background = true;
|
|
||||||
# blur-background-frame = true;
|
|
||||||
# blur-background-fixed = true;
|
|
||||||
# #blur-method = "dual_kawase";
|
|
||||||
# blur-kern = "3x3box";
|
|
||||||
# blur-method = "kawase";
|
|
||||||
# blur-strength = 2;
|
|
||||||
|
|
||||||
## General Settings
|
## General Settings
|
||||||
backend = "xrender";
|
backend = "glx";
|
||||||
vsync = true;
|
vsync = true;
|
||||||
dbe = false;
|
dbe = false;
|
||||||
detect-client-opacity = true;
|
detect-client-opacity = true;
|
||||||
|
@ -73,7 +47,8 @@ refresh-rate = 60;
|
||||||
detect-transient = true;
|
detect-transient = true;
|
||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
use-damage = true;
|
use-damage = true;
|
||||||
unredir-if-possible = false;
|
unredir-if-possible = true;
|
||||||
|
no-frame-pacing = true;
|
||||||
#unredir-if-possible-exclude = [
|
#unredir-if-possible-exclude = [
|
||||||
# "class_g = 'looking-glass-client' && !focused"
|
# "class_g = 'looking-glass-client' && !focused"
|
||||||
#];
|
#];
|
||||||
|
|
26
user/.config/qutebrowser/bookmarks/urls
Normal file
26
user/.config/qutebrowser/bookmarks/urls
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
https://mail.google.com/ gmail
|
||||||
|
https://app.tuta.com/ tutanota
|
||||||
|
https://mail.proton.me/ proton-mail
|
||||||
|
https://outlook.live.com/mail outlook
|
||||||
|
https://odysee.com/ odysee
|
||||||
|
https://pi.ggtyler.dev/ youtube
|
||||||
|
https://beatbump.io/ youtube-music
|
||||||
|
https://fosstodon.org/ mastodon
|
||||||
|
https://beehaw.org/ beehaw
|
||||||
|
https://pixelfed.social/ pixelfed
|
||||||
|
https://github.com/ github
|
||||||
|
https://app.element.io/ element
|
||||||
|
https://app.revolt.chat/ revolt
|
||||||
|
https://web.whatsapp.com/ whatsapp
|
||||||
|
https://discord.com/app discord
|
||||||
|
https://outlook.office.com/ intec-correo
|
||||||
|
https://campusvirtual.intec.edu.do/ intec-aula-virtual
|
||||||
|
https://procesos.intec.edu.do/ intec-procesos
|
||||||
|
https://amazon.com/ amazon
|
||||||
|
https://mega.nz/ mega
|
||||||
|
https://drive.google.com/drive/my-drive google-drive
|
||||||
|
https://clientes.eps.com.do/ eps
|
||||||
|
https://libgen.li/ libgen
|
||||||
|
https://annas-archive.org/ annas-archive
|
||||||
|
https://lt.vern.cc libretranslate
|
||||||
|
https://cloud.digitalocean.com/login digitalocean
|
248
user/.config/qutebrowser/config.py
Normal file
248
user/.config/qutebrowser/config.py
Normal file
|
@ -0,0 +1,248 @@
|
||||||
|
## ____ __
|
||||||
|
## / __ \_________ _/ /_____
|
||||||
|
## / / / / ___/ __ `/ //_/ _ \
|
||||||
|
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake)
|
||||||
|
## /_____/_/ \__,_/_/|_|\___/ My custom qutebrowser config
|
||||||
|
##
|
||||||
|
|
||||||
|
# NOTE: config.py is intended for advanced users who are comfortable
|
||||||
|
# with manually migrating the config file on qutebrowser upgrades. If
|
||||||
|
# you prefer, you can also configure qutebrowser using the
|
||||||
|
# :set/:bind/:config-* commands without having to write a config.py
|
||||||
|
# file.
|
||||||
|
#
|
||||||
|
# Documentation:
|
||||||
|
# qute://help/configuring.html
|
||||||
|
# qute://help/settings.html
|
||||||
|
|
||||||
|
# Uncomment this to still load settings configured via autoconfig.yml
|
||||||
|
# config.load_autoconfig()
|
||||||
|
# Or uncomment this line to load settings from config.py
|
||||||
|
config.load_autoconfig(False)
|
||||||
|
|
||||||
|
# Aliases for commands. The keys of the given dictionary are the
|
||||||
|
# aliases, while the values are the commands they map to.
|
||||||
|
# Type: Dict
|
||||||
|
c.aliases = {'q': 'quit', 'w': 'session-save', 'wq': 'quit --save'}
|
||||||
|
|
||||||
|
# Setting dark mode
|
||||||
|
#config.set("colors.webpage.darkmode.enabled", True)
|
||||||
|
|
||||||
|
# Which cookies to accept. With QtWebEngine, this setting also controls
|
||||||
|
# other features with tracking capabilities similar to those of cookies;
|
||||||
|
# including IndexedDB, DOM storage, filesystem API, service workers, and
|
||||||
|
# AppCache. Note that with QtWebKit, only `all` and `never` are
|
||||||
|
# supported as per-domain values. Setting `no-3rdparty` or `no-
|
||||||
|
# unknown-3rdparty` per-domain on QtWebKit will have the same effect as
|
||||||
|
# `all`.
|
||||||
|
# Type: String
|
||||||
|
# Valid values:
|
||||||
|
# - all: Accept all cookies.
|
||||||
|
# - no-3rdparty: Accept cookies from the same origin only. This is known to break some sites, such as GMail.
|
||||||
|
# - no-unknown-3rdparty: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty.
|
||||||
|
# - never: Don't accept cookies at all.
|
||||||
|
config.set('content.cookies.accept', 'all', 'chrome-devtools://*')
|
||||||
|
|
||||||
|
# Which cookies to accept. With QtWebEngine, this setting also controls
|
||||||
|
# other features with tracking capabilities similar to those of cookies;
|
||||||
|
# including IndexedDB, DOM storage, filesystem API, service workers, and
|
||||||
|
# AppCache. Note that with QtWebKit, only `all` and `never` are
|
||||||
|
# supported as per-domain values. Setting `no-3rdparty` or `no-
|
||||||
|
# unknown-3rdparty` per-domain on QtWebKit will have the same effect as
|
||||||
|
# `all`.
|
||||||
|
# Type: String
|
||||||
|
# Valid values:
|
||||||
|
# - all: Accept all cookies.
|
||||||
|
# - no-3rdparty: Accept cookies from the same origin only. This is known to break some sites, such as GMail.
|
||||||
|
# - no-unknown-3rdparty: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty.
|
||||||
|
# - never: Don't accept cookies at all.
|
||||||
|
config.set('content.cookies.accept', 'all', 'devtools://*')
|
||||||
|
|
||||||
|
# User agent to send. The following placeholders are defined: *
|
||||||
|
# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`:
|
||||||
|
# The underlying WebKit version (set to a fixed value with
|
||||||
|
# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for
|
||||||
|
# QtWebEngine. * `{qt_version}`: The underlying Qt version. *
|
||||||
|
# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for
|
||||||
|
# QtWebEngine. * `{upstream_browser_version}`: The corresponding
|
||||||
|
# Safari/Chrome version. * `{qutebrowser_version}`: The currently
|
||||||
|
# running qutebrowser version. The default value is equal to the
|
||||||
|
# unchanged user agent of QtWebKit/QtWebEngine. Note that the value
|
||||||
|
# read from JavaScript is always the global value. With QtWebEngine
|
||||||
|
# between 5.12 and 5.14 (inclusive), changing the value exposed to
|
||||||
|
# JavaScript requires a restart.
|
||||||
|
# Type: FormatString
|
||||||
|
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}) AppleWebKit/{webkit_version} (KHTML, like Gecko) {upstream_browser_key}/{upstream_browser_version} Safari/{webkit_version}', 'https://web.whatsapp.com/')
|
||||||
|
|
||||||
|
# User agent to send. The following placeholders are defined: *
|
||||||
|
# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`:
|
||||||
|
# The underlying WebKit version (set to a fixed value with
|
||||||
|
# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for
|
||||||
|
# QtWebEngine. * `{qt_version}`: The underlying Qt version. *
|
||||||
|
# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for
|
||||||
|
# QtWebEngine. * `{upstream_browser_version}`: The corresponding
|
||||||
|
# Safari/Chrome version. * `{qutebrowser_version}`: The currently
|
||||||
|
# running qutebrowser version. The default value is equal to the
|
||||||
|
# unchanged user agent of QtWebKit/QtWebEngine. Note that the value
|
||||||
|
# read from JavaScript is always the global value. With QtWebEngine
|
||||||
|
# between 5.12 and 5.14 (inclusive), changing the value exposed to
|
||||||
|
# JavaScript requires a restart.
|
||||||
|
# Type: FormatString
|
||||||
|
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}; rv:71.0) Gecko/20100101 Firefox/71.0', 'https://accounts.google.com/*')
|
||||||
|
|
||||||
|
# User agent to send. The following placeholders are defined: *
|
||||||
|
# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`:
|
||||||
|
# The underlying WebKit version (set to a fixed value with
|
||||||
|
# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for
|
||||||
|
# QtWebEngine. * `{qt_version}`: The underlying Qt version. *
|
||||||
|
# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for
|
||||||
|
# QtWebEngine. * `{upstream_browser_version}`: The corresponding
|
||||||
|
# Safari/Chrome version. * `{qutebrowser_version}`: The currently
|
||||||
|
# running qutebrowser version. The default value is equal to the
|
||||||
|
# unchanged user agent of QtWebKit/QtWebEngine. Note that the value
|
||||||
|
# read from JavaScript is always the global value. With QtWebEngine
|
||||||
|
# between 5.12 and 5.14 (inclusive), changing the value exposed to
|
||||||
|
# JavaScript requires a restart.
|
||||||
|
# Type: FormatString
|
||||||
|
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99 Safari/537.36', 'https://*.slack.com/*')
|
||||||
|
|
||||||
|
# User agent to send. The following placeholders are defined: *
|
||||||
|
# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`:
|
||||||
|
# The underlying WebKit version (set to a fixed value with
|
||||||
|
# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for
|
||||||
|
# QtWebEngine. * `{qt_version}`: The underlying Qt version. *
|
||||||
|
# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for
|
||||||
|
# QtWebEngine. * `{upstream_browser_version}`: The corresponding
|
||||||
|
# Safari/Chrome version. * `{qutebrowser_version}`: The currently
|
||||||
|
# running qutebrowser version. The default value is equal to the
|
||||||
|
# unchanged user agent of QtWebKit/QtWebEngine. Note that the value
|
||||||
|
# read from JavaScript is always the global value. With QtWebEngine
|
||||||
|
# between 5.12 and 5.14 (inclusive), changing the value exposed to
|
||||||
|
# JavaScript requires a restart.
|
||||||
|
# Type: FormatString
|
||||||
|
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}; rv:71.0) Gecko/20100101 Firefox/71.0', 'https://docs.google.com/*')
|
||||||
|
|
||||||
|
# User agent to send. The following placeholders are defined: *
|
||||||
|
# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`:
|
||||||
|
# The underlying WebKit version (set to a fixed value with
|
||||||
|
# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for
|
||||||
|
# QtWebEngine. * `{qt_version}`: The underlying Qt version. *
|
||||||
|
# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for
|
||||||
|
# QtWebEngine. * `{upstream_browser_version}`: The corresponding
|
||||||
|
# Safari/Chrome version. * `{qutebrowser_version}`: The currently
|
||||||
|
# running qutebrowser version. The default value is equal to the
|
||||||
|
# unchanged user agent of QtWebKit/QtWebEngine. Note that the value
|
||||||
|
# read from JavaScript is always the global value. With QtWebEngine
|
||||||
|
# between 5.12 and 5.14 (inclusive), changing the value exposed to
|
||||||
|
# JavaScript requires a restart.
|
||||||
|
# Type: FormatString
|
||||||
|
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}; rv:71.0) Gecko/20100101 Firefox/120.0', 'https://*.google.com/*')
|
||||||
|
|
||||||
|
# Load images automatically in web pages.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.images', True, 'chrome-devtools://*')
|
||||||
|
|
||||||
|
# Load images automatically in web pages.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.images', True, 'devtools://*')
|
||||||
|
|
||||||
|
# Enable JavaScript.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.javascript.enabled', True, 'chrome-devtools://*')
|
||||||
|
|
||||||
|
# Enable JavaScript.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.javascript.enabled', True, 'devtools://*')
|
||||||
|
|
||||||
|
# Enable JavaScript.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.javascript.enabled', True, 'chrome://*/*')
|
||||||
|
|
||||||
|
# Enable JavaScript.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||||
|
|
||||||
|
# Directory to save downloads to. If unset, a sensible OS-specific
|
||||||
|
# default is used.
|
||||||
|
# Type: Directory
|
||||||
|
c.downloads.location.directory = '~/var/downloads'
|
||||||
|
|
||||||
|
# When to show the tab bar.
|
||||||
|
# Type: String
|
||||||
|
# Valid values:
|
||||||
|
# - always: Always show the tab bar.
|
||||||
|
# - never: Always hide the tab bar.
|
||||||
|
# - multiple: Hide the tab bar if only one tab is open.
|
||||||
|
# - switching: Show the tab bar when switching tabs.
|
||||||
|
c.tabs.show = 'always'
|
||||||
|
|
||||||
|
# Setting default page for when opening new tabs or new windows with
|
||||||
|
# commands like :open -t and :open -w .
|
||||||
|
c.url.default_page = 'https://start.duckduckgo.com'
|
||||||
|
c.url.start_pages = 'https://start.duckduckgo.com'
|
||||||
|
|
||||||
|
# Search engines which can be used via the address bar. Maps a search
|
||||||
|
# engine name (such as `DEFAULT`, or `ddg`) to a URL with a `{}`
|
||||||
|
# placeholder. The placeholder will be replaced by the search term, use
|
||||||
|
# `{{` and `}}` for literal `{`/`}` braces. The following further
|
||||||
|
# placeholds are defined to configure how special characters in the
|
||||||
|
# search terms are replaced by safe characters (called 'quoting'): *
|
||||||
|
# `{}` and `{semiquoted}` quote everything except slashes; this is the
|
||||||
|
# most sensible choice for almost all search engines (for the search
|
||||||
|
# term `slash/and&` this placeholder expands to `slash/and%26amp`).
|
||||||
|
# * `{quoted}` quotes all characters (for `slash/and&` this
|
||||||
|
# placeholder expands to `slash%2Fand%26amp`). * `{unquoted}` quotes
|
||||||
|
# nothing (for `slash/and&` this placeholder expands to
|
||||||
|
# `slash/and&`). The search engine named `DEFAULT` is used when
|
||||||
|
# `url.auto_search` is turned on and something else than a URL was
|
||||||
|
# entered to be opened. Other search engines can be used by prepending
|
||||||
|
# the search engine name to the search term, e.g. `:open google
|
||||||
|
# qutebrowser`.
|
||||||
|
# Type: Dict
|
||||||
|
c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}', 'aw': 'https://wiki.archlinux.org/?search={}', 'ub': 'https://www.urbandictionary.com/define.php?term={}', 'wiki': 'https://en.wikipedia.org/wiki/{}'}
|
||||||
|
|
||||||
|
# Default font families to use. Whenever "default_family" is used in a
|
||||||
|
# font setting, it's replaced with the fonts listed here. If set to an
|
||||||
|
# empty value, a system-specific monospace default is used.
|
||||||
|
# Type: List of Font, or Font
|
||||||
|
c.fonts.default_family = '"mononoki Nerd Font"'
|
||||||
|
|
||||||
|
# Default font size to use. Whenever "default_size" is used in a font
|
||||||
|
# setting, it's replaced with the size listed here. Valid values are
|
||||||
|
# either a float value with a "pt" suffix, or an integer value with a
|
||||||
|
# "px" suffix.
|
||||||
|
# Type: String
|
||||||
|
c.fonts.default_size = '10pt'
|
||||||
|
|
||||||
|
# Font used in the completion widget.
|
||||||
|
# Type: Font
|
||||||
|
c.fonts.completion.entry = '10pt "mononoki Nerd Font"'
|
||||||
|
|
||||||
|
# Font used for the debugging console.
|
||||||
|
# Type: Font
|
||||||
|
c.fonts.debug_console = '10pt "mononoki Nerd Font"'
|
||||||
|
|
||||||
|
# Font used for prompts.
|
||||||
|
# Type: Font
|
||||||
|
c.fonts.prompts = 'default_size sans-serif'
|
||||||
|
|
||||||
|
# Font used in the statusbar.
|
||||||
|
# Type: Font
|
||||||
|
c.fonts.statusbar = '10pt "mononoki Nerd Font"'
|
||||||
|
|
||||||
|
config.source('gruvbox.py')
|
||||||
|
|
||||||
|
# Bindings for normal mode
|
||||||
|
config.bind('M', 'hint links spawn mpv {hint-url}')
|
||||||
|
config.bind('Z', 'hint links spawn st -e youtube-dl {hint-url}')
|
||||||
|
config.bind('t', 'set-cmd-text -s :open -t')
|
||||||
|
config.bind('xb', 'config-cycle statusbar.show always never')
|
||||||
|
config.bind('xt', 'config-cycle tabs.show always never')
|
||||||
|
config.bind('xx', 'config-cycle statusbar.show always never;; config-cycle tabs.show always never')
|
||||||
|
|
||||||
|
# configs
|
||||||
|
config.set('content.notifications.enabled', False)
|
||||||
|
config.set('content.blocking.method', 'both')
|
||||||
|
config.set('content.blocking.enabled', True)
|
||||||
|
config.set('content.autoplay', False)
|
||||||
|
config.set('content.register_protocol_handler', False)
|
333
user/.config/qutebrowser/gruvbox.py
Normal file
333
user/.config/qutebrowser/gruvbox.py
Normal file
|
@ -0,0 +1,333 @@
|
||||||
|
# gruvbox dark hard qutebrowser theme by Florian Bruhin <me@the-compiler.org>
|
||||||
|
#
|
||||||
|
# Originally based on:
|
||||||
|
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
|
||||||
|
# Base16 qutebrowser template by theova and Daniel Mulford
|
||||||
|
# Gruvbox dark, hard scheme by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
||||||
|
|
||||||
|
bg0_hard = "#1d2021"
|
||||||
|
bg0_soft = '#32302f'
|
||||||
|
bg0_normal = '#282828'
|
||||||
|
|
||||||
|
bg0 = bg0_normal
|
||||||
|
bg1 = "#3c3836"
|
||||||
|
bg2 = "#504945"
|
||||||
|
bg3 = "#665c54"
|
||||||
|
bg4 = "#7c6f64"
|
||||||
|
|
||||||
|
fg0 = "#fbf1c7"
|
||||||
|
fg1 = "#ebdbb2"
|
||||||
|
fg2 = "#d5c4a1"
|
||||||
|
fg3 = "#bdae93"
|
||||||
|
fg4 = "#a89984"
|
||||||
|
|
||||||
|
bright_red = "#fb4934"
|
||||||
|
bright_green = "#b8bb26"
|
||||||
|
bright_yellow = "#fabd2f"
|
||||||
|
bright_blue = "#83a598"
|
||||||
|
bright_purple = "#d3869b"
|
||||||
|
bright_aqua = "#8ec07c"
|
||||||
|
bright_gray = "#928374"
|
||||||
|
bright_orange = "#fe8019"
|
||||||
|
|
||||||
|
dark_red = "#cc241d"
|
||||||
|
dark_green = "#98971a"
|
||||||
|
dark_yellow = "#d79921"
|
||||||
|
dark_blue = "#458588"
|
||||||
|
dark_purple = "#b16286"
|
||||||
|
dark_aqua = "#689d6a"
|
||||||
|
dark_gray = "#a89984"
|
||||||
|
dark_orange = "#d65d0e"
|
||||||
|
|
||||||
|
### Completion
|
||||||
|
|
||||||
|
# Text color of the completion widget. May be a single color to use for
|
||||||
|
# all columns or a list of three colors, one for each column.
|
||||||
|
c.colors.completion.fg = [fg1, bright_aqua, bright_yellow]
|
||||||
|
|
||||||
|
# Background color of the completion widget for odd rows.
|
||||||
|
c.colors.completion.odd.bg = bg0
|
||||||
|
|
||||||
|
# Background color of the completion widget for even rows.
|
||||||
|
c.colors.completion.even.bg = c.colors.completion.odd.bg
|
||||||
|
|
||||||
|
# Foreground color of completion widget category headers.
|
||||||
|
c.colors.completion.category.fg = bright_blue
|
||||||
|
|
||||||
|
# Background color of the completion widget category headers.
|
||||||
|
c.colors.completion.category.bg = bg1
|
||||||
|
|
||||||
|
# Top border color of the completion widget category headers.
|
||||||
|
c.colors.completion.category.border.top = c.colors.completion.category.bg
|
||||||
|
|
||||||
|
# Bottom border color of the completion widget category headers.
|
||||||
|
c.colors.completion.category.border.bottom = c.colors.completion.category.bg
|
||||||
|
|
||||||
|
# Foreground color of the selected completion item.
|
||||||
|
c.colors.completion.item.selected.fg = fg0
|
||||||
|
|
||||||
|
# Background color of the selected completion item.
|
||||||
|
c.colors.completion.item.selected.bg = bg4
|
||||||
|
|
||||||
|
# Top border color of the selected completion item.
|
||||||
|
c.colors.completion.item.selected.border.top = bg2
|
||||||
|
|
||||||
|
# Bottom border color of the selected completion item.
|
||||||
|
c.colors.completion.item.selected.border.bottom = c.colors.completion.item.selected.border.top
|
||||||
|
|
||||||
|
# Foreground color of the matched text in the selected completion item.
|
||||||
|
c.colors.completion.item.selected.match.fg = bright_orange
|
||||||
|
|
||||||
|
# Foreground color of the matched text in the completion.
|
||||||
|
c.colors.completion.match.fg = c.colors.completion.item.selected.match.fg
|
||||||
|
|
||||||
|
# Color of the scrollbar handle in the completion view.
|
||||||
|
c.colors.completion.scrollbar.fg = c.colors.completion.item.selected.fg
|
||||||
|
|
||||||
|
# Color of the scrollbar in the completion view.
|
||||||
|
c.colors.completion.scrollbar.bg = c.colors.completion.category.bg
|
||||||
|
|
||||||
|
### Context menu
|
||||||
|
|
||||||
|
# Background color of disabled items in the context menu.
|
||||||
|
c.colors.contextmenu.disabled.bg = bg3
|
||||||
|
|
||||||
|
# Foreground color of disabled items in the context menu.
|
||||||
|
c.colors.contextmenu.disabled.fg = fg3
|
||||||
|
|
||||||
|
# Background color of the context menu. If set to null, the Qt default is used.
|
||||||
|
c.colors.contextmenu.menu.bg = bg0
|
||||||
|
|
||||||
|
# Foreground color of the context menu. If set to null, the Qt default is used.
|
||||||
|
c.colors.contextmenu.menu.fg = fg2
|
||||||
|
|
||||||
|
# Background color of the context menu's selected item. If set to null, the Qt default is used.
|
||||||
|
c.colors.contextmenu.selected.bg = bg2
|
||||||
|
|
||||||
|
#Foreground color of the context menu's selected item. If set to null, the Qt default is used.
|
||||||
|
c.colors.contextmenu.selected.fg = c.colors.contextmenu.menu.fg
|
||||||
|
|
||||||
|
### Downloads
|
||||||
|
|
||||||
|
# Background color for the download bar.
|
||||||
|
c.colors.downloads.bar.bg = bg0
|
||||||
|
|
||||||
|
# Color gradient start for download text.
|
||||||
|
c.colors.downloads.start.fg = bg0
|
||||||
|
|
||||||
|
# Color gradient start for download backgrounds.
|
||||||
|
c.colors.downloads.start.bg = bright_blue
|
||||||
|
|
||||||
|
# Color gradient end for download text.
|
||||||
|
c.colors.downloads.stop.fg = c.colors.downloads.start.fg
|
||||||
|
|
||||||
|
# Color gradient stop for download backgrounds.
|
||||||
|
c.colors.downloads.stop.bg = bright_aqua
|
||||||
|
|
||||||
|
# Foreground color for downloads with errors.
|
||||||
|
c.colors.downloads.error.fg = bright_red
|
||||||
|
|
||||||
|
### Hints
|
||||||
|
|
||||||
|
# Font color for hints.
|
||||||
|
c.colors.hints.fg = bg0
|
||||||
|
|
||||||
|
# Background color for hints.
|
||||||
|
c.colors.hints.bg = 'rgba(250, 191, 47, 200)' # bright_yellow
|
||||||
|
|
||||||
|
# Font color for the matched part of hints.
|
||||||
|
c.colors.hints.match.fg = bg4
|
||||||
|
|
||||||
|
### Keyhint widget
|
||||||
|
|
||||||
|
# Text color for the keyhint widget.
|
||||||
|
c.colors.keyhint.fg = fg4
|
||||||
|
|
||||||
|
# Highlight color for keys to complete the current keychain.
|
||||||
|
c.colors.keyhint.suffix.fg = fg0
|
||||||
|
|
||||||
|
# Background color of the keyhint widget.
|
||||||
|
c.colors.keyhint.bg = bg0
|
||||||
|
|
||||||
|
### Messages
|
||||||
|
|
||||||
|
# Foreground color of an error message.
|
||||||
|
c.colors.messages.error.fg = bg0
|
||||||
|
|
||||||
|
# Background color of an error message.
|
||||||
|
c.colors.messages.error.bg = bright_red
|
||||||
|
|
||||||
|
# Border color of an error message.
|
||||||
|
c.colors.messages.error.border = c.colors.messages.error.bg
|
||||||
|
|
||||||
|
# Foreground color of a warning message.
|
||||||
|
c.colors.messages.warning.fg = bg0
|
||||||
|
|
||||||
|
# Background color of a warning message.
|
||||||
|
c.colors.messages.warning.bg = bright_purple
|
||||||
|
|
||||||
|
# Border color of a warning message.
|
||||||
|
c.colors.messages.warning.border = c.colors.messages.warning.bg
|
||||||
|
|
||||||
|
# Foreground color of an info message.
|
||||||
|
c.colors.messages.info.fg = fg2
|
||||||
|
|
||||||
|
# Background color of an info message.
|
||||||
|
c.colors.messages.info.bg = bg0
|
||||||
|
|
||||||
|
# Border color of an info message.
|
||||||
|
c.colors.messages.info.border = c.colors.messages.info.bg
|
||||||
|
|
||||||
|
### Prompts
|
||||||
|
|
||||||
|
# Foreground color for prompts.
|
||||||
|
c.colors.prompts.fg = fg2
|
||||||
|
|
||||||
|
# Border used around UI elements in prompts.
|
||||||
|
c.colors.prompts.border = f'1px solid {bg1}'
|
||||||
|
|
||||||
|
# Background color for prompts.
|
||||||
|
c.colors.prompts.bg = bg3
|
||||||
|
|
||||||
|
# Background color for the selected item in filename prompts.
|
||||||
|
c.colors.prompts.selected.bg = bg2
|
||||||
|
|
||||||
|
### Statusbar
|
||||||
|
|
||||||
|
# Foreground color of the statusbar.
|
||||||
|
c.colors.statusbar.normal.fg = fg2
|
||||||
|
|
||||||
|
# Background color of the statusbar.
|
||||||
|
c.colors.statusbar.normal.bg = bg0
|
||||||
|
|
||||||
|
# Foreground color of the statusbar in insert mode.
|
||||||
|
c.colors.statusbar.insert.fg = bg0
|
||||||
|
|
||||||
|
# Background color of the statusbar in insert mode.
|
||||||
|
c.colors.statusbar.insert.bg = dark_aqua
|
||||||
|
|
||||||
|
# Foreground color of the statusbar in passthrough mode.
|
||||||
|
c.colors.statusbar.passthrough.fg = bg0
|
||||||
|
|
||||||
|
# Background color of the statusbar in passthrough mode.
|
||||||
|
c.colors.statusbar.passthrough.bg = dark_blue
|
||||||
|
|
||||||
|
# Foreground color of the statusbar in private browsing mode.
|
||||||
|
c.colors.statusbar.private.fg = bright_purple
|
||||||
|
|
||||||
|
# Background color of the statusbar in private browsing mode.
|
||||||
|
c.colors.statusbar.private.bg = bg0
|
||||||
|
|
||||||
|
# Foreground color of the statusbar in command mode.
|
||||||
|
c.colors.statusbar.command.fg = fg3
|
||||||
|
|
||||||
|
# Background color of the statusbar in command mode.
|
||||||
|
c.colors.statusbar.command.bg = bg1
|
||||||
|
|
||||||
|
# Foreground color of the statusbar in private browsing + command mode.
|
||||||
|
c.colors.statusbar.command.private.fg = c.colors.statusbar.private.fg
|
||||||
|
|
||||||
|
# Background color of the statusbar in private browsing + command mode.
|
||||||
|
c.colors.statusbar.command.private.bg = c.colors.statusbar.command.bg
|
||||||
|
|
||||||
|
# Foreground color of the statusbar in caret mode.
|
||||||
|
c.colors.statusbar.caret.fg = bg0
|
||||||
|
|
||||||
|
# Background color of the statusbar in caret mode.
|
||||||
|
c.colors.statusbar.caret.bg = dark_purple
|
||||||
|
|
||||||
|
# Foreground color of the statusbar in caret mode with a selection.
|
||||||
|
c.colors.statusbar.caret.selection.fg = c.colors.statusbar.caret.fg
|
||||||
|
|
||||||
|
# Background color of the statusbar in caret mode with a selection.
|
||||||
|
c.colors.statusbar.caret.selection.bg = bright_purple
|
||||||
|
|
||||||
|
# Background color of the progress bar.
|
||||||
|
c.colors.statusbar.progress.bg = bright_blue
|
||||||
|
|
||||||
|
# Default foreground color of the URL in the statusbar.
|
||||||
|
c.colors.statusbar.url.fg = fg4
|
||||||
|
|
||||||
|
# Foreground color of the URL in the statusbar on error.
|
||||||
|
c.colors.statusbar.url.error.fg = dark_red
|
||||||
|
|
||||||
|
# Foreground color of the URL in the statusbar for hovered links.
|
||||||
|
c.colors.statusbar.url.hover.fg = bright_orange
|
||||||
|
|
||||||
|
# Foreground color of the URL in the statusbar on successful load
|
||||||
|
# (http).
|
||||||
|
c.colors.statusbar.url.success.http.fg = bright_red
|
||||||
|
|
||||||
|
# Foreground color of the URL in the statusbar on successful load
|
||||||
|
# (https).
|
||||||
|
c.colors.statusbar.url.success.https.fg = fg0
|
||||||
|
|
||||||
|
# Foreground color of the URL in the statusbar when there's a warning.
|
||||||
|
c.colors.statusbar.url.warn.fg = bright_purple
|
||||||
|
|
||||||
|
### tabs
|
||||||
|
|
||||||
|
# Background color of the tab bar.
|
||||||
|
c.colors.tabs.bar.bg = bg0
|
||||||
|
|
||||||
|
# Color gradient start for the tab indicator.
|
||||||
|
c.colors.tabs.indicator.start = bright_blue
|
||||||
|
|
||||||
|
# Color gradient end for the tab indicator.
|
||||||
|
c.colors.tabs.indicator.stop = bright_aqua
|
||||||
|
|
||||||
|
# Color for the tab indicator on errors.
|
||||||
|
c.colors.tabs.indicator.error = bright_red
|
||||||
|
|
||||||
|
# Foreground color of unselected odd tabs.
|
||||||
|
c.colors.tabs.odd.fg = fg2
|
||||||
|
|
||||||
|
# Background color of unselected odd tabs.
|
||||||
|
c.colors.tabs.odd.bg = bg2
|
||||||
|
|
||||||
|
# Foreground color of unselected even tabs.
|
||||||
|
c.colors.tabs.even.fg = c.colors.tabs.odd.fg
|
||||||
|
|
||||||
|
# Background color of unselected even tabs.
|
||||||
|
c.colors.tabs.even.bg = bg3
|
||||||
|
|
||||||
|
# Foreground color of selected odd tabs.
|
||||||
|
c.colors.tabs.selected.odd.fg = fg2
|
||||||
|
|
||||||
|
# Background color of selected odd tabs.
|
||||||
|
c.colors.tabs.selected.odd.bg = bg0
|
||||||
|
|
||||||
|
# Foreground color of selected even tabs.
|
||||||
|
c.colors.tabs.selected.even.fg = c.colors.tabs.selected.odd.fg
|
||||||
|
|
||||||
|
# Background color of selected even tabs.
|
||||||
|
c.colors.tabs.selected.even.bg = bg0
|
||||||
|
|
||||||
|
# Background color of pinned unselected even tabs.
|
||||||
|
c.colors.tabs.pinned.even.bg = bright_green
|
||||||
|
|
||||||
|
# Foreground color of pinned unselected even tabs.
|
||||||
|
c.colors.tabs.pinned.even.fg = bg2
|
||||||
|
|
||||||
|
# Background color of pinned unselected odd tabs.
|
||||||
|
c.colors.tabs.pinned.odd.bg = bright_green
|
||||||
|
|
||||||
|
# Foreground color of pinned unselected odd tabs.
|
||||||
|
c.colors.tabs.pinned.odd.fg = c.colors.tabs.pinned.even.fg
|
||||||
|
|
||||||
|
# Background color of pinned selected even tabs.
|
||||||
|
c.colors.tabs.pinned.selected.even.bg = bg0
|
||||||
|
|
||||||
|
# Foreground color of pinned selected even tabs.
|
||||||
|
c.colors.tabs.pinned.selected.even.fg = c.colors.tabs.selected.odd.fg
|
||||||
|
|
||||||
|
# Background color of pinned selected odd tabs.
|
||||||
|
c.colors.tabs.pinned.selected.odd.bg = c.colors.tabs.pinned.selected.even.bg
|
||||||
|
|
||||||
|
# Foreground color of pinned selected odd tabs.
|
||||||
|
c.colors.tabs.pinned.selected.odd.fg = c.colors.tabs.selected.odd.fg
|
||||||
|
|
||||||
|
# Background color for webpages if unset (or empty to use the theme's
|
||||||
|
# color).
|
||||||
|
c.colors.webpage.bg = bg4
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
wtype 0
|
sed '1,/^### DATA ###$/d' $0 | rofi -dmenu -i -p " Select Emoji " | cut -d ' ' -f 1 | tr -d '\n' | xclip -selection c
|
||||||
if [ $? -eq 0 ]
|
|
||||||
then
|
|
||||||
sed '1,/^### DATA ###$/d' $0 | rofi -dmenu -i -p " Select Emoji " | cut -d ' ' -f 1 | tr -d '\n' | wtype -
|
|
||||||
else
|
|
||||||
sed '1,/^### DATA ###$/d' $0 | rofi -dmenu -i -p " Select Emoji " | cut -d ' ' -f 1 | tr -d '\n' | xclip -selection c
|
|
||||||
fi
|
|
||||||
exit
|
exit
|
||||||
### DATA ###
|
### DATA ###
|
||||||
😀 grinning face face smile happy joy :D grin
|
😀 grinning face face smile happy joy :D grin
|
||||||
|
|
|
@ -2,64 +2,101 @@
|
||||||
|
|
||||||
# ***This script was made by Clay Gomera (Drake)***
|
# ***This script was made by Clay Gomera (Drake)***
|
||||||
# - Description: A simple power menu rofi script
|
# - Description: A simple power menu rofi script
|
||||||
# - Dependencies: rofi, power-profiles-daemon, swaylock
|
# - Dependencies: rofi, power-profiles-daemon, betterlockscreen
|
||||||
#
|
|
||||||
|
|
||||||
## MENU PROMPT ##
|
#######################
|
||||||
menu="rofi -dmenu -i -p"
|
## Main manu options ##
|
||||||
|
#######################
|
||||||
## OPTIONS ##
|
|
||||||
option1=" Logout"
|
option1=" Logout"
|
||||||
option2=" Reboot"
|
option2=" Reboot"
|
||||||
option3=" Power off"
|
option3=" Power off"
|
||||||
option4=" Suspend"
|
option4=" Suspend"
|
||||||
option5=" Lock"
|
option5=" Lock"
|
||||||
option6=" Change power profile"
|
option6=" Change power profile"
|
||||||
option7=" Cancel"
|
option7=" Exit"
|
||||||
options="$option1\n$option2\n$option3\n$option4\n$option5\n$option6\n$option7"
|
options="$option1\n$option2\n$option3\n$option4\n$option5\n$option6\n$option7"
|
||||||
|
|
||||||
## POWER PROFILE OPTIONS ##
|
####################################
|
||||||
|
## Power profiles submenu options ##
|
||||||
|
####################################
|
||||||
pwr1=" Performance"
|
pwr1=" Performance"
|
||||||
pwr2=" Balanced"
|
pwr2=" Balanced"
|
||||||
pwr3=" Power Saver"
|
pwr3=" Power Saver"
|
||||||
pwr4=" Cancel"
|
pwr4=" Cancel"
|
||||||
pwrs="$pwr1\n$pwr2\n$pwr3\n$pwr4"
|
pwrs="$pwr1\n$pwr2\n$pwr3\n$pwr4"
|
||||||
|
|
||||||
## MAIN ACTION COMMAND ##
|
#####
|
||||||
action=$(echo -e "$options" | $menu " Power Options ")
|
## This variable will store the current power profile
|
||||||
|
#####
|
||||||
|
currentpwr=$(powerprofilesctl get)
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This variable will store the current wallpaper set by feh
|
||||||
|
#####
|
||||||
|
currentwall=$(tail --lines=1 "$HOME/.fehbg" | awk '{print $4}' | sed "s/'//g")
|
||||||
|
|
||||||
|
##########
|
||||||
|
## main ##
|
||||||
|
##########
|
||||||
|
action=$(echo -e "$options" | rofi -dmenu -i -p " Power Options "); # main menu prompt
|
||||||
case "$action" in
|
case "$action" in
|
||||||
$option1)
|
"$option1")
|
||||||
pkill X;;
|
pkill awesome
|
||||||
$option2)
|
;;
|
||||||
systemctl reboot || loginctl reboot;;
|
"$option2")
|
||||||
$option3)
|
systemctl reboot
|
||||||
systemctl poweroff || loginctl poweroff;;
|
;;
|
||||||
$option4)
|
"$option3")
|
||||||
betterlockscreen -l &
|
systemctl poweroff
|
||||||
sleep 0.1
|
;;
|
||||||
systemctl suspend;;
|
"$option4")
|
||||||
$option5)
|
betterlockscreen -l -q
|
||||||
betterlockscreen -l;;
|
sleep 1
|
||||||
$option6)
|
systemctl suspend
|
||||||
currentpwr=$(powerprofilesctl get)
|
;;
|
||||||
|
"$option5")
|
||||||
|
betterlockscreen -l -q
|
||||||
|
;;
|
||||||
|
"$option6")
|
||||||
|
#####
|
||||||
|
## These conditions will be used for the prompt
|
||||||
|
#####
|
||||||
if [ "$currentpwr" = "performance" ]; then
|
if [ "$currentpwr" = "performance" ]; then
|
||||||
currentpwr="$pwr1"
|
currentpwr="$pwr1";
|
||||||
elif [ "$currentpwr" = "balanced" ]; then
|
elif [ "$currentpwr" = "balanced" ]; then
|
||||||
currentpwr="$pwr2"
|
currentpwr="$pwr2";
|
||||||
elif [ "$currentpwr" = "power-saver" ]; then
|
elif [ "$currentpwr" = "power-saver" ]; then
|
||||||
currentpwr="$pwr3"
|
currentpwr="$pwr3";
|
||||||
fi
|
fi
|
||||||
pwraction=$(echo -e "$pwrs" | $menu " Power Profile Menu - Currently set to: ${currentpwr} ")
|
pwraction=$(echo -e "$pwrs" | rofi -dmenu -i -p " Power Profile Menu - Currently set to: $currentpwr ") # power profiles submenu prompt
|
||||||
case "$pwraction" in
|
case "$pwraction" in
|
||||||
$pwr1*)
|
"$pwr1")
|
||||||
powerprofilesctl set performance && notify-send "Power profile switched to performance";;
|
if [ "$currentpwr" = "$pwr1" ]; then # if the power profile is already set to performance
|
||||||
$pwr2*)
|
notify-send "The power profile is already set to performance";
|
||||||
powerprofilesctl set balanced && notify-send "Power profile switched to balanced";;
|
exit 1;
|
||||||
$pwr3*)
|
else
|
||||||
powerprofilesctl set power-saver && notify-send "Power profile switched to power saver";;
|
powerprofilesctl set performance && notify-send "Power profile switched to performance"; # if not, set the powerprofile to performance
|
||||||
$pwr4*)
|
fi
|
||||||
exit 0
|
;;
|
||||||
|
"$pwr2")
|
||||||
|
if [ "$currentpwr" = "$pwr2" ]; then # if the power profile is already set to balanced
|
||||||
|
notify-send "The power profile is already set to balanced";
|
||||||
|
exit 1;
|
||||||
|
else
|
||||||
|
powerprofilesctl set balanced && notify-send "Power profile switched to balanced"; # if not, set the powerprofile to balanced
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
"$pwr3")
|
||||||
|
if [ "$currentpwr" = "$pwr3" ]; then # if the power profile is already set to power saver
|
||||||
|
notify-send "The power profile is already set to power saver";
|
||||||
|
exit 1;
|
||||||
|
else
|
||||||
|
powerprofilesctl set power-saver && notify-send "Power profile switched to power saver"; # if not, set the powerprofile to power saver
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
"$pwr4")
|
||||||
|
exit 0;
|
||||||
esac;;
|
esac;;
|
||||||
$option7)
|
"$option7")
|
||||||
exit 0
|
exit 0;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,43 +1,331 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# ***This script was made by Clay Gomera (Drake)***
|
# ***This script was made by Clay Gomera (Drake)***
|
||||||
# - Description: A simple screenshot dmenu script
|
# - Description: A simple screenshot rofi script
|
||||||
# - Dependencies: escrotum, dmenu, notify-send
|
# - Dependencies: main, slop, ffmpeg, xdotool, xdpyinfo, rofi, notify-send
|
||||||
|
|
||||||
## CREATING SCREENSHOT FOLDER ##
|
## Screenshot & Screencast Directory
|
||||||
mkdir -p "$HOME/Media/Pictures/Screenshots"
|
SHOTDIR="$XDG_PICTURES_DIR/Screenshots"
|
||||||
cd "$HOME/Media/Pictures/Screenshots" || exit 0
|
CASTDIR="$XDG_VIDEOS_DIR/Screencasts"
|
||||||
|
mkdir -p "$SHOTDIR" "$CASTDIR"
|
||||||
|
|
||||||
## CHOICES ##
|
## Format Variables
|
||||||
cho1=" Entire screen"
|
image_formats="jpg\npng"
|
||||||
cho2=" Entire screen with delay"
|
video_formats="mp4\nmkv"
|
||||||
cho3=" Select window or area"
|
|
||||||
cho4=" Exit"
|
|
||||||
chos="$cho1\n$cho2\n$cho3\n$cho4"
|
|
||||||
|
|
||||||
## DELAY OPTIONS ##
|
## Main menu choices
|
||||||
|
mcho1=" Take a screenshot"
|
||||||
|
mcho2=" Record the screen"
|
||||||
|
mcho3=" Stop recording"
|
||||||
|
mcho4=" Exit"
|
||||||
|
mchos="$mcho1\n$mcho2\n$mcho3\n$mcho4"
|
||||||
|
|
||||||
|
## Main submenu choices
|
||||||
|
mscho1=" Capture the entire screen"
|
||||||
|
mscho2=" Capture the entire screen (With delay)"
|
||||||
|
mscho3=" Capture area"
|
||||||
|
mscho4=" Capture active window"
|
||||||
|
mscho5=" Exit"
|
||||||
|
mschos="$mscho1\n$mscho2\n$mscho3\n$mscho4\n$mscho5"
|
||||||
|
|
||||||
|
## Save/clip submenu choices
|
||||||
|
svcho1=" Copy to clipboard"
|
||||||
|
svcho2=" Save to $SHOTDIR"
|
||||||
|
svchos="$svcho1\n$svcho2"
|
||||||
|
|
||||||
|
## Delay subsubmenu
|
||||||
del1=" 3 sec delay"
|
del1=" 3 sec delay"
|
||||||
del2=" 5 sec delay"
|
del2=" 5 sec delay"
|
||||||
del3=" 10 sec delay"
|
del3=" 10 sec delay"
|
||||||
dels="$del1\n$del2\n$del3"
|
dels="$del1\n$del2\n$del3"
|
||||||
|
|
||||||
## MAIN ACTION ##
|
#####
|
||||||
choice=$(echo -e "$chos" | rofi -dmenu -i -p " Sreenshot Menu ")
|
## This function will check for dependencies
|
||||||
case $choice in
|
#####
|
||||||
"$cho1")
|
check_dependencies() {
|
||||||
escrotum && notify-send "Screenshot saved";;
|
local dependencies=("maim" "ffmpeg" "rofi" "notify-send" "xclip" "xdotool" "xdpyinfo")
|
||||||
"$cho2")
|
for dep in "${dependencies[@]}"; do
|
||||||
del=$(echo -e "$dels" | rofi -dmenu -i -p " Select Delay ");
|
if ! command -v "$dep" &>/dev/null; then
|
||||||
|
echo "$dep is required but not installed. Please install it and try again."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function uses the svchos variable to ask the user what to do with the
|
||||||
|
## screenshot
|
||||||
|
#####
|
||||||
|
fsvchos() {
|
||||||
|
svchoice=$(echo -e "$svchos" | rofi -dmenu -i -p " What do you want to do with this screenshot? ")
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function uses the dels variable to ask the user which delay option to
|
||||||
|
## choose
|
||||||
|
#####
|
||||||
|
fdel() {
|
||||||
|
del=$(echo -e "$dels" | rofi -dmenu -i -p " Select Delay ")
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function allows the user to choose the screenshot format
|
||||||
|
#####
|
||||||
|
fimage_format() {
|
||||||
|
image_format=$(echo -e "$image_formats" | rofi -dmenu -i -p " Choose screenshot format ")
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function allows the user to choose the recording format
|
||||||
|
#####
|
||||||
|
fvideo_format() {
|
||||||
|
video_format=$(echo -e "$video_formats" | rofi -dmenu -i -p " Choose video format ")
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function does a full screen screenshot without delay, depending on what
|
||||||
|
## the user chooses on the fsvchos function, the screenshot will be saved to the
|
||||||
|
## clipboard or to $SHOTDIR
|
||||||
|
#####
|
||||||
|
shot_screen() {
|
||||||
|
fimage_format
|
||||||
|
fsvchos
|
||||||
|
if [ "$svchoice" = "$svcho1" ]; then
|
||||||
|
maim | xclip -selection clipboard -t image/"$image_format" && notify-send "Screenshot saved to clipboard"
|
||||||
|
elif [ "$svchoice" = "$svcho2" ]; then
|
||||||
|
maim -f "$image_format" "$SHOTDIR/$(date +%s).$image_format" && notify-send "Screenshot saved"
|
||||||
|
else
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function does a full screen screenshot with delay, depending on what the
|
||||||
|
## user chooses on the fsvchos function, the screenshot will be saved to the
|
||||||
|
## clipboard or to $SHOTDIR. And depending on what the user chooses on the fdel
|
||||||
|
## function, the delay will be between 3 and 10 seconds
|
||||||
|
#####
|
||||||
|
shot_screen_delay() {
|
||||||
|
fimage_format
|
||||||
|
fsvchos
|
||||||
|
fdel
|
||||||
case $del in
|
case $del in
|
||||||
"$del1")
|
"$del1")
|
||||||
escrotum -d 3 -C && notify-send "Screenshot saved";;
|
for i in 3 2 1; do
|
||||||
|
notify-send -t 1000 "Capturing in $i.."
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
;;
|
||||||
"$del2")
|
"$del2")
|
||||||
escrotum -d 5 -C && notify-send "Screenshot saved";;
|
for i in 5 4 3 2 1; do
|
||||||
|
notify-send -t 1000 "Capturing in $i.."
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
;;
|
||||||
"$del3")
|
"$del3")
|
||||||
escrotum -d 10 -C && notify-send "Screenshot saved"
|
for i in 10 9 8 7 6 5 4 3 2 1; do
|
||||||
esac ;;
|
notify-send -t 1000 "Capturing in $i.."
|
||||||
"$cho3")
|
sleep 1
|
||||||
escrotum -s && notify-send "Screenshot saved.";;
|
done
|
||||||
"$cho4")
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
if [ "$svchoice" = "$svcho1" ]; then
|
||||||
|
maim | xclip -selection clipboard -t image/"$image_format" && notify-send "Screenshot saved to clipboard";
|
||||||
|
elif [ "$svchoice" = "$svcho2" ]; then
|
||||||
|
maim -f "$image_format" "$SHOTDIR/$(date +%s).$image_format" && notify-send "Screenshot saved to $SHOTDIR";
|
||||||
|
else
|
||||||
exit 0
|
exit 0
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function allows the user to select the area on the screen to screenshot
|
||||||
|
## depending on what the user chooses on the fsvchos function, the screenshot will
|
||||||
|
## be saved to the clipboard or to $SHOTDIR
|
||||||
|
#####
|
||||||
|
shot_area() {
|
||||||
|
fimage_format
|
||||||
|
fsvchos
|
||||||
|
if [ "$svchoice" = "$svcho1" ]; then
|
||||||
|
maim -s | xclip -selection clipboard -t image/"$image_format" && notify-send "Screenshot saved to clipboard";
|
||||||
|
elif [ "$svchoice" = "$svcho2" ]; then
|
||||||
|
maim -s -f "$image_format" "$SHOTDIR/$(date +%s).$image_format" && notify-send "Screenshot saved to $SHOTDIR";
|
||||||
|
else
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function does a screenshot of the currently active window, depending
|
||||||
|
## on what the user chooses on the fsvchos function, the screenshot will be
|
||||||
|
## saved to the clipboard or to $SHOTDIR
|
||||||
|
#####
|
||||||
|
shot_window() {
|
||||||
|
fimage_format
|
||||||
|
fsvchos
|
||||||
|
if [ "$svchoice" = "$svcho1" ]; then
|
||||||
|
maim -i "$(xdotool getactivewindow)" | xclip -selection clipboard -t image/"$image_format" && notify-send "Screenshot saved to clipboard";
|
||||||
|
elif [ "$svchoice" = "$svcho2" ]; then
|
||||||
|
maim -i "$(xdotool getactivewindow)" -f "$image_format" "$SHOTDIR/$(date +%s).$image_format" && notify-send "Screenshot saved to $SHOTDIR";
|
||||||
|
else
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function uses ffmpeg to record the screen, It will check if ffmpeg is
|
||||||
|
## already running (already recording), to prevent the user from executing
|
||||||
|
## another ffmpeg instance, if it's not running, it will grab the screen
|
||||||
|
## resolution with xdpyinfo and use it to record the screen with ffmpeg.
|
||||||
|
#####
|
||||||
|
rec_screen() {
|
||||||
|
fvideo_format
|
||||||
|
if pgrep -x "ffmpeg" > /dev/null; then
|
||||||
|
notify-send "A screen recording is already in progress."
|
||||||
|
else
|
||||||
|
filename="$CASTDIR/$(date +%s).$video_format"
|
||||||
|
resolution="$(xdpyinfo | grep dimensions | awk '{print $2}')"
|
||||||
|
ffmpeg -f x11grab -s "$resolution" -i :0.0 -c:v libx264 -preset ultrafast -qp 0 "$filename" &
|
||||||
|
notify-send "Screen recording started."
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function will record the screen with a given delay
|
||||||
|
#####
|
||||||
|
rec_screen_delay() {
|
||||||
|
fvideo_format
|
||||||
|
fdel
|
||||||
|
case $del in
|
||||||
|
"$del1")
|
||||||
|
for i in 3 2 1; do
|
||||||
|
notify-send -t 1000 "Starting in $i.."
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
;;
|
||||||
|
"$del2")
|
||||||
|
for i in 5 4 3 2 1; do
|
||||||
|
notify-send -t 1000 "Starting in $i.."
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
;;
|
||||||
|
"$del3")
|
||||||
|
for i in 10 9 8 7 6 5 4 3 2 1; do
|
||||||
|
notify-send -t 1000 "Starting in $i.."
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
if pgrep -x "ffmpeg" > /dev/null; then
|
||||||
|
notify-send "A screen recording is already in progress."
|
||||||
|
else
|
||||||
|
filename="$CASTDIR/$(date +%s).$video_format"
|
||||||
|
resolution="$(xdpyinfo | grep dimensions | awk '{print $2}')"
|
||||||
|
ffmpeg -f x11grab -s "$resolution" -i :0.0 -c:v libx264 -preset ultrafast -qp 0 "$filename" &
|
||||||
|
notify-send "Screen recording started"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
## This function allows the user to record a selected area of the screen
|
||||||
|
rec_area() {
|
||||||
|
fvideo_format
|
||||||
|
if pgrep -x "ffmpeg" > /dev/null; then
|
||||||
|
notify-send "A screen recording is already in progress."
|
||||||
|
else
|
||||||
|
filename="$CASTDIR/$(date +%s).$video_format"
|
||||||
|
slop_result=$(slop -f "%x %y %w %h")
|
||||||
|
if [ -n "$slop_result" ]; then
|
||||||
|
IFS=' ' read -r x y w h <<< "$slop_result"
|
||||||
|
ffmpeg -f x11grab -s "${w}x${h}" -i :0.0+"$x","$y" -c:v libx264 -preset ultrafast -qp 0 "$filename" &
|
||||||
|
notify-send "Screen recording started"
|
||||||
|
else
|
||||||
|
notify-send "No area selected. Aborting recording."
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
## This function allows the user to record the currently active window
|
||||||
|
rec_window() {
|
||||||
|
fvideo_format
|
||||||
|
if pgrep -x "ffmpeg" > /dev/null; then
|
||||||
|
notify-send "A screen recording is already in progress."
|
||||||
|
else
|
||||||
|
filename="$CASTDIR/$(date +%s).$video_format"
|
||||||
|
active_window_id=$(xdotool getactivewindow)
|
||||||
|
|
||||||
|
if [ -n "$active_window_id" ]; then
|
||||||
|
ffmpeg -f x11grab -s "$(xdotool getwindowgeometry --shell $active_window_id | grep WIDTH | cut -d'=' -f2)x$(xdotool getwindowgeometry --shell $active_window_id | grep HEIGHT | cut -d'=' -f2)" -i :0.0+"$(xdotool getwindowgeometry --shell $active_window_id | grep X | cut -d'=' -f2)","$(xdotool getwindowgeometry --shell $active_window_id | grep Y | cut -d'=' -f2)" -c:v libx264 -preset ultrafast -qp 0 "$filename" &
|
||||||
|
notify-send "Recording active window started"
|
||||||
|
else
|
||||||
|
notify-send "No active window found. Aborting recording."
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#####
|
||||||
|
## This function stops screen recording, it first checks if ffmpeg is already
|
||||||
|
## running (already recording), to only stop a recording if there's an ffmpeg
|
||||||
|
## instance running
|
||||||
|
#####
|
||||||
|
stop_recording() {
|
||||||
|
if pgrep -x "ffmpeg" > /dev/null; then
|
||||||
|
pkill -f "ffmpeg -f x11grab"
|
||||||
|
notify-send "Screen recording stopped. Video saved to $CASTDIR"
|
||||||
|
else
|
||||||
|
notify-send "You aren't recording anything at the moment"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
## main
|
||||||
|
check_dependencies;
|
||||||
|
mchoice=$(echo -e "$mchos" | rofi -dmenu -i -p " Screen Capture Menu ") # main menu prompt
|
||||||
|
case $mchoice in
|
||||||
|
"$mcho1")
|
||||||
|
mschoice=$(echo -e "$mschos" | rofi -dmenu -i -p " Screenshot Menu ") # screenshot menu prompt
|
||||||
|
case $mschoice in
|
||||||
|
"$mscho1")
|
||||||
|
shot_screen;
|
||||||
|
;;
|
||||||
|
"$mscho2")
|
||||||
|
shot_screen_delay;
|
||||||
|
;;
|
||||||
|
"$mscho3")
|
||||||
|
shot_area;
|
||||||
|
;;
|
||||||
|
"$mscho4")
|
||||||
|
shot_window;
|
||||||
|
;;
|
||||||
|
"$mscho5")
|
||||||
|
exit 0
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
"$mcho2")
|
||||||
|
mschoice=$(echo -e "$mschos" | dmenu -i -l 9 -p " Screencast Menu") # screenshot menu prompt
|
||||||
|
case $mschoice in
|
||||||
|
"$mscho1")
|
||||||
|
rec_screen;
|
||||||
|
;;
|
||||||
|
"$mscho2")
|
||||||
|
rec_screen_delay;
|
||||||
|
;;
|
||||||
|
"$mscho3")
|
||||||
|
rec_area;
|
||||||
|
;;
|
||||||
|
"$mscho4")
|
||||||
|
rec_window;
|
||||||
|
;;
|
||||||
|
"$mscho5")
|
||||||
|
exit 0
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
"$mcho3")
|
||||||
|
stop_recording;
|
||||||
|
;;
|
||||||
|
"$mcho4")
|
||||||
|
exit 0;
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,25 +1,18 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# ***This script was made by Clay Gomera (Drake)***
|
# ***This script was made by Clay Gomera (Drake)***
|
||||||
# - Description: A simple wallpaper changer script
|
# - Description: A simple rofi script to set the wallpaper on X
|
||||||
# - Dependencies: rofi, fd, feh
|
# - Dependencies: rofi, fd, feh, betterlockscreen
|
||||||
|
|
||||||
## MAIN VARIABLES AND COMMANDS ##
|
##########################
|
||||||
walldir="$HOME/Media/Pictures/Wallpapers"
|
## Wallpapers Directory ##
|
||||||
cd "$walldir" || exit
|
##########################
|
||||||
|
walldir="$XDG_PICTURES_DIR/Wallpapers"
|
||||||
|
cd "$walldir" || exit # we cd into $walldir in order to get only the file name on the main prompt
|
||||||
|
|
||||||
## SELECT PICTURE FUNCTION ##
|
#######################
|
||||||
selectpic() {
|
## Wallpaper options ##
|
||||||
wallpaper=$(fd -p "$walldir" | rofi -dmenu -i -p " Select a wallpaper ")
|
#######################
|
||||||
if [ "$wallpaper" ]; then
|
|
||||||
chosenwall=$wallpaper
|
|
||||||
else
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
selectpic
|
|
||||||
|
|
||||||
## WALLPAPER SETTING OPTIONS ##
|
|
||||||
option1="Fill"
|
option1="Fill"
|
||||||
option2="Center"
|
option2="Center"
|
||||||
option3="Tile"
|
option3="Tile"
|
||||||
|
@ -27,18 +20,35 @@ option4="Max"
|
||||||
option5="Scale"
|
option5="Scale"
|
||||||
options="$option1\n$option2\n$option3\n$option4\n$option5"
|
options="$option1\n$option2\n$option3\n$option4\n$option5"
|
||||||
|
|
||||||
## MAIN ACTION ##
|
##########
|
||||||
action=$(echo -e "$options" | rofi -dmenu -i -p " Chose the format ")
|
## main ##
|
||||||
|
##########
|
||||||
|
wallpaper=$(fd -p ./ | rofi -dmenu -i -p " Select a wallpaper ") # main prompt
|
||||||
|
if [ "$wallpaper" ]; then # if the user made a choice
|
||||||
|
chosenwall=$wallpaper # reassign $wallpaper to $chosenwall
|
||||||
|
else
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
action=$(echo -e "$options" | rofi -dmenu -i -p " Chose the format ") # options prompt
|
||||||
case "$action" in
|
case "$action" in
|
||||||
$option1*)
|
$option1*)
|
||||||
feh --bg-fill "$chosenwall";;
|
feh --bg-fill "$chosenwall";
|
||||||
|
betterlockscreen -u "$chosenwall" -q &
|
||||||
|
;;
|
||||||
$option2*)
|
$option2*)
|
||||||
feh --bg-center "$chosenwall";;
|
feh --bg-center "$chosenwall";
|
||||||
|
betterlockscreen -u "$chosenwall" -q &
|
||||||
|
;;
|
||||||
$option3*)
|
$option3*)
|
||||||
feh --bg-tile "$chosenwall";;
|
feh --bg-tile "$chosenwall";
|
||||||
|
betterlockscreen -u "$chosenwall" -q &
|
||||||
|
;;
|
||||||
$option4*)
|
$option4*)
|
||||||
feh --bg-max "$chosenwall";;
|
feh --bg-max "$chosenwall";
|
||||||
|
betterlockscreen -u "$chosenwall" -q &
|
||||||
|
;;
|
||||||
$option5*)
|
$option5*)
|
||||||
feh --bg-scale "$chosenwall";;
|
feh --bg-scale "$chosenwall";
|
||||||
|
betterlockscreen -u "$chosenwall" -q &
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
exit 0
|
|
||||||
|
|
|
@ -2,98 +2,119 @@
|
||||||
|
|
||||||
# ***This script was made by Clay Gomera (Drake)***
|
# ***This script was made by Clay Gomera (Drake)***
|
||||||
# - Description: A simple wifi rofi script
|
# - Description: A simple wifi rofi script
|
||||||
# - Dependencies: rofi, NetworkManager, io.elementary.capnet-assist
|
# - Dependencies: rofi, NetworkManager
|
||||||
|
|
||||||
## MENU PROMPT ##
|
## Main manu options
|
||||||
menu="rofi -dmenu -i -p"
|
|
||||||
|
|
||||||
## MAIN OPTIONS ##
|
|
||||||
option1=" Turn on WiFi"
|
option1=" Turn on WiFi"
|
||||||
option2=" Turn off WiFi"
|
option2=" Turn off WiFi"
|
||||||
option3=" Disconnect WiFi"
|
option3=" Disconnect WiFi"
|
||||||
option4=" Connect WiFi"
|
option4=" Connect WiFi"
|
||||||
option5=" Setup captive portal"
|
option5=" Setup captive portal"
|
||||||
option6=" Exit"
|
option6=" Exit"
|
||||||
options="$option1\n$option2\n$option3\n$option4\n$option5\n$option6"
|
options="$option1\n$option2\n$option3\n$option4\n$option5\n$option6"
|
||||||
|
|
||||||
## GRAB WIFI INTERFACE ##
|
#####
|
||||||
wlan=$(nmcli dev | grep wifi | sed 's/ \{2,\}/|/g' | cut -d '|' -f1 | head -1)
|
## These variables will store specific information about the wirelessinterface
|
||||||
|
#####
|
||||||
|
wifi_info=$(nmcli dev | awk '/wifi/ {print $1,$3; exit}')
|
||||||
|
read -r wlan constate <<< "$wifi_info"
|
||||||
|
|
||||||
## TURN OFF WIFI FUNCTION ##
|
#####
|
||||||
|
## This function uses nmcli to turn off wifi and then sends a notification
|
||||||
|
#####
|
||||||
turnoff() {
|
turnoff() {
|
||||||
nmcli radio wifi off
|
nmcli radio wifi off && notify-send "WiFi has been turned off"
|
||||||
notify-send "WiFi has been turned off"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
## TURN ON WIFI FUNCTION ##
|
#####
|
||||||
|
## This function uses nmcli to turn on wifi and then sends a notification
|
||||||
|
#####
|
||||||
turnon() {
|
turnon() {
|
||||||
nmcli radio wifi on
|
nmcli radio wifi on && notify-send "WiFi has been turned on"
|
||||||
notify-send "WiFi has been turned on"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
## DISCONNECT WIFI FUNCTION ##
|
#####
|
||||||
|
## This function uses nmcli and the $wlan and $constate variables to disconnect
|
||||||
|
## from the wifi network and then sends a notification
|
||||||
|
#####
|
||||||
disconnect() {
|
disconnect() {
|
||||||
nmcli device disconnect "$wlan"
|
|
||||||
sleep 1
|
|
||||||
constate=$(nmcli dev | grep wifi | sed 's/ \{2,\}/|/g' | cut -d '|' -f3 | head -1)
|
|
||||||
if [ "$constate" = "disconnected" ]; then
|
if [ "$constate" = "disconnected" ]; then
|
||||||
notify-send "WiFi has been disconnected"
|
notify-send "WiFi is already disconnected"
|
||||||
|
elif [ "$constate" = "connected" ]; then
|
||||||
|
nmcli device disconnect "$wlan" && notify-send "Wifi has been disconnected"
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
## CONNECT FUNCTION ##
|
#####
|
||||||
|
## This function uses nmcli to first scan for available networks and then the
|
||||||
|
## $bssid variable will store the SSID of the network that the user chooses
|
||||||
|
#####
|
||||||
connect() {
|
connect() {
|
||||||
notify-send "Scannig networks, please wait"
|
notify-send -t 5000 "Scanning networks..."
|
||||||
|
nmcli dev wifi rescan
|
||||||
sleep 1
|
sleep 1
|
||||||
bssid=$(nmcli device wifi list | sed -n '1!p' | cut -b 9- | $menu " Select a Wifi Network " | cut -d' ' -f1)
|
wifinet=$(nmcli -f BSSID,SSID,BARS,SECURITY dev wifi list | sed -n '1!p' | rofi -dmenu -i -p " Select a Wifi Network ")
|
||||||
|
bssid=$(echo "$wifinet" | cut -d' ' -f1)
|
||||||
|
ssid=$(echo "$wifinet" | cut -d' ' -f3)
|
||||||
}
|
}
|
||||||
|
|
||||||
## SELECT PASSWORD FUNCTION ##
|
#####
|
||||||
|
## This function will store the WiFi password in the $pass variable
|
||||||
|
#####
|
||||||
password() {
|
password() {
|
||||||
pass=$(echo " " | $menu " Enter Password " -password)
|
if nmcli connection show | grep -q "$ssid"; then # check if the network is already saved
|
||||||
}
|
return 0 # no password is required
|
||||||
|
elif nmcli -f BSSID,SECURITY dev wifi list | sed -n '1!p' | grep "$bssid" | awk '{print $2}' | grep -q -- "--"; then # check if the network is open
|
||||||
## MAIN CONNECTION COMMAND ##
|
return 0 # no password is required
|
||||||
action() {
|
|
||||||
nmcli device wifi connect "$bssid" password "$pass" || nmcli device wifi connect "$bssid"
|
|
||||||
}
|
|
||||||
|
|
||||||
## CHECKING IF WIFI IS WORKING
|
|
||||||
check() {
|
|
||||||
notify-send "Checking if connection was successful"
|
|
||||||
sleep 1
|
|
||||||
currentwfi=$(nmcli dev | grep wifi | sed 's/ \{2,\}/|/g' | cut -d '|' -f4 | head -1)
|
|
||||||
if ping -q -c 2 -W 2 google.com >/dev/null; then
|
|
||||||
notify-send "You are now connected to $currentwfi and internet is working properly"
|
|
||||||
else
|
else
|
||||||
notify-send "Your internet is not working :("
|
pass=$(rofi -dmenu -password -p " Enter Password ")
|
||||||
|
if [ -n "$pass" ]; then # if the user gave a password
|
||||||
|
return 0
|
||||||
|
else
|
||||||
|
exit 1 # if not, exit the script
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
## MAIN ACTION COMMANDS ##
|
#####
|
||||||
cases=$(echo -e "$options" | $menu " Wifi Settings " )
|
## This function will actually connect to the chosen WiFi network using the
|
||||||
if [ -n "$cases" ]; then
|
## $bssid and $pass variables
|
||||||
case "$cases" in
|
#####
|
||||||
$option1)
|
action() {
|
||||||
turnon;;
|
if [ -n "$pass" ]; then # we need to check again if the $pass variable exists
|
||||||
$option2)
|
nmcli dev wifi connect "$bssid" password "$pass"
|
||||||
turnoff;;
|
else # if not, that means that the password() function ended in one of the first two conditions, the network is saved or open
|
||||||
$option3)
|
nmcli dev wifi connect "$bssid"
|
||||||
disconnect;;
|
fi
|
||||||
$option4)
|
}
|
||||||
connect;
|
|
||||||
if [ -n "$bssid" ]; then
|
##########
|
||||||
password;
|
## main ##
|
||||||
action;
|
##########
|
||||||
check;
|
cases=$(echo -e "$options" | rofi -dmenu -i -p " Wifi Settings " ) # main menu prompt
|
||||||
|
case "$cases" in
|
||||||
|
"$option1")
|
||||||
|
turnon
|
||||||
|
;;
|
||||||
|
"$option2")
|
||||||
|
turnoff
|
||||||
|
;;
|
||||||
|
"$option3")
|
||||||
|
disconnect
|
||||||
|
;;
|
||||||
|
"$option4")
|
||||||
|
if connect; then # if the user chooses a network
|
||||||
|
password # this function will exit the script if the user didn't put a password
|
||||||
|
action
|
||||||
else
|
else
|
||||||
exit 0;
|
exit 1 # if not, exit the script
|
||||||
fi;;
|
fi
|
||||||
$option5)
|
;;
|
||||||
"$BROWSER" http://networkcheck.kde.org;;
|
"$option5")
|
||||||
$option6)
|
"$BROWSER" http://networkcheck.kde.org
|
||||||
exit 0;
|
;;
|
||||||
esac
|
"$option6")
|
||||||
else
|
exit 0
|
||||||
exit 0;
|
esac
|
||||||
fi
|
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||||
# absolute path. No other format is supported.
|
# absolute path. No other format is supported.
|
||||||
#
|
#
|
||||||
XDG_DESKTOP_DIR="$HOME/Temporal/Desktop"
|
XDG_DESKTOP_DIR="$HOME/var/desktop"
|
||||||
XDG_DOWNLOAD_DIR="$HOME/Temporal/Downloads"
|
XDG_DOWNLOAD_DIR="$HOME/var/downloads"
|
||||||
XDG_TEMPLATES_DIR="$HOME/Temporal/Templates"
|
XDG_TEMPLATES_DIR="$HOME/media/templates"
|
||||||
XDG_PUBLICSHARE_DIR="$HOME/Temporal/Public"
|
XDG_PUBLICSHARE_DIR="$HOME/var/public"
|
||||||
XDG_DOCUMENTS_DIR="$HOME/Documents"
|
XDG_DOCUMENTS_DIR="$HOME/media/documents"
|
||||||
XDG_MUSIC_DIR="$HOME/Media/Music"
|
XDG_MUSIC_DIR="$HOME/media/music"
|
||||||
XDG_PICTURES_DIR="$HOME/Media/Pictures"
|
XDG_PICTURES_DIR="$HOME/media/pictures"
|
||||||
XDG_VIDEOS_DIR="$HOME/Media/Videos"
|
XDG_VIDEOS_DIR="$HOME/media/videos"
|
||||||
|
|
|
@ -27,4 +27,3 @@ highlight BrokenLink cterm=bold ctermfg=167 ctermbg=default
|
||||||
highlight Device cterm=none,standout ctermfg=214 ctermbg=default
|
highlight Device cterm=none,standout ctermfg=214 ctermbg=default
|
||||||
highlight Fifo cterm=none ctermfg=172 ctermbg=default
|
highlight Fifo cterm=none ctermfg=172 ctermbg=default
|
||||||
highlight Socket cterm=bold ctermfg=223 ctermbg=default
|
highlight Socket cterm=bold ctermfg=223 ctermbg=default
|
||||||
|
|
56
user/.config/vifm/scripts/vifmimg
Executable file
56
user/.config/vifm/scripts/vifmimg
Executable file
|
@ -0,0 +1,56 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
PCACHE="$HOME/.cache/vifm/thumbnail.$(stat --printf '%n\0%i\0%F\0%s\0%W\0%Y' -- "$(readlink -f "$PWD/$6")" | sha256sum)"
|
||||||
|
export PCACHE="${PCACHE%% *}"
|
||||||
|
|
||||||
|
pclear() {
|
||||||
|
printf '{"action": "remove", "identifier": "vifm-preview"}\n' > "$FIFO_UEBERZUG"
|
||||||
|
}
|
||||||
|
|
||||||
|
image() {
|
||||||
|
printf '{"action": "add", "identifier": "vifm-preview", "x": "%s", "y": "%s", "width": "%s", "height": "%s", "scaler": "contain", "path": "%s"}\n' "$2" "$3" "$4" "$5" "$6" > "$FIFO_UEBERZUG"
|
||||||
|
}
|
||||||
|
|
||||||
|
main() {
|
||||||
|
case "$1" in
|
||||||
|
"clear")
|
||||||
|
pclear "$@"
|
||||||
|
;;
|
||||||
|
"draw")
|
||||||
|
FILE="$PWD/$6"
|
||||||
|
image "$1" "$2" "$3" "$4" "$5" "$FILE"
|
||||||
|
;;
|
||||||
|
"video")
|
||||||
|
[ ! -f "$PCACHE" ] && \
|
||||||
|
ffmpegthumbnailer -i "$6" -o "${PCACHE}.jpg" -s 0 -q 5
|
||||||
|
image "$1" "$2" "$3" "$4" "$5" "${PCACHE}.jpg"
|
||||||
|
;;
|
||||||
|
"epub")
|
||||||
|
[ ! -f "$PCACHE" ] && \
|
||||||
|
epub-thumbnailer "$6" "$PCACHE" 1024
|
||||||
|
image "$1" "$2" "$3" "$4" "$5" "$PCACHE"
|
||||||
|
;;
|
||||||
|
"pdf")
|
||||||
|
[ ! -f "${PCACHE}.jpg" ] && \
|
||||||
|
pdftoppm -jpeg -f 1 -singlefile "$6" "$PCACHE"
|
||||||
|
image "$1" "$2" "$3" "$4" "$5" "${PCACHE}.jpg"
|
||||||
|
;;
|
||||||
|
"djvu")
|
||||||
|
[ ! -f "${PCACHE}.jpg" ] && \
|
||||||
|
ddjvu -format=tiff -quality=90 -page=1 "$6" "$PCACHE.jpg"
|
||||||
|
image "$1" "$2" "$3" "$4" "$5" "${PCACHE}.jpg"
|
||||||
|
;;
|
||||||
|
"audio")
|
||||||
|
[ ! -f "${PCACHE}.jpg" ] && \
|
||||||
|
ffmpeg -hide_banner -i "$6" "${PCACHE}.jpg" -y >/dev/null
|
||||||
|
image "$1" "$2" "$3" "$4" "$5" "${PCACHE}.jpg"
|
||||||
|
;;
|
||||||
|
"font")
|
||||||
|
[ ! -f "${PCACHE}.jpg" ] && \
|
||||||
|
fontpreview -i "$6" -o "${PCACHE}.jpg"
|
||||||
|
image "$1" "$2" "$3" "$4" "$5" "${PCACHE}.jpg"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
main "$@"
|
21
user/.config/vifm/scripts/vifmrun
Executable file
21
user/.config/vifm/scripts/vifmrun
Executable file
|
@ -0,0 +1,21 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ -z "$(command -v vifm)" ]; then
|
||||||
|
printf "vifm isn't installed on your system!\n"
|
||||||
|
exit 1
|
||||||
|
elif [ -z "$(command -v ueberzug)" ]; then
|
||||||
|
exec vifm "$@"
|
||||||
|
else
|
||||||
|
cleanup() {
|
||||||
|
exec 3>&-
|
||||||
|
rm "$FIFO_UEBERZUG"
|
||||||
|
}
|
||||||
|
[ ! -d "$HOME/.cache/vifm" ] && mkdir -p "$HOME/.cache/vifm"
|
||||||
|
export FIFO_UEBERZUG="$HOME/.cache/vifm/ueberzug-${$}"
|
||||||
|
mkfifo "$FIFO_UEBERZUG"
|
||||||
|
ueberzug layer -s <"$FIFO_UEBERZUG" -p json &
|
||||||
|
exec 3>"$FIFO_UEBERZUG"
|
||||||
|
trap cleanup EXIT
|
||||||
|
vifm "$@" 3>&-
|
||||||
|
vifmimg clear
|
||||||
|
fi
|
|
@ -13,7 +13,7 @@
|
||||||
" Since emacs is a GUI app and not a terminal app like vim, append the command
|
" Since emacs is a GUI app and not a terminal app like vim, append the command
|
||||||
" with an ampersand (&).
|
" with an ampersand (&).
|
||||||
|
|
||||||
set vicmd=nvim
|
set vicmd=~/.local/bin/lvim
|
||||||
|
|
||||||
" This makes vifm perform file operations on its own instead of relying on
|
" This makes vifm perform file operations on its own instead of relying on
|
||||||
" standard utilities like `cp`. While using `cp` and alike is a more universal
|
" standard utilities like `cp`. While using `cp` and alike is a more universal
|
||||||
|
@ -65,7 +65,7 @@ set norunexec
|
||||||
" Selected color scheme
|
" Selected color scheme
|
||||||
" The following line will cause issues if using vifm.vim with regular vim.
|
" The following line will cause issues if using vifm.vim with regular vim.
|
||||||
" Either use neovim or comment out the following line.
|
" Either use neovim or comment out the following line.
|
||||||
colorscheme gruvbox-dark
|
colorscheme gruvbox
|
||||||
|
|
||||||
" Format for displaying time in file list. For example:
|
" Format for displaying time in file list. For example:
|
||||||
" TIME_STAMP_FORMAT=%m/%d-%H:%M
|
" TIME_STAMP_FORMAT=%m/%d-%H:%M
|
||||||
|
@ -175,7 +175,9 @@ command! reload :write | restart
|
||||||
" Pdf and cbz
|
" Pdf and cbz
|
||||||
filextype *.cbz,*.pdf zathura %c %i &, apvlv %c, xpdf %c
|
filextype *.cbz,*.pdf zathura %c %i &, apvlv %c, xpdf %c
|
||||||
fileviewer *.pdf
|
fileviewer *.pdf
|
||||||
\ pdftotext -nopgbrk %c -
|
\ vifmimg pdf %px %py %pw %ph %c
|
||||||
|
\ %pc
|
||||||
|
\ vifmimg clear
|
||||||
|
|
||||||
" PostScript
|
" PostScript
|
||||||
filextype *.ps,*.eps,*.ps.gz
|
filextype *.ps,*.eps,*.ps.gz
|
||||||
|
@ -190,13 +192,24 @@ filextype *.djvu
|
||||||
\ zathura %f,
|
\ zathura %f,
|
||||||
\ {View in apvlv}
|
\ {View in apvlv}
|
||||||
\ apvlv %f,
|
\ apvlv %f,
|
||||||
|
fileviewer *.djvu
|
||||||
|
\ vifmimg djvu %px %py %pw %ph %c
|
||||||
|
\ %pc
|
||||||
|
\ vifmimg clear
|
||||||
|
|
||||||
|
fileviewer *.epub
|
||||||
|
\ vifmimg epub %px %py %pw %ph %c
|
||||||
|
\ %pc
|
||||||
|
\ vifmimg clear
|
||||||
|
|
||||||
" Audio
|
" Audio
|
||||||
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
|
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
|
||||||
\ {Play using mpv}
|
\ {Play using mpv}
|
||||||
\ mpv %f,
|
\ mpv %f,
|
||||||
fileviewer *.mp3 mp3info
|
fileviewer *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
|
||||||
fileviewer *.flac soxi
|
\ vifmimg audio %px %py %pw %ph %c
|
||||||
|
\ %pc
|
||||||
|
\ vifmimg clear
|
||||||
|
|
||||||
" Video
|
" Video
|
||||||
filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
||||||
|
@ -207,7 +220,9 @@ filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
||||||
fileviewer *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
fileviewer *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
||||||
\*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,
|
\*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,
|
||||||
\*.as[fx]
|
\*.as[fx]
|
||||||
\ ffprobe -pretty %c 2>&1
|
\ vifmimg video %px %py %pw %ph %c
|
||||||
|
\ %pc
|
||||||
|
\ vifmimg clear
|
||||||
|
|
||||||
" Web
|
" Web
|
||||||
filextype *.html,*.htm
|
filextype *.html,*.htm
|
||||||
|
@ -235,7 +250,15 @@ filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
|
||||||
\ {View in imv}
|
\ {View in imv}
|
||||||
\ imv %f &,
|
\ imv %f &,
|
||||||
fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.xpm,*.gif
|
fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.xpm,*.gif
|
||||||
\ wezterm imgcat --width %pw --height %ph %c:p %pd
|
\ vifmimg draw %px %py %pw %ph %c
|
||||||
|
\ %pc
|
||||||
|
\ vifmimg clear
|
||||||
|
|
||||||
|
" Fonts
|
||||||
|
fileviewer *.ttf, *.otf
|
||||||
|
\ vifmimg font %px %py %pw %ph %c
|
||||||
|
\ %pc
|
||||||
|
\ vifmimg clear
|
||||||
|
|
||||||
" OpenRaster
|
" OpenRaster
|
||||||
filextype *.ora
|
filextype *.ora
|
||||||
|
|
|
@ -2,6 +2,7 @@ local wezterm = require 'wezterm'
|
||||||
local gpus = wezterm.gui.enumerate_gpus()
|
local gpus = wezterm.gui.enumerate_gpus()
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
enable_wayland = true,
|
||||||
font = wezterm.font {
|
font = wezterm.font {
|
||||||
family = 'mononoki Nerd Font',
|
family = 'mononoki Nerd Font',
|
||||||
weight = 'Medium'
|
weight = 'Medium'
|
||||||
|
@ -9,7 +10,7 @@ return {
|
||||||
color_scheme = 'Gruvbox dark, hard (base16)',
|
color_scheme = 'Gruvbox dark, hard (base16)',
|
||||||
default_prog = { '/usr/bin/fish' },
|
default_prog = { '/usr/bin/fish' },
|
||||||
default_cursor_style = "BlinkingUnderline",
|
default_cursor_style = "BlinkingUnderline",
|
||||||
font_size = 12,
|
font_size = 14,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
use_dead_keys = false,
|
use_dead_keys = false,
|
||||||
warn_about_missing_glyphs = false,
|
warn_about_missing_glyphs = false,
|
||||||
|
@ -28,5 +29,5 @@ return {
|
||||||
exit_behavior = "Close",
|
exit_behavior = "Close",
|
||||||
window_close_confirmation = 'NeverPrompt',
|
window_close_confirmation = 'NeverPrompt',
|
||||||
tab_bar_at_bottom = false,
|
tab_bar_at_bottom = false,
|
||||||
window_background_opacity = 0.95,
|
window_background_opacity = 0.98,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
Net/ThemeName "gruvbox-dark-gtk"
|
|
||||||
Net/IconThemeName "gruvbox-dark-icons-gtk"
|
|
||||||
Gtk/CursorThemeName "Simp1e-Gruvbox-Dark"
|
|
||||||
Net/EnableEventSounds 1
|
|
||||||
EnableInputFeedbackSounds 0
|
|
||||||
Xft/Antialias 1
|
|
||||||
Xft/Hinting 1
|
|
||||||
Xft/HintStyle "hintslight"
|
|
||||||
Xft/RGBA "rgb"
|
|
|
@ -28,25 +28,44 @@ if [ -f "$usermodmap" ]; then
|
||||||
xmodmap "$usermodmap"
|
xmodmap "$usermodmap"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# environment variables
|
# Environment variables
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
export QT_STYLE_OVERRIDE=kvantum
|
export QT_STYLE_OVERRIDE=kvantum
|
||||||
|
export XDG_SESSION_TYPE=X11
|
||||||
|
|
||||||
# clean home
|
# Home folders
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
||||||
|
# GTK & cursor stuff
|
||||||
|
export XCURSOR_PATH="$XDG_DATA_HOME/icons/"
|
||||||
|
export XCURSOR_THEME="Simp1e-Gruvbox-Dark"
|
||||||
|
export GTK_THEME="gruvbox-dark-gtk"
|
||||||
|
export GTK_ICON_THEME="gruvbox-dark-icons-gtk"
|
||||||
|
|
||||||
|
# Sanely export XDG Base dir variables
|
||||||
|
eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)"
|
||||||
|
|
||||||
|
# Clean home
|
||||||
export W3M_DIR="$XDG_DATA_HOME/w3m"
|
export W3M_DIR="$XDG_DATA_HOME/w3m"
|
||||||
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
|
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
|
||||||
export WGETRC="$HOME/.config/wget/wgetrc"
|
export WGETRC="$HOME/.config/wget/wgetrc"
|
||||||
export INPUTRC="$HOME/.config/inputrc"
|
export INPUTRC="$HOME/.config/inputrc"
|
||||||
export GNUPGHOME="$HOME/.local/share/gnupg"
|
export GNUPGHOME="$HOME/.local/share/gnupg"
|
||||||
|
export LESSHISTFILE="-"
|
||||||
|
|
||||||
# default apps
|
# Create GNUPG & WGETRC directories if they don't exist
|
||||||
export EDITOR="emacsclient -t -a ''"
|
if [ ! -d "$HOME/.config/wget/" ] && [ ! -d "$GNUPGHOME" ]; then
|
||||||
export VISUAL="emacsclient -c -a 'emacs'"
|
mkdir -p "$HOME/.config/wget/" "$GNUPGHOME"
|
||||||
export BROWSER="firefox"
|
fi
|
||||||
|
|
||||||
|
# Default apps
|
||||||
|
export TERMINAL="wezterm"
|
||||||
|
export EDITOR="$HOME/.local/bin/lvim"
|
||||||
|
export VISUAL="$TERMINAL -c editor -n editor -e $EDITOR"
|
||||||
|
export BROWSER="qutebrowser"
|
||||||
export VIEWER="zathura"
|
export VIEWER="zathura"
|
||||||
|
|
||||||
# start window manager / desktop environment
|
# start window manager / desktop environment
|
||||||
exec awesome
|
dbus-launch awesome
|
||||||
|
|
Loading…
Reference in a new issue