From 46db1c247bb59baf43b3367734273c4b1fa7d1d3 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@tfcconneciton.org>
Date: Tue, 17 May 2022 10:58:56 -0500
Subject: [PATCH] getting awesome setup

---
 README.org                       | 2 +-
 awesome/bling                    | 1 -
 awesome/init.fnl                 | 3 +++
 awesome/rc.lua                   | 3 +++
 awesome/rubato                   | 1 -
 system/kaladin/configuration.nix | 4 +++-
 system/syl/configuration.nix     | 4 +++-
 7 files changed, 13 insertions(+), 5 deletions(-)
 delete mode 160000 awesome/bling
 delete mode 160000 awesome/rubato

diff --git a/README.org b/README.org
index e4469da..b549f3a 100644
--- a/README.org
+++ b/README.org
@@ -262,7 +262,7 @@ nixpkgs.overlays = [
 
   (import (builtins.fetchTarball {
     url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
-    sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
+    sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
   }))
 
   (self: super:
diff --git a/awesome/bling b/awesome/bling
deleted file mode 160000
index 3164486..0000000
--- a/awesome/bling
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 3164486da072d22b1bd62e670805566f4418f8a1
diff --git a/awesome/init.fnl b/awesome/init.fnl
index cf91236..ef62ab7 100644
--- a/awesome/init.fnl
+++ b/awesome/init.fnl
@@ -9,6 +9,7 @@
 (local xresources (require "beautiful.xresources"))
 ;; Notification library
 (global naughty (require "naughty"))
+(naughty.notification {:title "YAY FNL LOADED!"})
 (global menubar (require "menubar"))
 ;; Enable hotkeys help widget for VIM and other apps
 ;; when client with a matching name is opened:
@@ -17,6 +18,7 @@
 (local dpi xresources.apply_dpi)
 (local ruled (require "ruled"))
 
+
 (global togglebar (fn []
   (let [s (awful.screen.focused {:client true})]
        (s.togglebar))))
@@ -35,6 +37,7 @@
                          :text awesome.startup_errors}))
 
 
+
 ;; Handle runtime errors after startup
 (do
   (var in_error false)
diff --git a/awesome/rc.lua b/awesome/rc.lua
index a29adfd..6302387 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -5,6 +5,9 @@ cfgDir = os.getenv("HOME") .. "/.config/awesome/"
 -- package.path = cfgDir .. "?.lua"
 fennel.path = fennel.path .. ";" .. cfgDir .. "?.fnl;"
 
+
+naughty.notification{ title = "YAY RC LOADED"}
+
 searcher = fennel.make_searcher({
       correlate = true,
          useMetadata = true,
diff --git a/awesome/rubato b/awesome/rubato
deleted file mode 160000
index 51b4f76..0000000
--- a/awesome/rubato
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 51b4f760c9601254f4817ac90441ccd1ad0a0616
diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix
index 24ab03e..0822cc0 100644
--- a/system/kaladin/configuration.nix
+++ b/system/kaladin/configuration.nix
@@ -215,6 +215,8 @@
     libsForQt5.kirigami2
     libsForQt5.ki18n
     libsForQt5.kcoreaddons
+    libsForQt5.kdbusaddons
+    libsForQt5.libdbusmenu
     fennel
   ];
 
@@ -222,7 +224,7 @@
   
     (import (builtins.fetchTarball {
       url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
-      sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
+      sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
     }))
   
     (self: super:
diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix
index a8cbabe..2bc8d8f 100644
--- a/system/syl/configuration.nix
+++ b/system/syl/configuration.nix
@@ -250,6 +250,8 @@
     libsForQt5.kirigami2
     libsForQt5.ki18n
     libsForQt5.kcoreaddons
+    libsForQt5.kdbusaddons
+    libsForQt5.libdbusmenu
     fennel
   ];
 
@@ -257,7 +259,7 @@
   
     (import (builtins.fetchTarball {
       url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
-      sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
+      sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
     }))
   
     (self: super: