forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{"name": "Documents", "path": "~/Documents", "icon": "description"},
|
||||
{"name": "Downloads", "path": "~/Downloads", "icon": "download"},
|
||||
{"name": "Music", "path": "~/Music", "icon": "music_note"},
|
||||
{"name": "Pictures", "path": "~/Pictures", "icon": "image"},
|
||||
{"name": "Videos", "path": "~/Videos", "icon": "movie"},
|
||||
{"name": "eww", "path": "~/.config/eww", "icon": "widgets"},
|
||||
{"name": "hypr", "path": "~/.config/hypr", "icon": "water_drop"}
|
||||
]
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name": "English (United States)",
|
||||
"name_method": "US",
|
||||
"name_ibus": "xkb:us::eng",
|
||||
"name_abbr": "ENG"
|
||||
},
|
||||
{
|
||||
"name": "Vietnamese",
|
||||
"name_method": "Vietnamese Telex (Bamboo Engine)",
|
||||
"name_ibus": "Bamboo::Us",
|
||||
"name_abbr": "VIE"
|
||||
}
|
||||
]
|
||||
Executable
+34
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"address": [],
|
||||
"class": "org.gnome.Nautilus",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/nautilus.svg",
|
||||
"workspace": [],
|
||||
"exec": "nautilus --new-window &"
|
||||
},
|
||||
{
|
||||
"address": [],
|
||||
"class": "firefox",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/firefox.svg",
|
||||
"workspace": [],
|
||||
"exec": "firefox &"
|
||||
},
|
||||
{
|
||||
"address": [],
|
||||
"class": "code-url-handler",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/code.svg",
|
||||
"workspace": [],
|
||||
"exec": "code --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland &"
|
||||
},
|
||||
{
|
||||
"address": [],
|
||||
"class": "foot",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/foot.svg",
|
||||
"workspace": [],
|
||||
"exec": "foot &"
|
||||
}
|
||||
]
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
["hyprland: light reduction in blur","hyprland: make top draggers (hyprbars mod)","eww:app icons on workspace switcher perhaps","wallpaper scroll, multi layer with diff speed","make 20-30s hyprland intro video for vdawg"]
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{"name": "Discord", "url": "https://discord.com/app", "icon": ""},
|
||||
{"name": "Youtube", "url": "https://youtube.com", "icon": ""},
|
||||
{"name": "SoundCloud", "url": "https://soundcloud.com", "icon": ""},
|
||||
{"name": "GitHub", "url": "https://github.com", "icon": ""},
|
||||
{"name": "Pixiv", "url": "https://pixiv.net", "icon": ""},
|
||||
{"name": "Gmail", "url": "https://mail.google.com", "icon": ""},
|
||||
{"name": "G Translate", "url": "https://translate.google.com", "icon": ""}
|
||||
]
|
||||
Reference in New Issue
Block a user