This commit is contained in:
Hadi
2024-09-04 10:10:32 +02:00
parent c2e6fd7d32
commit e38895c4a5
4 changed files with 281 additions and 72 deletions

View File

@@ -85,6 +85,7 @@
"$shiftMod, PRINT, exec, screenshot region" # Screenshot region
"ALT, PRINT, exec, screenshot region swappy" # Screenshot region then edit
"$shiftMod, S, exec, ${pkgs.qutebrowser}/bin/qutebrowser :open $(wofi --show dmenu -L 1 -p ' Search on internet')" # Search on internet with wofi
"$shiftMod, C, exec, clipboard" # Clipboard picker with wofi
"$shiftMod, E, exec, ${pkgs.wofi-emoji}/bin/wofi-emoji" # Emoji picker with wofi
"$mod, F2, exec, night-shift-off" # Turn off night shift

View File

@@ -133,72 +133,38 @@
"menus.clock.weather.unit": "metric",
"menus.dashboard.powermenu.avatar.image": "${config.var.homeDirectory}/.profile_picture.png",
"menus.dashboard.powermenu.confirmation": false,
"menus.dashboard.shortcuts": {
"left": {
"shortcut1": {
"icon": "",
"command": "qutebrowser",
"tooltip": "Qutebrowser"
},
"shortcut2": {
"icon": "",
"command": "spotify",
"tooltip": "Spotify"
},
"shortcut3": {
"icon": "",
"command": "discord",
"tooltip": "Discord"
},
"shortcut4": {
"icon": "",
"command": "rofi -show drun",
"tooltip": "Search Apps"
}
},
"right": {
"shortcut1": {
"icon": "",
"command": "hyprpicker -a",
"tooltip": "Color Picker"
},
"shortcut3": {
"icon": "󰄀",
"command": "bash -c \"$HOME/.config/ags/services/snapshot.sh\"",
"tooltip": "Screenshot"
}
}
},
"menus.dashboard.directories": {
"left": {
"directory1": {
"label": "󰉍 Downloads",
"command": "bash -c \"dolphin $HOME/Downloads/\""
},
"directory2": {
"label": "󰉏 Videos",
"command": "bash -c \"dolphin $HOME/Videos/\""
},
"directory3": {
"label": "󰚝 Projects",
"command": "bash -c \"dolphin $HOME/Projects/\""
}
},
"right": {
"directory1": {
"label": "󱧶 Documents",
"command": "bash -c \"dolphin $HOME/Documents/\""
},
"directory2": {
"label": "󰉏 Pictures",
"command": "bash -c \"dolphin $HOME/Pictures/\""
},
"directory3": {
"label": "󱂵 Home",
"command": "bash -c \"dolphin $HOME/\""
}
}
},
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
"menus.dashboard.shortcuts.left.shortcut1.command": "qutebrowser",
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Qutebrowser",
"menus.dashboard.shortcuts.left.shortcut2.icon": "󰅶",
"menus.dashboard.shortcuts.left.shortcut2.command": "caffeine",
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "Caffeine",
"menus.dashboard.shortcuts.left.shortcut3.icon": "󰖔",
"menus.dashboard.shortcuts.left.shortcut3.command": "night-shift",
"menus.dashboard.shortcuts.left.shortcut3.tooltip": "Night-shift",
"menus.dashboard.shortcuts.left.shortcut4.icon": "",
"menus.dashboard.shortcuts.left.shortcut4.command": "menu",
"menus.dashboard.shortcuts.left.shortcut4.tooltip": "Search Apps",
"menus.dashboard.shortcuts.right.shortcut1.icon": "",
"menus.dashboard.shortcuts.right.shortcut1.command": "hyprpicker -a",
"menus.dashboard.shortcuts.right.shortcut1.tooltip": "Color Picker",
"menus.dashboard.shortcuts.right.shortcut3.icon": "󰄀",
"menus.dashboard.shortcuts.right.shortcut3.command": "screenshot region swappy",
"menus.dashboard.shortcuts.right.shortcut3.tooltip": "Screenshot",
"menus.dashboard.directories.left.directory1.label": "󰉍 Downloads",
"menus.dashboard.directories.left.directory1.command": "bash -c \"thunar $HOME/Downloads/\"",
"menus.dashboard.directories.left.directory2.label": "󰉏 Pictures",
"menus.dashboard.directories.left.directory2.command": "bash -c \"thunar $HOME/Pictures/\"",
"menus.dashboard.directories.left.directory3.label": "󱧶 Documents",
"menus.dashboard.directories.left.directory3.command": "bash -c \"thunar $HOME/Documents/\"",
"menus.dashboard.directories.right.directory1.label": "󱂵 Home",
"menus.dashboard.directories.right.directory1.command": "bash -c \"thunar $HOME/\"",
"menus.dashboard.directories.right.directory2.label": "󰚝 Projects",
"menus.dashboard.directories.right.directory2.command": "bash -c \"thunar $HOME/dev/\"",
"menus.dashboard.directories.right.directory3.label": " Config",
"menus.dashboard.directories.right.directory3.command": "bash -c \"thunar $HOME/.config/\"",
"theme.bar.menus.monochrome": true,
"wallpaper.enable": false,