fix hyprland folder
This commit is contained in:
13
.config/hypr/hyprland/variables/colors.lua
Normal file
13
.config/hypr/hyprland/variables/colors.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
local M = {}
|
||||
|
||||
M.primary = {
|
||||
from = "rgba(33ccffee)",
|
||||
to = "rgba(00ff99ee)"
|
||||
}
|
||||
|
||||
M.secondary = {
|
||||
from = "rgb(cc34a4)",
|
||||
to = "rgb(4b2d70)"
|
||||
}
|
||||
|
||||
return M
|
||||
8
.config/hypr/hyprland/variables/monitors.lua
Normal file
8
.config/hypr/hyprland/variables/monitors.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local M = {}
|
||||
|
||||
M.primary = "DP-1"
|
||||
M.secondary = "DP-2"
|
||||
|
||||
M.tv = "HDMI-A-1"
|
||||
|
||||
return M
|
||||
9
.config/hypr/hyprland/variables/programs.lua
Normal file
9
.config/hypr/hyprland/variables/programs.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
M.terminal = "alacritty"
|
||||
M.browser = "firefox"
|
||||
M.launcher = "vicinae toggle"
|
||||
M.file_manager = "nautilus --new-window"
|
||||
M.notepad = "gnome-text-editor -in"
|
||||
|
||||
return M
|
||||
17
.config/hypr/hyprland/variables/workspaces.lua
Normal file
17
.config/hypr/hyprland/variables/workspaces.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
local M = {}
|
||||
|
||||
M.special = {
|
||||
term = "special:term",
|
||||
social = "special:social",
|
||||
media = "special:media",
|
||||
todo = "special:todo",
|
||||
files = "special:files"
|
||||
}
|
||||
|
||||
M.primary = { "1", "2", "3", "4", "5", "6", "7" }
|
||||
|
||||
M.secondary = { "11", "12", "13", "14", "15", "16", "17" }
|
||||
|
||||
M.recording = "name:recording"
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user