This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: base theming straight up got from bluefin and bazzite
- Loading branch information
1 parent
c966962
commit d837cb0
Showing
27 changed files
with
237 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
type: rpm-ostree | ||
install: | ||
- helvum | ||
- gnome-shell-extension-gsconnect | ||
- gnome-shell-extension-dash-to-dock | ||
- gnome-shell-extension-appindicator | ||
- gnome-shell-extension-blur-my-shell | ||
- gnome-shell-extension-logo-menu | ||
remove: | ||
- gnome-extensions-app | ||
- gnome-tour | ||
- gnome-software-rpm-ostree |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
type: rpm-ostree | ||
install: | ||
- fira-code-fonts | ||
- papirus-icon-theme | ||
- materia-gtk-theme | ||
- krita | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[org/gnome/desktop/peripherals/touchpad] | ||
tap-to-click=true |
117 changes: 117 additions & 0 deletions
117
config/files/gnome/etc/dconf/db/local.d/01-atomic-theming
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
[org/gnome/shell] | ||
enabled-extensions = ['[email protected]', '[email protected]', 'blur-my-shell@aunetx', '[email protected]', 'logomenu@aryan_k', '[email protected]'] | ||
|
||
[org/gnome/desktop/peripherals/mouse] | ||
accel-profile="flat" | ||
|
||
[org/gnome/desktop/interface] | ||
enable-hot-corners=true | ||
clock-show-weekday=true | ||
font-name="Inter 12" | ||
document-font-name="Inter 12" | ||
monospace-font-name="FiraCode Mono 18" | ||
cursor-theme="Adwaita" | ||
icon-theme="Papirus-Dark" | ||
gtk-theme="Materia-Dark" | ||
font-antialiasing="rgba" | ||
font-hinting="full" | ||
|
||
[org/gnome/desktop/sound] | ||
allow-volume-above-100-percent=true | ||
theme-name="freedesktop" | ||
|
||
[org/gnome/desktop/wm/preferences] | ||
button-layout=":minimize,maximize,close" | ||
num-workspaces='4' | ||
titlebar-font="Inter Bold 12" | ||
|
||
[org/gnome/desktop/wm/keybindings] | ||
switch-applications = ['<Super>Tab'] | ||
switch-applications-backward = ['<Shift><Super>Tab'] | ||
switch-windows = ['<Alt>Tab'] | ||
switch-windows-backward = ['<Shift><Alt>Tab'] | ||
|
||
[org/gnome/desktop/peripherals/touchpad] | ||
tap-to-click=true | ||
|
||
[org/gnome/desktop/peripherals/keyboard] | ||
numlock-state=true | ||
|
||
[org/gnome/shell/extensions/dash-to-dock] | ||
dock-fixed=true | ||
force-straight-corner=false | ||
custom-theme-shrink=true | ||
disable-overview-on-startup=true | ||
transparency-mode='DYNAMIC' | ||
animation-time=0.15 | ||
background-color='rgb(40,40,40)' | ||
background-opacity=0.8 | ||
custom-background-color=true | ||
customize-alphas=true | ||
max-alpha=0.8 | ||
min-alpha=0.5 | ||
|
||
[org/gnome/settings-daemon/plugins/power] | ||
power-button-action='interactive' | ||
|
||
[org/gtk/settings/file-chooser] | ||
sort-directories-first=true | ||
|
||
[org/gtk/gtk4/settings/file-chooser] | ||
sort-directories-first=true | ||
|
||
[org/gnome/mutter] | ||
experimental-features=['scale-monitor-framebuffer'] | ||
|
||
[org/gnome/software] | ||
allow-updates=false | ||
download-updates=false | ||
download-updates-notify=false | ||
|
||
[com/github/stunkymonkey/nautilus-open-any-terminal] | ||
terminal='ptyxis' | ||
keybindings='' | ||
new-tab=false | ||
flatpak='off' | ||
|
||
[org/gnome/shell/extensions/Logo-menu] | ||
menu-button-icon-image=1 | ||
menu-button-terminal='xdg-terminal-exec' | ||
menu-button-system-monitor='flatpak run io.missioncenter.MissionCenter' | ||
menu-button-extensions-app='com.mattjakeman.ExtensionManager.desktop' | ||
menu-button-software-center='gnome-software' | ||
show-activities-button=true | ||
show-lockscreen=false | ||
show-power-option=false | ||
show-gamemode=false | ||
hide-forcequit=true | ||
show-boxbuddy=true | ||
|
||
[org/gnome/Ptyxis] | ||
interface-style='system' | ||
restore-session=false | ||
restore-window-size=false | ||
audible-bell=false | ||
|
||
[org/gnome/shell/extensions/blur-my-shell/panel] | ||
blur=false | ||
|
||
[org/gnome/desktop/privacy] | ||
remember-recent-files=false | ||
remove-old-trash-files=true | ||
remove-old-temp-files=true | ||
|
||
[org/gnome/settings-daemon/plugins/power] | ||
sleep-inactive-ac-timeout=3600 | ||
|
||
[org/gnome/desktop/media-handling] | ||
autorun-never=true | ||
|
||
[org/gnome/nautilus/preferences] | ||
search-filter-time-type='last_modified' | ||
|
||
[org/gnome/nautilus/list-view] | ||
use-tree-view=true | ||
|
||
[org/gnome/tweaks] | ||
show-extensions-notice=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[org/gnome/desktop/app-folders] | ||
folder-children=['Games', 'GamingUtilities', 'Utilities', 'Distrobox', 'Wine', 'YaST', 'Pardus'] | ||
|
||
[org/gnome/desktop/app-folders/folders/GamingUtilities] | ||
apps=['protontricks.desktop', 'discover_overlay_configure.desktop', 'com.vysp3r.ProtonPlus.desktop', 'io.github.benjamimgois.goverlay.desktop', 'com.gerbilsoft.rom-properties.rp-config.desktop', 'input-remapper-gtk.desktop', 'steamos-nested-desktop.desktop'] | ||
name='Gaming Utilities' | ||
translate=false | ||
|
||
[org/gnome/desktop/app-folders/folders/Utilities] | ||
apps=['com.github.tchx84.Flatseal.desktop', 'io.github.flattool.Warehouse.desktop', 'com.mattjakeman.ExtensionManager.desktop', 'org.gnome.tweaks.desktop', 'firewall-config.desktop', 'ca.desrt.dconf-editor.desktop'] | ||
categories=['X-GNOME-Utilities'] | ||
name='X-GNOME-Utilities.directory' | ||
translate=true | ||
|
||
[org/gnome/desktop/app-folders/folders/Games] | ||
excluded-apps=['steam.desktop', 'net.lutris.Lutris.desktop', 'io.github.benjamimgois.goverlay.desktop', 'com.vysp3r.ProtonPlus.desktop', 'io.github.fastrizwaan.WineZGUI.desktop'] | ||
categories=['Game'] | ||
name='Games' | ||
translate=false | ||
|
||
[org/gnome/desktop/app-folders/folders/Distrobox] | ||
categories=['Distrobox'] | ||
name='Distrobox' | ||
translate=false | ||
|
||
[org/gnome/desktop/app-folders/folders/Wine] | ||
apps=['winetricks.desktop'] | ||
categories=['X-Wine', 'wine-wine'] | ||
name='Wine' | ||
translate=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[org/gnome/software] | ||
allow-updates=false | ||
download-updates=false | ||
download-updates-notify=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
user-db:user | ||
system-db:gdm | ||
file-db:/usr/share/gdm/greeter-dconf-defaults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
user-db:user | ||
system-db:local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
export MOZ_ENABLE_WAYLAND=1 | ||
export MOZ_USE_XINPUT2=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ Exec=xdg-user-dirs-update | |
StartupNotify=false | ||
NoDisplay=true | ||
|
||
X-KDE-autostart-phase=1 | ||
X-KDE-autostart-phase=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[General] | ||
LogoPath=/usr/share/ublue-os/atomic-studio/icons/logo.png | ||
Name=Atomic Studio | ||
Website=https://github.com/atomic-studio-org/Atomic-Studio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Libinput][Defaults] | ||
PointerAccelerationProfile=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[KDE] | ||
LookAndFeelPackage=com.github.varlesh.materia-dark | ||
SingleClick=false | ||
|
||
[KDE Action Restrictions][$i] | ||
action/switch_user=false | ||
action/start_new_session=false | ||
action/lock_screen=false | ||
|
||
[KDE Control Module Restrictions][$i] | ||
kcm_sddm.desktop=false | ||
kcm_plymouth.desktop=false | ||
|
||
[General] | ||
font=Noto Sans,11,-1,5,50,0,0,0,0,0 | ||
menuFont=Noto Sans,11,-1,5,50,0,0,0,0,0 | ||
smallestReadableFont=Noto Sans,9,-1,5,50,0,0,0,0,0 | ||
toolBarFont=Noto Sans,11,-1,5,50,0,0,0,0,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[Daemon] | ||
Autolock=false | ||
LockOnResume=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[General] | ||
SystemConnectionsByDefault=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
container_always_pull="1" | ||
container_generate_entry=1 | ||
container_manager="podman" | ||
container_name_default="ubuntu" | ||
container_image_default="ghcr.io/ublue-os/ubuntu-toolbox:latest" | ||
non_interactive="1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
function fish_prompt | ||
echo (set_color brblue)\((set_color brmagenta)(whoami)@(hostname)(set_color brblue)\)\:(pwd) \>(set_color normal)" " | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
gtk-theme-name="Materia-Dark" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Settings] | ||
gtk-theme-name=Materia-Dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
config/files/shared/share/X11/xorg.conf.d/99-flat-pointer.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Section "InputClass" | ||
Identifier "Pointer" | ||
Driver "libinput" | ||
MatchIsPointer "yes" | ||
Option "AccelProfile" "flat" | ||
Option "AccelSpeed" "0" | ||
EndSection | ||
|
File renamed without changes.