Skip to content

Commit b37c6ce

Browse files
committed
update
1 parent 255d067 commit b37c6ce

18 files changed

+355
-20
lines changed

.config/electron-flags.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--enable-wayland-ime
Binary file not shown.
Binary file not shown.

.config/fcitx5/conf/cached_layouts

+11-6
Original file line numberDiff line numberDiff line change
@@ -914,22 +914,22 @@ Language=
914914
Label=brl
915915

916916
[keyboard-brai-left_hand]
917-
Description="Keyboard - Braille - Braille (left-handed)"
917+
Description="Keyboard - Braille - Braille (one-handed, left)"
918918
Language=
919919
Label="brai (left_hand)"
920920

921921
[keyboard-brai-left_hand_invert]
922-
Description="Keyboard - Braille - Braille (left-handed inverted thumb)"
922+
Description="Keyboard - Braille - Braille (one-handed, left, inverted thumb)"
923923
Language=
924924
Label="brai (left_hand_invert)"
925925

926926
[keyboard-brai-right_hand]
927-
Description="Keyboard - Braille - Braille (right-handed)"
927+
Description="Keyboard - Braille - Braille (one-handed, right)"
928928
Language=
929929
Label="brai (right_hand)"
930930

931931
[keyboard-brai-right_hand_invert]
932-
Description="Keyboard - Braille - Braille (right-handed inverted thumb)"
932+
Description="Keyboard - Braille - Braille (one-handed, right, inverted thumb)"
933933
Language=
934934
Label="brai (right_hand_invert)"
935935

@@ -2079,12 +2079,12 @@ Language=en
20792079
Label="us (dvorak-alt-intl)"
20802080

20812081
[keyboard-us-dvorak-l]
2082-
Description="Keyboard - English (US) - English (Dvorak, left-handed)"
2082+
Description="Keyboard - English (US) - English (Dvorak, one-handed, left)"
20832083
Language=en
20842084
Label="us (dvorak-l)"
20852085

20862086
[keyboard-us-dvorak-r]
2087-
Description="Keyboard - English (US) - English (Dvorak, right-handed)"
2087+
Description="Keyboard - English (US) - English (Dvorak, one-handed, right)"
20882088
Language=en
20892089
Label="us (dvorak-r)"
20902090

@@ -3143,6 +3143,11 @@ Description="Keyboard - German - German (Neo, QWERTY)"
31433143
Language=de
31443144
Label="de (neo_qwerty)"
31453145

3146+
[keyboard-de-noted]
3147+
Description="Keyboard - German - German (Noted)"
3148+
Language=de
3149+
Label="de (noted)"
3150+
31463151
[keyboard-de-ru-recom]
31473152
Description="Keyboard - German - Russian (Germany, recommended)"
31483153
Language=ru

.config/fcitx5/conf/classicui.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ ShowLayoutNameInIcon=True
1919
# Use input method language to display text
2020
UseInputMethodLanguageToDisplayText=True
2121
# Theme
22-
Theme=Nord-Dark
22+
Theme=default
2323
# Dark Theme
24-
DarkTheme=Nord-Dark
24+
DarkTheme=default
2525
# Follow system light/dark color scheme
26-
UseDarkTheme=False
26+
UseDarkTheme=True
2727
# Follow system accent color if it is supported by theme and desktop
2828
UseAccentColor=True
2929
# Use Per Screen DPI on X11

.config/fcitx5/conf/mozc.conf

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Initial Mode
2+
InitialMode=Hiragana
3+
# Shared Input State
4+
InputState="Follow Global Configuration"
5+
# Vertical candidate list
6+
Vertical=True
7+
# Expand Usage (Requires vertical candidate list)
8+
ExpandMode="On Focus"
9+
# Fix embedded preedit cursor at the beginning of the preedit
10+
PreeditCursorPositionAtBeginning=False
11+
# Hotkey to expand usage
12+
ExpandKey=Control+Alt+H
13+

.config/fcitx5/config

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
[Hotkey]
22
# Enumerate when press trigger key repeatedly
33
EnumerateWithTriggerKeys=True
4-
# Temporally switch between first and current Input Method
5-
AltTriggerKeys=
64
# Enumerate Input Method Forward
75
EnumerateForwardKeys=
86
# Enumerate Input Method Backward
97
EnumerateBackwardKeys=
108
# Skip first input method while enumerating
119
EnumerateSkipFirst=False
10+
# Time limit in milliseconds for triggering modifier key shortcuts
11+
ModifierOnlyKeyTimeout=250
1212

1313
[Hotkey/TriggerKeys]
1414
0=Control+Shift+Shift_L
15+
1=Zenkaku_Hankaku
16+
2=Hangul
17+
18+
[Hotkey/AltTriggerKeys]
19+
0=Shift_L
1520

