<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<dir>~/.fonts</dir> | |
<!-- | |
Documented at | |
http://linux.die.net/man/5/fonts-conf | |
To check font mapping run the command at terminal | |
$ fc-match 'helvetica Neue' | |
This is a collection of the tweaks and modification I've made to my Arch Linux installation over the months. These may be applicable to other distros, but please check first before doing anything. I also included Arch Wiki references for all the procedures I mentioned. My recommendation is not to blindly follow this gist but to always check with the Arch Linux wiki first. Things move fast and by the time you're reading this my gist may be out of date. Lastly, the golden rule: never execute a command you don't understand.
My current DE of choice is KDE's Plasma. I find it just about perfect.
There are various ways to install it on Arch. The most popular one is to install plasma
and plasma-applications
, but I don't like doing that because it comes with too many programs I'll never use. I, instead, install the base plasma
group, remove the few extra packages that come with it, then I finish off by installing a few KDE apps that don't come with th
use neptuno; | |
create procedure usp_dateToDate | |
@date1 datetime, | |
@date2 datetime | |
as | |
select * from Pedidos where FechaPedido between @date1 and @date2 | |
create procedure usp_detailOrder |
import styled from 'styled-components'; | |
const Card = styled.div` | |
box-sizing: border-box; | |
max-width: 410px; | |
margin: 0 auto; | |
padding: 0 2rem; | |
display: flex; | |
flex-direction: column; | |
align-items: center; |
- Get the latest code of wingpanel: https://github.com/elementary/wingpanel/releases
- Extract and open terminal in source folder
wingpanel-[version]
- Open file
Panel.vala
, replace linecenter_menubar.add (indicator_entry);
byright_menubar.insert_sorted (indicator_entry);
- Open file
IndicatorSorter.vala
, add lineindicator_order[Indicator.DATETIME] = 10;
incontruct
. Changeindicator_order[Indicator.SESSION] = 10;
toindicator_order[Indicator.SESSION] = 11;
- Run command
meson build --prefix=/usr
# GIT heart FZF | |
# ------------- | |
is_in_git_repo() { | |
git rev-parse HEAD > /dev/null 2>&1 | |
} | |
fzf-down() { | |
fzf --height 50% --min-height 20 --border --bind ctrl-/:toggle-preview "$@" | |
} |
Make your Arch fonts beautiful easily! This is what I do when I install Arch Linux to improve the fonts.
You may consider the following settings to improve your fonts for system-wide usage without installing a patched font library packages (eg. Infinality):
Install some fonts, for example:
sudo pacman -S ttf-dejavu ttf-liberation noto-fonts