ThinkPad T590
- CPU: Intel(R) Core(TM) i7-8565U
- RAM: 16GiB
############# | |
# VARIABLES # | |
############# | |
set $super Mod4 | |
set $alt Mod1 | |
# Define name for default screens | |
set $internal "eDP-1" "eDP-1-1" | |
set $external "HDMI2" "HDMI-0" | |
set $dockC "DVI-I-2-1" "DVI-I-1-1" |
" PLUGIN MANAGER -------------------------------------------- {{{ | |
set nocompatible " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') |
#!/bin/bash | |
export LC_ALL=C | |
ETH_STATUS=$(nmcli device | grep -w "connected" | grep "ethernet") | |
function handler() | |
{ | |
if [[ -n "$ETH_STATUS" ]]; then | |
nmcli radio wifi off |
rEFInd is a fork of the rEFIt boot manager. Like rEFIt, rEFInd can auto-detect your installed EFI boot loaders and it presents a pretty GUI menu of boot options. rEFInd goes beyond rEFIt in that rEFInd better handles systems with many boot loaders, gives better control over the boot loader search process, and provides the ability for users to define their own boot loader entries.
Features
- Support for EFI 1.x and UEFI 2.x computers
- Support for Mac and PC platforms
- Graphical and text-mode boot selector
- Auto-detection of available EFI boot loaders
- Directly launch Linux 3.3.0 and later kernels with EFI stub loader support
Customization of ufetch for my Ubuntu rice
Whatsapp Web is a Whatsapp client with a frontend in HTML, CSS and JS. If you are using it in a browser or in a service collector and you want use it in a small window while maintaining a good levels of usability you can inject this CSS into your browser's tab or service.
Up to 900px wide the chat list is shown with the profile photos of the contacts, only if you hover over the list the message preview appears and the chat space occupies the remaining space. Above 900px the UI is the default interface.