Find the official macOS wallpapers complied in a neat Google Photos album.
This setup relies on a few GNOME shell extensions, all of which are available from the AUR.
font: | |
size: 18 | |
offset: | |
y: 16 | |
glyph_offset: | |
y: 9 | |
normal: | |
family: "SFMono Nerd Font" | |
window: | |
padding: |
#format = """ | |
#[╭─user───❯](bold blue) $username | |
#[┣─system─❯](bold yellow) $hostname | |
#[┣─project❯](bold red) $directory$rust$git_branch$git_status$package$golang$terraform$docker_context$python$docker_context$nodejs | |
#[╰─cmd────❯](bold green) | |
#""" | |
#format = '$all' | |
[localip] | |
ssh_only = false |
Find the official macOS wallpapers complied in a neat Google Photos album.
This setup relies on a few GNOME shell extensions, all of which are available from the AUR.
Install Android App Termux from APKPure or AppStore. If the app exists, just delete and re-install it to get the latest version, The APK can be downloaded from https://apkpure.com/termux/com.termux/ Install the APK using by running
adb install ~/Downloads/Termux_v0.73_apkpure.com.apk
{ | |
"layer": "top", // Waybar at top layer | |
// "position": "bottom", // Waybar at the bottom of your screen | |
"height": 60, // Waybar height | |
// "width": 1280, // Waybar width | |
// Choose the order of the modules | |
"modules-left": ["sway/workspaces", "sway/mode"], | |
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "battery", "clock", "tray"], | |
// Modules configuration | |
"sway/workspaces": { |
#!/bin/bash | |
#script extraido de: http://paulocassiano.wordpress.com/2008/08/29/deixando-o-gedit-com-a-cara-do-textmate/ | |
#tip for better "resolution" here: http://blog.siverti.com.br/2008/05/22/fonte-monaco-no-ubuntugedit/ | |
cd /usr/share/fonts/truetype/ | |
#TODO: put validation if folder already exists | |
sudo mkdir ttf-monaco | |
by xero updated 10.29.24
#!/bin/bash | |
# Install Monaco font in Linux | |
# Version from nullvideo https://gist.github.com/rogerleite/99819#gistcomment-2799386 | |
sudo mkdir -p /usr/share/fonts/truetype/ttf-monaco && \ | |
sudo wget https://gist.github.com/rogerleite/b50866eb7f7b5950da01ae8927c5bd61/raw/862b6c9437f534d5899e4e68d60f9bf22f356312/mfont.ttf -O - > \ | |
/usr/share/fonts/truetype/ttf-monaco/Monaco_Linux.ttf && \ | |
sudo fc-cache |