1621
[Hotkey/EnumerateGroupForwardKeys]
1722
0=Super+space
@@ -20,7 +25,7 @@ EnumerateSkipFirst=False
2025
0=Shift+Super+space
2126

2227
[Hotkey/ActivateKeys]
23-
0=Alt+Caps_Lock
28+
0=Hangul_Hanja
2429

2530
[Hotkey/DeactivateKeys]
2631
0=Hangul_Romaja
@@ -44,7 +49,7 @@ EnumerateSkipFirst=False
4449
# Active By Default
4550
ActiveByDefault=False
4651
# Reset state on Focus In
47-
resetStateWhenFocusIn=No
52+
resetStateWhenFocusIn=All
4853
# Share Input State
4954
ShareInputState=No
5055
# Show preedit in application

.config/fcitx5/profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Name=Default
44
# Layout
55
Default Layout=us
66
# Default Input Method
7-
DefaultIM=bamboo
7+
DefaultIM=mozc
88

99
[Groups/0/Items/0]
1010
# Name

.config/hyprpanel/config.json

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"bar.customModules.updates.pollingInterval": 1440000,
3+
"wallpaper.enable": false,
4+
"theme.matugen": true,
5+
"bar.layouts": {
6+
"0": {
7+
"left": [
8+
"dashboard",
9+
"workspaces",
10+
"windowtitle"
11+
],
12+
"middle": [
13+
"media"
14+
],
15+
"right": [
16+
"network",
17+
"battery",
18+
"volume",
19+
"systray",
20+
"clock",
21+
"notifications",
22+
"hypridle",
23+
"power"
24+
]
25+
},
26+
"1": {
27+
"left": [],
28+
"middle": [],
29+
"right": []
30+
},
31+
"2": {
32+
"left": [],
33+
"middle": [],
34+
"right": []
35+
}
36+
},
37+
"wallpaper.image": "/home/kito/OneDrive_Kito/animepic/GRJiKO6a8AAR8gG.jpeg",
38+
"theme.matugen_settings.scheme_type": "rainbow",
39+
"theme.matugen_settings.variation": "monochrome_3",
40+
"theme.bar.location": "top",
41+
"theme.bar.buttons.enableBorders": false,
42+
"theme.bar.border.location": "none",
43+
"theme.font.weight": 600,
44+
"scalingPriority": "hyprland",
45+
"menus.transition": "crossfade",
46+
"menus.transitionTime": 0,
47+
"menus.media.noMediaText": "No Media Currently Playing",
48+
"menus.media.displayTimeTooltip": true,
49+
"menus.media.displayTime": true,
50+
"menus.media.hideAuthor": false,
51+
"menus.media.hideAlbum": false,
52+
"menus.clock.time.hideSeconds": false,
53+
"bar.clock.format": "%a %d %b %Y %I:%M %p",
54+
"bar.customModules.weather.label": true,
55+
"theme.bar.buttons.modules.power.enableBorder": false,
56+
"theme.bar.buttons.modules.hypridle.enableBorder": false,
57+
"menus.dashboard.shortcuts.enabled": true,
58+
"menus.dashboard.powermenu.avatar.image": "/home/kito/OneDrive_Kito/animepic/bocchi-bocchi-the-rock.gif",
59+
"menus.dashboard.directories.enabled": true,
60+
"theme.bar.buttons.modules.cpu.enableBorder": false,
61+
"bar.customModules.cpu.label": true,
62+
"theme.bar.floating": true,
63+
"theme.bar.menus.background": "#11111b",
64+
"theme.bar.menus.opacity": 100,
65+
"theme.bar.menus.check_radio_button.background": "#45475a",
66+
"wallpaper.pywal": false,
67+
"theme.bar.transparent": false,
68+
"theme.bar.buttons.style": "default",
69+
"theme.bar.opacity": 100,
70+
"theme.bar.buttons.borderSize": "0.1em",
71+
"theme.bar.shadow": "0px 1px 2px 1px #16161e",
72+
"theme.bar.shadowMargins": "0px 0px 4px 0px",
73+
"theme.bar.border.width": "0.15em",
74+
"tear": true,
75+
"theme.bar.margin_top": "0.5em",
76+
"theme.bar.border_radius": "1.5em",
77+
"theme.bar.outer_spacing": "2em",
78+
"theme.bar.buttons.y_margins": "0.4em",
79+
"bar.launcher.autoDetectIcon": true,
80+
"theme.bar.buttons.dashboard.enableBorder": false,
81+
"theme.bar.buttons.workspaces.enableBorder": false,
82+
"bar.workspaces.show_icons": true,
83+
"bar.workspaces.show_numbered": false,
84+
"bar.workspaces.workspaceMask": false,
85+
"bar.workspaces.showWsIcons": false,
86+
"bar.workspaces.showApplicationIcons": false,
87+
"bar.workspaces.applicationIconOncePerWorkspace": true,
88+
"theme.bar.buttons.windowtitle.enableBorder": false,
89+
"theme.bar.buttons.volume.enableBorder": false,
90+
"bar.volume.label": true,
91+
"theme.bar.menus.menu.power.scaling": 90,
92+
"theme.bar.menus.menu.dashboard.scaling": 80,
93+
"bar.clock.showTime": true,
94+
"theme.bar.buttons.padding_x": "0.7rem",
95+
"theme.bar.buttons.spacing": "0.25em",
96+
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Google Chrome",
97+
"menus.dashboard.shortcuts.left.shortcut1.command": "google-chrome-stable",
98+
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
99+
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
100+
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "Youtube Music",
101+
"menus.dashboard.shortcuts.left.shortcut2.command": "youtube-music",
102+
"bar.media.truncation_size": 30,
103+
"theme.bar.buttons.background_opacity": 100,
104+
"theme.font.size": "1.1rem",
105+
"theme.bar.scaling": 100,
106+
"theme.bar.buttons.padding_y": "0.2rem",
107+
"theme.bar.margin_sides": "15em",
108+
"theme.bar.buttons.media.spacing": "0.5em"
109+
}

