summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-05-12 11:33:54 -0300
committerLeonardo Santiago <[email protected]>2024-05-12 11:33:54 -0300
commit4f3efae46a91aae61e3d0d979670d388902d33a9 (patch)
tree7d8f2764934a76e6bc7527e7316f158c083fd9c3 /modules
parentfe3eda350da50bd8d7951adf915a78fbb444b0f2 (diff)
update stuff to make new framework laptop work.
Diffstat (limited to 'modules')
-rw-r--r--modules/emacs/README.org7
-rw-r--r--modules/gnome-config.nix11
-rw-r--r--modules/gnome.nix1
3 files changed, 3 insertions, 16 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org
index 2f361dc..04fc1a7 100644
--- a/modules/emacs/README.org
+++ b/modules/emacs/README.org
@@ -56,8 +56,8 @@ Remove background on terminal, and add transparency on GUI
(set-face-background 'default "unspecified-bg" (selected-frame))))
(add-hook 'window-setup-hook 'on-after-init)
-(set-frame-parameter nil 'alpha-background 80)
-(add-to-list 'default-frame-alist '(alpha-background . 80))
+(set-frame-parameter nil 'alpha-background 95)
+(add-to-list 'default-frame-alist '(alpha-background . 95))
#+end_src
* Utility
@@ -287,8 +287,7 @@ Try to use the package.
(org-confirm-babel-evaluate nil)
(org-edit-src-content-indentation 0)
(org-auto-align-tags nil)
- (org-fontify-done-headline t)
- (org-agenda-files '("~/agenda.org")))
+ (org-fontify-done-headline t))
#+end_src
*** Org Modern
#+begin_src emacs-lisp :tangle yes
diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix
index 7bf4f43..4d3af54 100644
--- a/modules/gnome-config.nix
+++ b/modules/gnome-config.nix
@@ -34,7 +34,6 @@
"org/gnome/shell" = {
enabled-extensions = [
- "blur-my-shell@aunetx"
@@ -46,16 +45,6 @@
];
};
"org/gnome/shell/extensions/user-theme".name = "Graphite-Dark";
- "org/gnome/shell/extensions/blur-my-shell/applications" = {
- blur=true;
- blur-on-overview=false;
- dynamic-opacity=false;
- brightness=0.65;
- enable-all=false;
- opacity=255;
- sigma=10;
- whitelist = ["Emacs"];
- };
"org/honem/shell/extensions/vitals" = {
hide-zeros = true;
position-in-panel = "0";
diff --git a/modules/gnome.nix b/modules/gnome.nix
index dad3fce..2142450 100644
--- a/modules/gnome.nix
+++ b/modules/gnome.nix
@@ -24,7 +24,6 @@
appindicator
vitals
user-themes
- blur-my-shell
graphite-gtk-theme
x11-gestures
]);