Various Improvements
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
-- Auto-generated by DMS Matugen hook — do not edit manually.
|
||||||
|
-- Remove require("dms.colors") from hyprland.lua to override.
|
||||||
|
|
||||||
|
hl.config({
|
||||||
|
general = {
|
||||||
|
col = {
|
||||||
|
active_border = "rgb(9ecafc)",
|
||||||
|
inactive_border = "rgb(8c9199)",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
group = {
|
||||||
|
col = {
|
||||||
|
border_active = "rgb(9ecafc)",
|
||||||
|
border_inactive = "rgb(8c9199)",
|
||||||
|
border_locked_active = "rgb(ffb4ab)",
|
||||||
|
border_locked_inactive = "rgb(8c9199)",
|
||||||
|
},
|
||||||
|
groupbar = {
|
||||||
|
col = {
|
||||||
|
active = "rgb(9ecafc)",
|
||||||
|
inactive = "rgb(8c9199)",
|
||||||
|
locked_active = "rgb(ffb4ab)",
|
||||||
|
locked_inactive = "rgb(8c9199)",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
@@ -67,6 +67,7 @@ hl.env("QT_QPA_Plafrom", "wayland")
|
|||||||
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
|
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
|
||||||
hl.env("QT_QPA_PLATFORMTHEME", "gtk3")
|
hl.env("QT_QPA_PLATFORMTHEME", "gtk3")
|
||||||
hl.env("QT_QPA_PLATFORMTHEME_QT6", "gtk3")
|
hl.env("QT_QPA_PLATFORMTHEME_QT6", "gtk3")
|
||||||
|
hl.env("GTK_THEME", "Adwaita:dark")
|
||||||
|
|
||||||
|
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|||||||
+10
-9
@@ -31,15 +31,16 @@ hl.bind(mainMod .. " + CTRL + R", hl.dsp.exec_cmd("hyprctl reload"))
|
|||||||
|
|
||||||
|
|
||||||
-- Specialized Keybinds (such as play, volume up/down, etc)
|
-- Specialized Keybinds (such as play, volume up/down, etc)
|
||||||
hl.bind("XF86MonBrightnessUp", hl.dsp.exec_cmd("brightnessctl -q s +10%"))
|
-- The commented out Keybinds are provided by DMS, so I re-adding them can cause conflicts
|
||||||
hl.bind("XF86MonBrightnessDown", hl.dsp.exec_cmd("brightnessctl -q s 10-%"))
|
-- hl.bind("XF86MonBrightnessUp", hl.dsp.exec_cmd("brightnessctl -q s +10%"))
|
||||||
hl.bind("XF86AudioRaiseVolume", hl.dsp.exec_cmd("wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+"))
|
-- hl.bind("XF86MonBrightnessDown", hl.dsp.exec_cmd("brightnessctl -q s 10-%"))
|
||||||
hl.bind("XF86AudioLowerVolume", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"))
|
-- hl.bind("XF86AudioRaiseVolume", hl.dsp.exec_cmd("wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+"))
|
||||||
hl.bind("XF86AudioMute", hl.dsp.exec_cmd("pactl set-sink-mute @DEFAULT_SINK@ toggle"))
|
-- hl.bind("XF86AudioLowerVolume", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"))
|
||||||
hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"))
|
-- hl.bind("XF86AudioMute", hl.dsp.exec_cmd("pactl set-sink-mute @DEFAULT_SINK@ toggle"))
|
||||||
hl.bind("XF86AudioPause", hl.dsp.exec_cmd("playerctl pause"))
|
-- hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"))
|
||||||
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"))
|
-- hl.bind("XF86AudioPause", hl.dsp.exec_cmd("playerctl pause"))
|
||||||
hl.bind("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"))
|
-- hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"))
|
||||||
|
-- hl.bind("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"))
|
||||||
hl.bind("code:238", hl.dsp.exec_cmd("brightnessctl -d smc::kbd_backlight s +10"))
|
hl.bind("code:238", hl.dsp.exec_cmd("brightnessctl -d smc::kbd_backlight s +10"))
|
||||||
hl.bind("XF86Calculator", hl.dsp.exec_cmd(calculator))
|
hl.bind("XF86Calculator", hl.dsp.exec_cmd(calculator))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user