Skip to content
Snippets Groups Projects
Unverified Commit cc75c590 authored by Varac's avatar Varac
Browse files

waybar, hyrland displays

parent 9e5cfaff
Branches
No related tags found
No related merge requests found
......@@ -29,10 +29,14 @@ env = SDL_VIDEODRIVER,wayland
# monitor = name, resolution, position, scale
# Show available displays with: `hyprctl monitors all`
# Laptop display
monitor = eDP-1, 1600x900, auto-right, 1
# Generic Laptop display
# monitor = eDP-1, 1600x900, auto-right, 1
# Home: LG Electronics LG HDR 5K
# Zancas, private
monitor = desc:HKC OVERSEAS LIMITED, 1600x900, auto-left, 1
# LG Electronics LG HDR 5K
#
# availableModes:
# 640x480@59.94Hz
# 640x480@59.94Hz
......@@ -52,11 +56,10 @@ monitor = eDP-1, 1600x900, auto-right, 1
# 3840x2160@29.98Hz
# 3840x2160@60.00Hz
# 5120x2160@60.00Hz
# monitor = DP-3, 2560x2160, auto-left, 1 # doesn't work
monitor = DP-3, 1920x1080, auto-left, 1
monitor = desc:LG Electronics LG HDR 5K, 3440x1440, auto, 1
# Work
######
# LG HDR 5K
monitor = DP-3, 3440x1440, auto-left, 1
# monitor = DP-3, 3440x1440, auto-left, 1
// vim: ft=jsonc
// https://github.com/Alexays/Waybar/wiki/Configuration
{
"include": [ "./config" ],
// "include": [ "./config" ],
"include": [ "~/.config/waybar/themes/ml4w-modern/config" ],
// Override existing modules
......@@ -13,7 +14,22 @@
"custom/empty"
]
},
"custom/quicklink_keybindings": {
"format": "",
"on-click": "~/.config/hypr/scripts/keybindings.sh",
"tooltip-format": "Key bindings"
},
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/quicklink_browser",
"custom/quicklink_email",
"custom/quicklink_filemanager",
"custom/quicklink_keybindings",
// Don't remove the quicklinkempty
"custom/quicklinkempty"
]
},
// Custom modules
// https://github.com/Alexays/Waybar/wiki/Module:-Custom
"custom/timewarrior": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment