Got slock working, add late evening icon to priorities

This commit is contained in:
Joseph Ferano 2023-08-15 11:16:43 +07:00
parent 1b970e45af
commit c8646f1719
2 changed files with 13 additions and 7 deletions

View File

@ -2307,7 +2307,7 @@ and there's no need for a middle-man when it's already been implemented.
;; (setq org-fancy-priorities-list '("🅰" "🅱" "🅲" "🅳" "🅴")) ;; (setq org-fancy-priorities-list '("🅰" "🅱" "🅲" "🅳" "🅴"))
;; (setq org-fancy-priorities-list '("⚡" "⬆" "⬇")) ;; (setq org-fancy-priorities-list '("⚡" "⬆" "⬇"))
;; (setq org-fancy-priorities-list '("⚡" "⬆" "⬇")) ;; (setq org-fancy-priorities-list '("⚡" "⬆" "⬇"))
(setq org-fancy-priorities-list '((?D . "🌙") (?C . "🌇") (?B . "☀️") (?A . "🌄"))) (setq org-fancy-priorities-list '((?E . "🌃") (?D . "🌙") (?C . "🌇") (?B . "☀️") (?A . "🌄")))
(require 'org-roam) (require 'org-roam)
(setq org-roam-directory "/home/joe/Notes/Roam/") (setq org-roam-directory "/home/joe/Notes/Roam/")
(setq org-roam-node-display-template (concat "${title:*} " (setq org-roam-node-display-template (concat "${title:*} "

View File

@ -124,6 +124,10 @@ hc keybind $Mod-b spawn bluetoothctl connect F8:5B:6E:2A:6A:CF
hc keybind $Mod-Shift-b spawn sudo systemctl restart bluetooth.service hc keybind $Mod-Shift-b spawn sudo systemctl restart bluetooth.service
hc keybind $Mod-Ctrl-b spawn bluetoothctl disconnect F8:5B:6E:2A:6A:CF hc keybind $Mod-Ctrl-b spawn bluetoothctl disconnect F8:5B:6E:2A:6A:CF
# Lock
hc keybind $Mod-Ctrl-Shift-l spawn bash -c 'slock | systemctl suspend'
# focus # focus
hc keybind $Mod-BackSpace cycle_monitor hc keybind $Mod-BackSpace cycle_monitor
#hc keybind $Mod-Tab cycle_all +1 #hc keybind $Mod-Tab cycle_all +1
@ -145,6 +149,7 @@ hc set show_frame_decorations 'focused_if_multiple'
hc set frame_bg_transparent on hc set frame_bg_transparent on
hc set frame_transparent_width 5 hc set frame_transparent_width 5
hc set frame_gap 40 hc set frame_gap 40
hc set tabbed_max true
hc attr theme.title_height 20 hc attr theme.title_height 20
hc attr theme.title_when one_tab hc attr theme.title_when one_tab
@ -195,6 +200,7 @@ hc rule floatplacement=center
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' floating=on hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' floating=on
hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on
hc rule title='emacs-run-launcher' floating=on floatplacement=center hc rule title='emacs-run-launcher' floating=on floatplacement=center
hc rule title~'^Glut |.*$' floating=on floatplacement=center
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off
hc rule fixedsize floating=on hc rule fixedsize floating=on