Skip to content

Instantly share code, notes, and snippets.

View nemanjan00's full-sized avatar

Nemanja Nedeljković nemanjan00

View GitHub Profile
[nemanjan00@nemanjan00-mlaptop ~ ]$ pacman -Ql freetype2 | grep config
freetype2 /usr/include/freetype2/freetype/config/
freetype2 /usr/include/freetype2/freetype/config/ftconfig.h
freetype2 /usr/include/freetype2/freetype/config/ftheader.h
freetype2 /usr/include/freetype2/freetype/config/ftmodule.h
freetype2 /usr/include/freetype2/freetype/config/ftoption.h
freetype2 /usr/include/freetype2/freetype/config/ftstdlib.h
freetype2 /usr/lib/pkgconfig/
freetype2 /usr/lib/pkgconfig/freetype2.pc
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_COREBOOT_BUILD=y
CONFIG_LOCALVERSION=""
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_COREBOOT_BUILD=y
CONFIG_LOCALVERSION=""
#!/bin/bash
cache=~/.cache/dmenu_run
freq=~/.dmenu_history
aliases=~/.zsh_aliases
source $aliases
case "$1" in
remove)
# To remove a file from history:
# $ dmenu_recent_aliases remove <name>
{
"blocks": [
{
"name": "cpus",
"backgroundColor": "#ffffff",
"color": "#160925"
},
{
"name": "playerctl",
"backgroundColor": "#160925",
# Background color of the completion widget for odd rows.
# Type: QssColor
c.colors.completion.odd.bg = '#160925'
# Background color of the completion widget for even rows.
# Type: QssColor
c.colors.completion.even.bg = '#160925'
# Background color of the completion widget category headers.
# Type: QssColor
/******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 255, 255, 255, 100 % );
normal-foreground: @foreground;
alternate-normal-background: transparent;
// When color definition differs for dark and light variant
// it gets @if ed depending on $variant
$base_color: if($variant == 'light', #ffffff, #160925);
$text_color: if($variant == 'light', black, white);
$bg_color: if($variant == 'light', #e8e8e7, #160925);
$fg_color: if($variant == 'light', #2e3436, #eeeeec);
$selected_fg_color: #ffffff;
#!/bin/bash
xrandr --output VGA1 --auto --left-of LVDS1
# default monitor is LVDS1
MONITOR=LVDS1
# functions to switch from LVDS1 to VGA and vice versa
function ActivateVGA {
echo "Switching to VGA1"