From c3146f7d6cdedd2f71094b182ba46743aaa06be7 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Wed, 13 Mar 2024 10:32:52 -0400 Subject: [PATCH] aaaaa --- user/.config/doom/config.el | 2 +- user/.config/doom/config.org | 2 +- user/.config/hypr/hypridle.conf | 5 ----- user/.config/hypr/hyprland.conf | 3 ++- user/.config/waybar/config | 9 ++++++--- user/.config/waybar/style.css | 16 ++++++++-------- 6 files changed, 18 insertions(+), 19 deletions(-) diff --git a/user/.config/doom/config.el b/user/.config/doom/config.el index 23df4602b..ee6538945 100644 --- a/user/.config/doom/config.el +++ b/user/.config/doom/config.el @@ -167,7 +167,7 @@ :desc "Toggle truncate lines" "t" #'toggle-truncate-lines)) (custom-set-faces - '(markdown-header-face ((t (:inherit font-lock-function-name-face :weight bold :family "variable-pitch")))) + '(markdown-header-face ((t (:inherit font-lock-function-name-face :weight bold :family "Mononoki Nerd Font")))) '(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.7)))) '(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.6)))) '(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.5)))) diff --git a/user/.config/doom/config.org b/user/.config/doom/config.org index dfbd772e6..2f4b9dc79 100644 --- a/user/.config/doom/config.org +++ b/user/.config/doom/config.org @@ -372,7 +372,7 @@ I set comment-line to 'SPC TAB TAB' which is a rather comfortable keybinding for #+begin_src emacs-lisp (custom-set-faces - '(markdown-header-face ((t (:inherit font-lock-function-name-face :weight bold :family "variable-pitch")))) + '(markdown-header-face ((t (:inherit font-lock-function-name-face :weight bold :family "Mononoki Nerd Font")))) '(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.7)))) '(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.6)))) '(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.5)))) diff --git a/user/.config/hypr/hypridle.conf b/user/.config/hypr/hypridle.conf index 9eec6807a..8192d4349 100644 --- a/user/.config/hypr/hypridle.conf +++ b/user/.config/hypr/hypridle.conf @@ -31,8 +31,3 @@ listener { on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. } - -listener { - timeout = 1800 # 30min - on-timeout = systemctl suspend # suspend pc -} diff --git a/user/.config/hypr/hyprland.conf b/user/.config/hypr/hyprland.conf index d1df42d86..c803916d1 100644 --- a/user/.config/hypr/hyprland.conf +++ b/user/.config/hypr/hyprland.conf @@ -44,7 +44,8 @@ env = RUNNER_EX,fuzzel # ┃┃┃┃ ┃┃┗┫┃ ┃ ┃ ┃┣┳┛ # ╹ ╹┗━┛╹ ╹╹ ╹ ┗━┛╹┗╸ -monitor=,preferred,auto,1 +monitor=eDP-1, 1920x1080@60 , 0x0, 1 +monitor=HDMI-A-1, 1920x1080@60 , 1920x0, 1 # ╻┏┓╻┏━┓╻ ╻╺┳╸ # ┃┃┗┫┣━┛┃ ┃ ┃ diff --git a/user/.config/waybar/config b/user/.config/waybar/config index be54e2047..022820a90 100644 --- a/user/.config/waybar/config +++ b/user/.config/waybar/config @@ -76,14 +76,16 @@ "\udb80\udc80", "\udb80\udc79" ], - "tooltip-format": "{capacity}% - {timeTo}" + "tooltip-format": "{capacity}% - {timeTo}", + "on-click": "$HOME/.config/fuzzel/scripts/fuzz_power" }, "custom/powerprofiles": { "exec": "bash $HOME/.config/waybar/power-profiles", "restart-interval": 5, "format": "{}", - "tooltip": false + "tooltip": false, + "on-click": "$HOME/.config/fuzzel/scripts/fuzz_power" }, "pulseaudio": { @@ -111,7 +113,8 @@ "format-wifi": "\udb81\udda9", "format-ethernet": "\udb80\ude00", "format-disconnected": "\udb81\uddaa", - "tooltip-format": "{signalStrength}% - {essid}" + "tooltip-format": "{signalStrength}% - {essid}", + "on-click": "$HOME/.config/fuzzel/scripts/fuzz_wifi" }, } diff --git a/user/.config/waybar/style.css b/user/.config/waybar/style.css index b51848704..2f7fcad08 100644 --- a/user/.config/waybar/style.css +++ b/user/.config/waybar/style.css @@ -5,9 +5,9 @@ window#waybar { background-color: rgb(29, 32, 33); - border-right: 5px solid #3c3836; - border-top-right-radius: 18px; - border-bottom-right-radius: 18px; + border-right: 3px solid #cc241d; + border-top-right-radius: 28px; + border-bottom-right-radius: 28px; color: #ebdbb2; transition-property: background-color; transition-duration: .5s; @@ -41,7 +41,7 @@ button:hover { #workspaces { font-family: Symbols Nerd Font Mono; - font-size: 20px; + font-size: 24px; margin-right: 5px; margin-left: 5px; } @@ -81,12 +81,12 @@ button:hover { #language, #mode { font-family: Symbols Nerd Font Mono, mononoki Nerd Font; - font-size: 16px; - padding: 13 8px; + font-size: 18px; + padding: 6px 6px; color: #ebdbb2; border-radius: 18px; - margin-left: 8px; - margin-right: 14px; + margin-left: 10px; + margin-right: 12px; } #window,