aaaaa
This commit is contained in:
parent
a6dc69939e
commit
c3146f7d6c
6 changed files with 18 additions and 19 deletions
|
@ -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))))
|
||||
|
|
|
@ -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))))
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
# ╻┏┓╻┏━┓╻ ╻╺┳╸
|
||||
# ┃┃┗┫┣━┛┃ ┃ ┃
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue