mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 17:38:45 +00:00
Add hyprstack config
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
(defwidget kbd-layout []
|
||||
(box
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:halign "center"
|
||||
(eventbox :cursor "pointer" :class "interactive" :onclick "hyprctl switchxkblayout usb-hid-keyboard next"
|
||||
(label :text {keyboard-layout} :class "kbd-layout")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(deflisten keyboard-layout :initial "en" "python ./lib/get-kb-layout.py")
|
||||
Reference in New Issue
Block a user