I HAVE NO IDEA!

This commit is contained in:
Chris Cochrun 2021-12-10 12:02:06 -06:00
parent 9a725dcc03
commit 5729629ba7
15 changed files with 298 additions and 206 deletions

@ -1 +1 @@
Subproject commit 0fb85341916b6de1c5cd6ddf3e8472292a93a303 Subproject commit 048cf41e0aa5a391948d62e6168d6e54279cf627

View file

@ -52,7 +52,7 @@
(local bling (require "bling")) (local bling (require "bling"))
;; (local awestore (require "awestore")) ;; (local awestore (require "awestore"))
(set naughty.config.defaults.position "bottom_middle") (set naughty.config.defaults.position "top_middle")
(set naughty.config.defaults.margin 10) (set naughty.config.defaults.margin 10)
(set naughty.config.defaults.border_width 0) (set naughty.config.defaults.border_width 0)
(set naughty.config.defaults.hover_timeout 5) (set naughty.config.defaults.hover_timeout 5)
@ -87,7 +87,7 @@
(if (= "syl\n" stdout) (if (= "syl\n" stdout)
(global laptop true) (global laptop true)
(global laptop false)))) (global laptop false))))
(local laptop true) (local laptop false)
;; Table of layouts to cover with awful.layout.inc, order matters. ;; Table of layouts to cover with awful.layout.inc, order matters.
(set awful.layout.layouts [ (set awful.layout.layouts [
@ -268,67 +268,67 @@
:id "background_role" :id "background_role"
:widget wibox.container.background :widget wibox.container.background
} }
:widget wibox.container.margin
:left (dpi 10)
:right (dpi 1)
:top (dpi 5)
:bottom (dpi 5)
}
}))
(set s.myminimizedtasklist (awful.widget.tasklist {
:screen s
:filter awful.widget.tasklist.filter.minimizedcurrenttags
:buttons tasklist_buttons
:style {
:border_width 0
:shape gears.shape.rounded_bar
}
:layout {
:spacing (dpi 20)
:spacing_widget {
1 {
:forced_width (dpi 5)
:forced_height (dpi 20)
:widget wibox.widget.separator
}
:valign "center"
:halign "center"
:widget wibox.container.place
}
:layout wibox.layout.flex.horizontal
}
:widget_template {
1 {
1 {
1 {
1 {
:id "icon_role"
:widget wibox.widget.imagebox
}
:margins 2
:widget wibox.container.margin
}
2 {
:id "text_role"
:widget wibox.widget.textbox
}
:layout wibox.layout.align.horizontal
}
:left (dpi 10)
:right (dpi 10)
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 10)
:right (dpi 1)
:top (dpi 5)
:bottom (dpi 5)
} }
:id "background_role" }))
:widget wibox.container.background
} (set s.myminimizedtasklist (awful.widget.tasklist {
})) :screen s
:filter awful.widget.tasklist.filter.minimizedcurrenttags
:buttons tasklist_buttons
:style {
:border_width 0
:shape gears.shape.rounded_bar
}
:layout {
:spacing (dpi 20)
:spacing_widget {
1 {
:forced_width (dpi 5)
:forced_height (dpi 20)
:widget wibox.widget.separator
}
:valign "center"
:halign "center"
:widget wibox.container.place
}
:layout wibox.layout.flex.horizontal
}
:widget_template {
1 {
1 {
1 {
1 {
:id "icon_role"
:widget wibox.widget.imagebox
}
:margins 2
:widget wibox.container.margin
}
2 {
:id "text_role"
:widget wibox.widget.textbox
}
:layout wibox.layout.align.horizontal
}
:left (dpi 10)
:right (dpi 10)
:widget wibox.container.margin
}
:id "background_role"
:widget wibox.container.background
}
}))
(set s.mytextclock { 1 { 1 (wibox.widget { (set s.mytextclock { 1 { 1 (wibox.widget {
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
1 { 1 {
:format "<b> %a %b %d, %l:%M %p </b>" :format "<b> %a %b %d, %l:%M %p </b>"
:widget wibox.widget.textclock}}) :widget wibox.widget.textclock}})
:widget wibox.container.margin :widget wibox.container.margin
:left 10 :left 10
:right 10} :right 10}
@ -338,19 +338,25 @@
:fg beautiful.base0B}) :fg beautiful.base0B})
(set s.myemptywidget (wibox.widget { ;; an empty widget for spacing things out (set s.myemptywidget (wibox.widget { ;; an empty widget for spacing things out
:text "" :text ""
:align "" :align ""
:valign "" :valign ""
:widget wibox.widget.textbox})) :widget wibox.widget.textbox}))
(set s.temptext (awful.widget.watch "cat /sys/class/thermal/thermal_zone3/temp" 10)) (set s.pingtext (awful.widget.watch "ping.sh" 15))
(set s.tempicon (wibox.widget.textbox " ")) (set s.pingspace (wibox.widget.textbox " "))
(set s.tempspace (wibox.widget.textbox " ")) (set s.pingwidget {1 {1 {1 (wibox.widget {
(set s.tempwidget (wibox.widget { 1 s.pingtext
1 s.tempicon 2 s.pingspace
2 s.temptext :layout wibox.layout.fixed.horizontal})
3 s.tempspace :widget wibox.container.margin
:layout wibox.layout.fixed.horizontal})) :left (dpi 5)}
:widget wibox.container.background
:shape gears.shape.rounded_bar
:bg beautiful.transparent
:fg beautiful.base0C}
:widget wibox.container.margin
:right (dpi 5)})
(set s.volumetext (awful.widget.watch "pamixer --get-volume-human" 0.5)) (set s.volumetext (awful.widget.watch "pamixer --get-volume-human" 0.5))
(set s.mictext (awful.widget.watch "pamixer --default-source --get-volume-human" 1)) (set s.mictext (awful.widget.watch "pamixer --default-source --get-volume-human" 1))
@ -359,22 +365,22 @@
(set s.volumespace (wibox.widget.textbox " ")) (set s.volumespace (wibox.widget.textbox " "))
(set s.volumewidget { 1 { 1 { 1 (wibox.widget { (set s.volumewidget { 1 { 1 { 1 (wibox.widget {
1 s.volumeicon 1 s.volumeicon
2 s.volumetext 2 s.volumetext
3 s.volumespace 3 s.volumespace
4 s.micicon 4 s.micicon
5 s.mictext 5 s.mictext
6 s.volumespace 6 s.volumespace
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
}) })
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 5)} :left (dpi 5)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base09} :fg beautiful.base09}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 5)}) :right (dpi 5)})
(set s.batterytext (awful.widget.watch "cat /sys/class/power_supply/BAT1/capacity" 30)) (set s.batterytext (awful.widget.watch "cat /sys/class/power_supply/BAT1/capacity" 30))
(set s.batterytext2 (awful.widget.watch "cat /sys/class/power_supply/BAT2/capacity" 30)) (set s.batterytext2 (awful.widget.watch "cat /sys/class/power_supply/BAT2/capacity" 30))
@ -382,147 +388,148 @@
(set s.batteryspace (wibox.widget.textbox " ")) (set s.batteryspace (wibox.widget.textbox " "))
(set s.batterywidget { 1 { 1 { 1 (wibox.widget { (set s.batterywidget { 1 { 1 { 1 (wibox.widget {
1 s.batteryicon 1 s.batteryicon
2 s.batterytext 2 s.batterytext
3 s.batteryspace 3 s.batteryspace
:layout wibox.layout.fixed.horizontal}) :layout wibox.layout.fixed.horizontal})
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 5)} :left (dpi 5)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base0C} :fg beautiful.base0C}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 5)}) :right (dpi 5)})
(set s.cputext (awful.widget.watch "cpu" 5)) (set s.cputext (awful.widget.watch "cpu" 5))
(set s.cpuicon (wibox.widget.textbox " ")) (set s.cpuicon (wibox.widget.textbox " "))
(set s.cpuspace (wibox.widget.textbox " ")) (set s.cpuspace (wibox.widget.textbox " "))
(set s.cpuwidget { 1 { 1 { 1 (wibox.widget { (set s.cpuwidget { 1 { 1 { 1 (wibox.widget {
1 s.cpuicon 1 s.cpuicon
2 s.cputext 2 s.cputext
3 s.cpuspace 3 s.cpuspace
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
}) })
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 5)} :left (dpi 5)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base0A} :fg beautiful.base0A}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 5)}) :right (dpi 5)})
(set s.memtext (awful.widget.watch "mem" 2)) (set s.memtext (awful.widget.watch "mem" 2))
(set s.memicon (wibox.widget.textbox " ")) (set s.memicon (wibox.widget.textbox " "))
(set s.memspace (wibox.widget.textbox " ")) (set s.memspace (wibox.widget.textbox " "))
(set s.memwidget { 1 { 1 { 1 (wibox.widget { (set s.memwidget { 1 { 1 { 1 (wibox.widget {
1 s.memicon 1 s.memicon
2 s.memtext 2 s.memtext
3 s.memspace 3 s.memspace
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
}) })
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 5)} :left (dpi 5)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base0E} :fg beautiful.base0E}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 5)}) :right (dpi 5)})
(set s.nettext (awful.widget.watch "netwidget" 10)) (set s.nettext (awful.widget.watch "netwidget" 10))
(set s.neticon (wibox.widget.textbox " ")) (set s.neticon (wibox.widget.textbox " "))
(set s.netspace (wibox.widget.textbox " ")) (set s.netspace (wibox.widget.textbox " "))
(set s.netwidget { 1 { 1 { 1 (wibox.widget { (set s.netwidget { 1 { 1 { 1 (wibox.widget {
;; 1 s.neticon ;; 1 s.neticon
2 s.nettext 2 s.nettext
3 s.netspace 3 s.netspace
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
}) })
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 5)} :left (dpi 5)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base08} :fg beautiful.base08}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 5)}) :right (dpi 5)})
(set s.mailtext (awful.widget.watch "muunread" 360)) (set s.mailtext (awful.widget.watch "muunread" 360))
(set s.mailicon (wibox.widget.textbox " ")) (set s.mailicon (wibox.widget.textbox " "))
(set s.mailspace (wibox.widget.textbox " ")) (set s.mailspace (wibox.widget.textbox " "))
(set s.mailwidget { 1 { 1 { 1 (wibox.widget { (set s.mailwidget { 1 { 1 { 1 (wibox.widget {
1 s.mailicon 1 s.mailicon
2 s.mailtext 2 s.mailtext
3 s.mailspace 3 s.mailspace
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
}) })
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 5)} :left (dpi 5)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base0D} :fg beautiful.base0D}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 5)}) :right (dpi 5)})
(set s.wttrtext (awful.widget.watch "wttr" 1200)) (set s.wttrtext (awful.widget.watch "wttr" 1200))
(set s.wttrspace (wibox.widget.textbox " ")) (set s.wttrspace (wibox.widget.textbox " "))
(set s.wttrwidget { 1 { 1 { 1 (wibox.widget { (set s.wttrwidget { 1 { 1 { 1 (wibox.widget {
1 s.wttrtext 1 s.wttrtext
2 s.wttrspace 2 s.wttrspace
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
:fg beautiful.base0B :fg beautiful.base0B
}) })
:widget wibox.container.margin :widget wibox.container.margin
:left (dpi 9)} :left (dpi 9)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base0C} :fg beautiful.base0C}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 10)}) :right (dpi 10)})
(set s.mysystray { 1 { 1 { 1 (wibox.widget.systray) (set s.mysystray { 1 { 1 { 1 (wibox.widget.systray)
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 2) :right (dpi 2)
:top (dpi 5) :top (dpi 5)
:bottom (dpi 5) :bottom (dpi 5)
:left (dpi 2)} :left (dpi 2)}
:widget wibox.container.background :widget wibox.container.background
:shape gears.shape.rounded_bar :shape gears.shape.rounded_bar
:opacity 0.7 :opacity 0.7
:bg beautiful.transparent :bg beautiful.transparent
:fg beautiful.base0C} :fg beautiful.base0C}
:widget wibox.container.margin :widget wibox.container.margin
:right (dpi 10)}) :right (dpi 10)})
(set s.myrightwidgets { (set s.myrightwidgets {
1 { 1 {
:layout wibox.layout.fixed.horizontal :layout wibox.layout.fixed.horizontal
1 s.netwidget 1 s.pingwidget
2 s.mailwidget 2 s.netwidget
3 s.memwidget 3 s.mailwidget
4 s.cpuwidget 4 s.memwidget
5 s.volumewidget 5 s.cpuwidget
6 (if laptop s.batterywidget s.myemptywidget) 6 s.volumewidget
7 (if (= s.index 1) s.mysystray) 7 (if laptop s.batterywidget s.myemptywidget)
8 s.mylayoutbox 8 (if (= s.index 1) s.mysystray)
9 s.mylayoutbox
} }
:widget wibox.container.margin :widget wibox.container.margin
:top (dpi 1) :top (dpi 1)
:bottom (dpi 1) :bottom (dpi 1)
}) })
(local yoffset (dpi 45)) ;; variables to be used for placing the wibox (local yoffset (dpi 45)) ;; variables to be used for placing the wibox
(local xoffset (dpi 26)) (local xoffset (dpi 26))
;; Create the wibox ;; Create the wibox
(set s.mywibox (wibox {;; since we are using a wibox we have a lot we need to set (set s.mywibox (wibox {;; since we are using a wibox we have a lot we need to set
;; as opposed to what we normally need to do with a wibar ;; as opposed to what we normally need to do with a wibar
:position "bottom" :position "bottom"
@ -541,39 +548,39 @@
(: s.mywibox :struts { :bottom (dpi 40) }) (: s.mywibox :struts { :bottom (dpi 40) })
;; Add widgets to the wibox ;; Add widgets to the wibox
(: s.mywibox :setup { (: s.mywibox :setup {
:layout wibox.layout.align.horizontal :layout wibox.layout.align.horizontal
:expand "outside" :expand "outside"
1 { ;; Left widgets 1 { ;; Left widgets
1 { 1 {
:layout wibox.layout.align.horizontal :layout wibox.layout.align.horizontal
1 s.mytaglist 1 s.mytaglist
2 s.mytasklist ;; Middle widget 2 s.mytasklist ;; Middle widget
3 s.myemptywidget 3 s.myemptywidget
} }
:left (dpi 10) :left (dpi 10)
:right (dpi 10) :right (dpi 10)
:widget wibox.container.margin :widget wibox.container.margin
} }
2 s.mytextclock :fg beautiful.base0B 2 s.mytextclock :fg beautiful.base0B
3 { ;; Right widgets 3 { ;; Right widgets
1 { 1 {
:layout wibox.layout.align.horizontal :layout wibox.layout.align.horizontal
1 s.myemptywidget 1 s.myemptywidget
2 { 2 {
1 s.myminimizedtasklist 1 s.myminimizedtasklist
:left (dpi 10) :left (dpi 10)
:right (dpi 20) :right (dpi 20)
:widget wibox.container.margin :widget wibox.container.margin
} }
3 s.myrightwidgets 3 s.myrightwidgets
} }
:left (dpi 10) :left (dpi 10)
:right (dpi 10) :right (dpi 10)
:widget wibox.container.margin :widget wibox.container.margin
} }
}) })
(set s.mywibox.visible true) ;; this is needed to ensure the raw wibox is shown. Wibar normally does this (set s.mywibox.visible true) ;; this is needed to ensure the raw wibox is shown. Wibar normally does this
)) ))

View file

@ -31,7 +31,6 @@
:dont_focus_before_close true :dont_focus_before_close true
;; :awestore {:x anim-x :y anim-y} ;; :awestore {:x anim-x :y anim-y}
})) }))
(fn get-volume [?callback] (fn get-volume [?callback]
(let [cb (or ?callback (fn [] nil))] (let [cb (or ?callback (fn [] nil))]
(awful.spawn.easy_async_with_shell "pamixer --get-volume-human" cb))) (awful.spawn.easy_async_with_shell "pamixer --get-volume-human" cb)))
@ -207,6 +206,14 @@
(awful.key [] "XF86Launch8" (fn [] (awful.spawn "pactl set-source-mute @DEFAULT_SOURCE@ toggle") (awful.key [] "XF86Launch8" (fn [] (awful.spawn "pactl set-source-mute @DEFAULT_SOURCE@ toggle")
(awful.spawn "paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga")) (awful.spawn "paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga"))
{:description "Mute microphone" :group "audio"}) {:description "Mute microphone" :group "audio"})
(awful.key [] "F6" (fn [] (awful.spawn "playerctl play-pause"))
{:description "Play-pause playback" :group "audio"})
(awful.key [] "F5" (fn [] (awful.spawn "playerctl position 10-"))
{:description "Previous 10s playback" :group "audio"})
(awful.key [] "F7" (fn [] (awful.spawn "playerctl position 10+"))
{:description "Previous 10s playback" :group "audio"})
(awful.key [] "F8" (fn [] (awful.spawn "getplayerstatus"))
{:description "Get status audio" :group "audio"})
(awful.key [modkey] "]" (fn [] (awful.spawn "mpvc -x 0.10")) (awful.key [modkey] "]" (fn [] (awful.spawn "mpvc -x 0.10"))
{:description "MPV speed up by .10" :group "audio"}) {:description "MPV speed up by .10" :group "audio"})
(awful.key [modkey] "[" (fn [] (awful.spawn "mpvc -x -0.10")) (awful.key [modkey] "[" (fn [] (awful.spawn "mpvc -x -0.10"))

View file

@ -0,0 +1,4 @@
# Automatically generated by espanso migration tool
# Original file: default.yml
{}

View file

@ -4,6 +4,10 @@
# You can refer to the official documentation: # You can refer to the official documentation:
# https://espanso.org/docs/ # https://espanso.org/docs/
# disable search bar
search_shortcut: OFF
search_trigger: OFF
# Matches are the substitution rules, when you type the "trigger" string # Matches are the substitution rules, when you type the "trigger" string
# it gets replaced by the "replace" string. # it gets replaced by the "replace" string.
matches: matches:

28
espanso/match/base.yml Normal file
View file

@ -0,0 +1,28 @@
# Automatically generated by espanso migration tool
# Original file: default.yml
matches:
- trigger: ":espanso"
replace: Hi there!
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%m/%d/%Y"
- trigger: ":shell"
replace: "{{output}}"
vars:
- name: output
type: shell
params:
cmd: echo Hello from your shell
- trigger: ":gml"
replace: ccochrun21@gmail.com
- trigger: ":otl"
replace: chris.cochrun@outlook.com
- trigger: ":tfcml"
replace: chris@tfcconnection.org
- trigger: ":name"
replace: Chris Cochrun

View file

@ -0,0 +1,11 @@
# Automatically generated by espanso migration tool
# Original file: packages/dadjoke/package.yml
matches:
- trigger: ":dadjoke"
replace: "{{output}}"
vars:
- name: output
type: shell
params:
cmd: "curl -H 'Accept: text/plain' https://icanhazdadjoke.com/"

View file

@ -27,10 +27,10 @@ shadow-radius = 38;
shadow-opacity = 1.0; shadow-opacity = 1.0;
# The left offset for shadows, in pixels. (defaults to -15) # The left offset for shadows, in pixels. (defaults to -15)
shadow-offset-x = -28; shadow-offset-x = -26;
# The top offset for shadows, in pixels. (defaults to -15) # The top offset for shadows, in pixels. (defaults to -15)
shadow-offset-y = -28; shadow-offset-y = -26;
# Avoid drawing shadows on dock/panel windows. This option is deprecated, # Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead. # you should use the *wintypes* option in your config file instead.

View file

@ -26,10 +26,12 @@ settings:
https://staff.tfcconnection.org: true https://staff.tfcconnection.org: true
content.notifications.enabled: content.notifications.enabled:
https://jelly.cochrun.xyz: true https://jelly.cochrun.xyz: true
https://na.op.gg: false
https://nc.cochrun.xyz: false https://nc.cochrun.xyz: false
https://staff.tfcconnection.org: true https://staff.tfcconnection.org: true
https://teams.microsoft.com: true https://teams.microsoft.com: true
https://toolbox.iskysoft.com: false https://toolbox.iskysoft.com: false
https://www.dailymail.co.uk: false
https://www.facebook.com: false https://www.facebook.com: false
https://www.g2a.com: false https://www.g2a.com: false
https://www.reddit.com: false https://www.reddit.com: false

View file

@ -1,4 +1,9 @@
https://yewtu.be/feed/subscriptions Subscriptions - YewTube https://yewtu.be/feed/subscriptions Subscriptions - YewTube
https://portal.azure.com/#@tfcconnection.org/dashboard/private/e5f3455d-3737-47d8-852b-1847a3b4801b Dashboard - Microsoft Azure https://portal.azure.com/#@tfcconnection.org/dashboard/private/e5f3455d-3737-47d8-852b-1847a3b4801b Dashboard - Microsoft Azure
https://asciiflow.com/#/ ASCIIFlow https://asciiflow.com/#/ ASCIIFlow
<<<<<<< HEAD
https://photos.cochrun.xyz/people/new PhotoPrism: People https://photos.cochrun.xyz/people/new PhotoPrism: People
=======
https://staff.tfcconnection.org/apps/files/?dir=/TFC%20Documents&fileid=340 TFC Documents - Files - TFC Staff
https://www.tfcconnection.org/wp-login.php Log In Teens For Christ Connection — WordPress
>>>>>>> 03da7fa (I HAVE NO IDEA!)

View file

@ -24,5 +24,10 @@ nc https://nc.cochrun.xyz/apps/files/
oml https://outlook.live.com/mail/0/inbox oml https://outlook.live.com/mail/0/inbox
stb https://table.tfcconnection.org/ stb https://table.tfcconnection.org/
tms https://teams.microsoft.com/_#/conversations/General tms https://teams.microsoft.com/_#/conversations/General
<<<<<<< HEAD
n8n https://n8n.tfcconnection.org/workflow n8n https://n8n.tfcconnection.org/workflow
stbdocs https://api.seatable.io/#intro stbdocs https://api.seatable.io/#intro
=======
svg https://icon-sets.iconify.design/
icons https://icon-sets.iconify.design/
>>>>>>> 03da7fa (I HAVE NO IDEA!)

View file

@ -0,0 +1,13 @@
/*-*- mode: css; -*-*/
configuration {
font: "VictorMono Nerd Font 14.0";
show-icons: false;
}
@import "/home/chris/.config/rofi/config.rasi"
window {
width: 70%;
}

2
scripts/getplayerstatus Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
notify-send "$(playerctl metadata xesam:title)"

3
scripts/ping.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
ping=$(ping -c 4 1.1.1.1 | tail -1| awk '{print $4}' | cut -d '/' -f 2)
echo "$ping"

View file

@ -11,4 +11,5 @@ sleep 1
latte-restart latte-restart
exec xcape -e 'Super_L=Super_L|Control_L|Escape' xcape -e 'Super_L=Super_L|Control_L|Escape'