hyprland: stop using fcitx5
This commit is contained in:
parent
52df276565
commit
295602c99e
3 changed files with 20 additions and 10 deletions
|
@ -99,10 +99,10 @@
|
|||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout =
|
||||
kb_variant =
|
||||
kb_layout = us,br,jp
|
||||
kb_variant = ,,kana86
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_options = grp:alts_toggle
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
|
|
@ -10,8 +10,15 @@
|
|||
|
||||
modules-left = [ "hyprland/workspaces" ];
|
||||
modules-center = [ "clock" ];
|
||||
modules-right =
|
||||
[ "network" "memory" "cpu" "temperature" "battery" "tray" ];
|
||||
modules-right = [
|
||||
"network"
|
||||
"memory"
|
||||
"cpu"
|
||||
"temperature"
|
||||
"battery"
|
||||
"hyprland/language"
|
||||
"tray"
|
||||
];
|
||||
|
||||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
|
@ -107,6 +114,14 @@
|
|||
tooltip = false;
|
||||
};
|
||||
|
||||
"hyprland/language" = {
|
||||
format = " {}";
|
||||
format-en = "EN/US";
|
||||
format-pt-br = "PT/BR";
|
||||
#"on-click" = "hyprctl switchxkblayout www.hfd.cn-monsgeek-keyboard-1 next";
|
||||
tooltip = false;
|
||||
};
|
||||
|
||||
tray = {
|
||||
icon-size = 18;
|
||||
spacing = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue