Compare commits

...

4 Commits

Author SHA1 Message Date
tux
4a88e9bd60 style(editor): increase font size 2025-09-30 11:15:12 +05:30
tux
db81a357c9 feat(hyprland): add window centering shortcut 2025-09-30 11:14:48 +05:30
tux
410a202b3d feat(canopus): reduce battery charge threshold 2025-09-30 11:14:34 +05:30
tux
6e069ea386 chore: update tpanel flake input 2025-09-30 11:14:10 +05:30
4 changed files with 7 additions and 6 deletions

6
flake.lock generated
View File

@@ -1621,11 +1621,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1759002991, "lastModified": 1759056834,
"narHash": "sha256-11pZ+tGhOEIcIxipABQS1AnCR050dGipV3IArod8doI=", "narHash": "sha256-NkYSy0VSD6FeTawzypnt+gkN2aLDTbz3X77QluDyUUg=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tpanel", "repo": "tpanel",
"rev": "0f3fb291ec406ee333e4611eea24ccb4e7135407", "rev": "0708fc688e6103096bebdc402ec7b539bdb4ca85",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -290,7 +290,7 @@
enableUserService = true; enableUserService = true;
asusdConfig.text = '' asusdConfig.text = ''
( (
charge_control_end_threshold: 100, charge_control_end_threshold: 80,
panel_od: false, panel_od: false,
mini_led_mode: false, mini_led_mode: false,
disable_nvidia_powerd_on_battery: true, disable_nvidia_powerd_on_battery: true,

View File

@@ -261,6 +261,7 @@
"SUPER_ALT, right, moveactive, 20 0" "SUPER_ALT, right, moveactive, 20 0"
"SUPER_ALT, up, moveactive, 0 -20" "SUPER_ALT, up, moveactive, 0 -20"
"SUPER_ALT, down, moveactive, 0 20" "SUPER_ALT, down, moveactive, 0 20"
"SUPER_ALT, equal, exec, hyprctl dispatch centerwindow;"
# speaker and mic volume control # speaker and mic volume control
" , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 10%+" " , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 10%+"

View File

@@ -11,8 +11,8 @@
} }
]; ];
userSettings = { userSettings = {
ui_font_size = 8; ui_font_size = 18;
buffer_font_size = 8; buffer_font_size = 18;
theme = { theme = {
mode = "dark"; mode = "dark";
light = "Ayu Light"; light = "Ayu Light";