Compare commits

..

1 Commits

Author SHA1 Message Date
tux
3b84a32dab chore: update tpanel flake input 2025-09-28 05:14:18 +05:30
4 changed files with 6 additions and 7 deletions

6
flake.lock generated
View File

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

View File

@@ -290,7 +290,7 @@
enableUserService = true; enableUserService = true;
asusdConfig.text = '' asusdConfig.text = ''
( (
charge_control_end_threshold: 80, charge_control_end_threshold: 100,
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,7 +261,6 @@
"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 = 18; ui_font_size = 8;
buffer_font_size = 18; buffer_font_size = 8;
theme = { theme = {
mode = "dark"; mode = "dark";
light = "Ayu Light"; light = "Ayu Light";