pc adjustments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
monitor = DP-1, 1920x1080@60, 0x0, 1
|
||||
monitor = DP-3, 1920x1080@60, 1920x0, 1
|
||||
monitor = DP-2, 1920x1080@60, 1920x0, 1
|
||||
monitor = HDMI-A-1, 1920x1080@60, -1920x0, 1
|
||||
|
||||
workspace = 2, monitor:HDMI-A-1, default:true
|
||||
workspace = 3, monitor:DP-3, default:true
|
||||
workspace = 3, monitor:DP-2, default:true
|
||||
workspace = 1, monitor:DP-1, default:true
|
||||
|
||||
25
pc-files/.config/waybar/config.jsonc
Normal file
25
pc-files/.config/waybar/config.jsonc
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"include": [
|
||||
"~/.config/waybar/modules.jsonc"
|
||||
],
|
||||
"height": 20,
|
||||
"margin": "3 6",
|
||||
"reload_style_on_change": true,
|
||||
"position": "top",
|
||||
"modules-left": [
|
||||
"custom/logo",
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"mpris"
|
||||
],
|
||||
"modules-right": [
|
||||
"network",
|
||||
"bluetooth",
|
||||
"custom/notifs",
|
||||
"memory",
|
||||
"cpu",
|
||||
"custom/swaync",
|
||||
"clock"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user