.config/kitty/colors.conf

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
cursor #e2e2e2
2+
cursor_text_color #c6c6c6
3+
4+
foreground #e2e2e2
5+
background #131313
6+
selection_foreground #1d352e
7+
selection_background #b2ccc2
8+
url_color #5edbbb
9+
10+
# black
11+
color8 #262626
12+
color0 #4c4c4c
13+
14+
# red
15+
color1 #ac8a8c
16+
color9 #c49ea0
17+
18+
# green
19+
color2 #8aac8b
20+
color10 #9ec49f
21+
22+
# yellow
23+
color3 #aca98a
24+
color11 #c4c19e
25+
26+
# blue
27+
/* color4 #8f8aac */
28+
color4 #5edbbb
29+
color12 #a39ec4
30+
31+
# magenta
32+
color5 #ac8aac
33+
color13 #c49ec4
34+
35+
# cyan
36+
color6 #8aacab
37+
color14 #9ec3c4
38+
39+
# white
40+
color15 #e7e7e7
41+
color7 #f0f0f0

.config/kitty/kitty.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ color15 #00b0ff
4949
color16 #0978f6
5050
color17 #0978f6
5151

52-
include ~/.cache/wal/colors-kitty.conf
52+
include ~/.config/kitty/colors.conf
5353
background_opacity 0.8
5454
enabled_layouts Grid
5555

.config/matugen/config.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[config]
2+
# version_check = true
3+
4+
[templates.kitty]
5+
input_path = '~/.config/matugen/templates/kitty-colors.conf'
6+
output_path = '~/.config/kitty/colors.conf'
7+
8+
[templates.rofi]
9+
input_path = '~/.config/matugen/templates/rofi-colors.rasi'
10+
output_path = '~/.config/rofi/colors.rasi'
11+
12+
[templates.qt6ct]
13+
input_path = '~/.config/matugen/templates/qtct-colors.conf'
14+
output_path = '~/.config/qt6ct/colors/matugen.conf'
15+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
cursor {{colors.on_surface.default.hex}}
2+
cursor_text_color {{colors.on_surface_variant.default.hex}}
3+
4+
foreground {{colors.on_surface.default.hex}}
5+
background {{colors.surface.default.hex}}
6+
selection_foreground {{colors.on_secondary.default.hex}}
7+
selection_background {{colors.secondary_fixed_dim.default.hex}}
8+
url_color {{colors.primary.default.hex}}
9+
10+
# black
11+
color8 #262626
12+
color0 #4c4c4c
13+
14+
# red
15+
color1 #ac8a8c
16+
color9 #c49ea0
17+
18+
# green
19+
color2 #8aac8b
20+
color10 #9ec49f
21+
22+
# yellow
23+
color3 #aca98a
24+
color11 #c4c19e
25+
26+
# blue
27+
/* color4 #8f8aac */
28+
color4 {{colors.primary.default.hex}}
29+
color12 #a39ec4
30+
31+
# magenta
32+
color5 #ac8aac
33+
color13 #c49ec4
34+
35+
# cyan
36+
color6 #8aacab
37+
color14 #9ec3c4
38+
39+
# white
40+
color15 #e7e7e7
41+
color7 #f0f0f0

0 commit comments

Comments
 (0)