Compare commits

...

4 Commits

Author SHA1 Message Date
065d6bde1c remove example script
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 11m20s
2025-05-22 01:51:49 -04:00
e8a8455617 Added kde portal 2025-05-22 01:36:47 -04:00
f576439626 Added default config for hyprpanel 2025-05-22 00:37:24 -04:00
7ee1831dd9 switch to plasma applicatons and remove network-manager-applet 2025-05-21 23:29:46 -04:00
6 changed files with 66 additions and 23 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env bash
# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail
# Your code goes here.
echo 'This is an example shell script'
echo 'Scripts here will run during build if specified in recipe.yml'

View File

@@ -0,0 +1,59 @@
{
"scalingPriority": "gdk",
"theme.bar.floating": true,
"bar.autoHide": "never",
"bar.layouts": {
"*": {
"left": [
"cpu",
"ram",
"workspaces",
"windowtitle"
],
"middle": [
"media"
],
"right": [
"volume",
"network",
"bluetooth",
"systray",
"notifications",
"clock",
"dashboard"
]
}
},
"theme.notification.enableShadow": false,
"theme.bar.border.location": "none",
"theme.bar.border_radius": "0.75em",
"theme.bar.outer_spacing": ".25em",
"theme.bar.buttons.radius": "0.75em",
"theme.bar.menus.monochrome": false,
"theme.bar.menus.opacity": 100,
"theme.bar.buttons.y_margins": "0.1em",
"theme.bar.buttons.enableBorders": true,
"theme.bar.transparent": true,
"theme.bar.enableShadow": false,
"menus.clock.time.hideSeconds": false,
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
"menus.dashboard.shortcuts.left.shortcut1.command": "uwsm app -- one.ablaze.floorp.desktop",
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Floorp",
"menus.dashboard.shortcuts.enabled": true,
"menus.dashboard.stats.enable_gpu": false,
"menus.clock.weather.enabled": false,
"bar.workspaces.show_icons": false,
"bar.workspaces.show_numbered": true,
"theme.bar.buttons.windowtitle.enableBorder": false,
"bar.windowtitle.custom_title": true,
"bar.windowtitle.truncation": true,
"bar.notifications.show_total": true,
"bar.notifications.hideCountWhenZero": true,
"bar.launcher.icon": "󰣛",
"bar.launcher.autoDetectIcon": false,
"menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord",
"menus.dashboard.shortcuts.left.shortcut2.icon": "󰹕",
"menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app --net.cozic.joplin_desktop",
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "Joplin",
"menus.dashboard.shortcuts.left.shortcut4.command": "rofi -show drun -run-command \"uwsm app -- {cmd}\""
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,3 @@
[preferred]
default=hyprland;gtk
org.freedesktop.impl.portal.FileChooser=kde

View File

@@ -61,23 +61,13 @@ modules:
- pulseaudio-utils - pulseaudio-utils
# networking # networking
- network-manager-applet
- bluez - bluez
- bluez-tools - bluez-tools
- firewall-config - firewall-config
# file manager # kde stuff
- thunar - dolphin
- thunar-archive-plugin - plasma-systemsettings
- thunar-volman
- xarchiver
- imv
- gvfs-mtp
- gvfs-gphoto2
- gvfs-smb
- gvfs-nfs
- gvfs-fuse
- gvfs-archive
# theme and GUI # theme and GUI
- fontawesome-fonts-all - fontawesome-fonts-all