This commit is contained in:
Lian Drake 2024-03-13 10:32:52 -04:00
parent a6dc69939e
commit c3146f7d6c
6 changed files with 18 additions and 19 deletions

View file

@ -167,7 +167,7 @@
:desc "Toggle truncate lines" "t" #'toggle-truncate-lines)) :desc "Toggle truncate lines" "t" #'toggle-truncate-lines))
(custom-set-faces (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-1 ((t (:inherit markdown-header-face :height 1.7))))
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.6)))) '(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.6))))
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.5)))) '(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.5))))

View file

@ -372,7 +372,7 @@ I set comment-line to 'SPC TAB TAB' which is a rather comfortable keybinding for
#+begin_src emacs-lisp #+begin_src emacs-lisp
(custom-set-faces (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-1 ((t (:inherit markdown-header-face :height 1.7))))
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.6)))) '(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.6))))
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.5)))) '(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.5))))

View file

@ -31,8 +31,3 @@ listener {
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed 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. 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
}

View file

@ -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
# ╻┏┓╻┏━┓╻ ╻╺┳╸ # ╻┏┓╻┏━┓╻ ╻╺┳╸
# ┃┃┗┫┣━┛┃ ┃ ┃ # ┃┃┗┫┣━┛┃ ┃ ┃

View file

@ -76,14 +76,16 @@
"\udb80\udc80", "\udb80\udc80",
"\udb80\udc79" "\udb80\udc79"
], ],
"tooltip-format": "{capacity}% - {timeTo}" "tooltip-format": "{capacity}% - {timeTo}",
"on-click": "$HOME/.config/fuzzel/scripts/fuzz_power"
}, },
"custom/powerprofiles": { "custom/powerprofiles": {
"exec": "bash $HOME/.config/waybar/power-profiles", "exec": "bash $HOME/.config/waybar/power-profiles",
"restart-interval": 5, "restart-interval": 5,
"format": "{}", "format": "{}",
"tooltip": false "tooltip": false,
"on-click": "$HOME/.config/fuzzel/scripts/fuzz_power"
}, },
"pulseaudio": { "pulseaudio": {
@ -111,7 +113,8 @@
"format-wifi": "\udb81\udda9", "format-wifi": "\udb81\udda9",
"format-ethernet": "\udb80\ude00", "format-ethernet": "\udb80\ude00",
"format-disconnected": "\udb81\uddaa", "format-disconnected": "\udb81\uddaa",
"tooltip-format": "{signalStrength}% - {essid}" "tooltip-format": "{signalStrength}% - {essid}",
"on-click": "$HOME/.config/fuzzel/scripts/fuzz_wifi"
}, },
} }

View file

@ -5,9 +5,9 @@
window#waybar { window#waybar {
background-color: rgb(29, 32, 33); background-color: rgb(29, 32, 33);
border-right: 5px solid #3c3836; border-right: 3px solid #cc241d;
border-top-right-radius: 18px; border-top-right-radius: 28px;
border-bottom-right-radius: 18px; border-bottom-right-radius: 28px;
color: #ebdbb2; color: #ebdbb2;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
@ -41,7 +41,7 @@ button:hover {
#workspaces { #workspaces {
font-family: Symbols Nerd Font Mono; font-family: Symbols Nerd Font Mono;
font-size: 20px; font-size: 24px;
margin-right: 5px; margin-right: 5px;
margin-left: 5px; margin-left: 5px;
} }
@ -81,12 +81,12 @@ button:hover {
#language, #language,
#mode { #mode {
font-family: Symbols Nerd Font Mono, mononoki Nerd Font; font-family: Symbols Nerd Font Mono, mononoki Nerd Font;
font-size: 16px; font-size: 18px;
padding: 13 8px; padding: 6px 6px;
color: #ebdbb2; color: #ebdbb2;
border-radius: 18px; border-radius: 18px;
margin-left: 8px; margin-left: 10px;
margin-right: 14px; margin-right: 12px;
} }
#window, #window,