mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 00:31:54 +05:30
Compare commits
4 Commits
3b84a32dab
...
4a88e9bd60
Author | SHA1 | Date | |
---|---|---|---|
4a88e9bd60
|
|||
db81a357c9
|
|||
410a202b3d
|
|||
6e069ea386
|
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||||
|
@@ -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,
|
||||||
|
@@ -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%+"
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user