From b3937e263d9c7e37d9901259da3ed10bf6986a1a Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 11 Mar 2023 00:29:43 -0500 Subject: [PATCH] Update --- .config/qtile/config.py | 6 +++--- .local/bin/bjendal | 3 +++ .local/bin/roshar | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 3 deletions(-) create mode 100755 .local/bin/bjendal create mode 100755 .local/bin/roshar diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 1b3a558..c466ed7 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -332,8 +332,8 @@ layouts = [ # border_width=4, # margin=[4,2,4,2], # ), - #layout.Stack(num_stacks=2), - #layout.Bsp(), + # layout.Stack(num_stacks=2), + # layout.Bsp(), layout.MonadTall( border_focus=nord['nord11'], border_normal=nord['nord10'], @@ -443,7 +443,7 @@ screens = [ text_open='\uf101', padding=15, widgets=[ - widget.Mpris2( + widget.Mpris2( name='spotifyd', #objname=media_player, format = "{xesam:title} - ({xesam:artist})", diff --git a/.local/bin/bjendal b/.local/bin/bjendal new file mode 100755 index 0000000..ece1a1e --- /dev/null +++ b/.local/bin/bjendal @@ -0,0 +1,3 @@ +#!/usr/bin/env /bin/fish + +xfreerdp /u:roland /v:10.50.28.166 /size:1910x1070 +clipboard +glyph-cache diff --git a/.local/bin/roshar b/.local/bin/roshar new file mode 100755 index 0000000..cae5577 --- /dev/null +++ b/.local/bin/roshar @@ -0,0 +1,39 @@ +#!/bin/sh + +initializeANSI() +{ + esc="" + + blackf="${esc}[30m"; redf="${esc}[31m"; greenf="${esc}[32m" + yellowf="${esc}[33m" bluef="${esc}[34m"; purplef="${esc}[35m" + cyanf="${esc}[36m"; whitef="${esc}[37m" + + blackb="${esc}[40m"; redb="${esc}[41m"; greenb="${esc}[42m" + yellowb="${esc}[43m" blueb="${esc}[44m"; purpleb="${esc}[45m" + cyanb="${esc}[46m"; whiteb="${esc}[47m" + + boldon="${esc}[1m"; boldoff="${esc}[22m" + italicson="${esc}[3m"; italicsoff="${esc}[23m" + ulon="${esc}[4m"; uloff="${esc}[24m" + invon="${esc}[7m"; invoff="${esc}[27m" + + reset="${esc}[0m" +} + +initializeANSI + +cat << EOF + + ${boldon}${blackf} ██████${reset} + ${boldon}${blackf}██${reset}██${reset}${bluef}██${reset}${boldon}${blackf}██${reset}${bluef}██${reset} + ${boldon}${blackf}██${reset}██${bluef}██${reset}${boldon}${blackf}██${reset}${bluef}██${reset} + ${boldon}${blackf}██████${reset}${purplef}██████${reset} ____ _ + ${boldon}${blackf}████${reset}████${boldon}${blackf}██${reset} | _ \ ___ ___| |__ __ _ _ __ + ${boldon}${blackf}████${reset}████████${boldon}${blackf}██${reset} | |_) / _ \/ __| '_ \ / _\` | '__| + ${boldon}${blackf}████${reset}████████${boldon}${blackf}██${reset} | _ < (_) \__ \ | | | (_| | | + ${boldon}${blackf}████${reset}████████${boldon}${blackf}██${reset} |_| \_\___/|___/_| |_|\__,_|_| + ${boldon}${blackf}████${reset}████${boldon}${blackf}██${reset} + ${boldon}${blackf}███${reset}${purplef}███ ████${reset} + + +EOF