tool bar symbols

This commit is contained in:
2025-07-09 17:27:27 +02:00
parent c92a6ad74a
commit 224c5e7dc5

View File

@@ -177,6 +177,9 @@ See `icon-preference' for the order of type preference."
;; (emoji "<empji>") see e.g. https://emojipedia.org/hamburger
;; (symbol "<unicode>") see e.g. https://www.compart.com/en/unicode/U+2630
(require 'icons)
;; zoom in (symbol "🗚 ")
;; zoom out (symbol "🗛 ")
;; help/info (emoji "🛟") (emoji "❓")
(unless (iconp 'my-tool-bar-icon-separator)
(define-icon my-tool-bar-icon-separator nil
@@ -198,7 +201,7 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center)
(emoji "💾")
(symbol "🖫")
(symbol "🖫 ") ;; 🖪 🖫 🖬
(text "Save "
;; :face tab-bar-tab-inactive
))
@@ -213,7 +216,7 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center)
(emoji "📂")
(symbol "🗁")
(symbol "🗀 ") ;; 🗁 🗀
(text "Open "
;; :face tab-bar-tab-inactive
))
@@ -227,6 +230,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(emoji "")
(symbol "🗙 ") ;; 🗙 𐌗
(text "Quit "
;; :face tab-bar-tab-inactive
))
@@ -240,6 +245,7 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(symbol "") ; ⮔ ♺
(text "Revert "
;; :face tab-bar-tab-inactive
))
@@ -253,6 +259,7 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(symbol "")
(text "Undo "
;; :face tab-bar-tab-inactive
))
@@ -266,6 +273,7 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(symbol "")
(text "Redo "
;; :face tab-bar-tab-inactive
))
@@ -279,6 +287,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(emoji "✂️")
(symbol "")
(text "Cut "
;; :face tab-bar-tab-inactive
))
@@ -292,6 +302,7 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(symbol "🗐 ")
(text "Copy "
;; :face tab-bar-tab-inactive
))
@@ -305,6 +316,8 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(emoji "📋")
(symbol "🗎 ")
(text "Paste "
;; :face tab-bar-tab-inactive
))
@@ -318,6 +331,7 @@ See `icon-preference' for the order of type preference."
:height (1.5 . em)
:margin ,tab-bar-button-margin
:ascent center)
(symbol "")
(text "Fill "
;; :face tab-bar-tab-inactive
))
@@ -332,6 +346,7 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center
)
(symbol "") ;; ⎀ ⎁ ⎂
(text "Spell "
;; :face tab-bar-tab-inactive
))
@@ -346,7 +361,8 @@ See `icon-preference' for the order of type preference."
:margin ,tab-bar-button-margin
:ascent center
)
(text "languagetool"
(symbol " ")
(text "langtool "
;; :face tab-bar-tab-inactive
))
"Icon for languagetool."