Fixed bugs
Added paru installation Switchted to hyprlock
This commit is contained in:
19
roles/nwg-look/files/.gtkrc-2.0
Normal file
19
roles/nwg-look/files/.gtkrc-2.0
Normal file
@@ -0,0 +1,19 @@
|
||||
# DO NOT EDIT! This file will be overwritten by nwg-look.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/keule/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Catppuccin-Macchiato-Standard-Sapphire-Dark"
|
||||
gtk-icon-theme-name="Papirus"
|
||||
gtk-font-name="CaskaydiaCove Nerd Font 12"
|
||||
gtk-cursor-theme-name="Breeze"
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintslight"
|
||||
gtk-xft-rgba="rgb"
|
||||
17
roles/nwg-look/files/gtk-3.0/settings.ini
Normal file
17
roles/nwg-look/files/gtk-3.0/settings.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Catppuccin-Macchiato-Standard-Sapphire-Dark
|
||||
gtk-icon-theme-name=Papirus
|
||||
gtk-font-name=CaskaydiaCove Nerd Font 12
|
||||
gtk-cursor-theme-name=Breeze
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=0
|
||||
9
roles/nwg-look/files/xsettingsd/xsettingsd.conf
Normal file
9
roles/nwg-look/files/xsettingsd/xsettingsd.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
Net/ThemeName "Catppuccin-Macchiato-Standard-Sapphire-Dark"
|
||||
Net/IconThemeName "Papirus"
|
||||
Gtk/CursorThemeName "Breeze"
|
||||
Net/EnableEventSounds 1
|
||||
EnableInputFeedbackSounds 0
|
||||
Xft/Antialias 1
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintslight"
|
||||
Xft/RGBA "rgb"
|
||||
11
roles/nwg-look/tasks/main.yml
Normal file
11
roles/nwg-look/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: "[NWG-look] Install"
|
||||
kewlfft.aur.aur:
|
||||
name:
|
||||
- nwg-look
|
||||
state: present
|
||||
|
||||
- name: "[NWG-look] Configure"
|
||||
ansible.builtin.copy:
|
||||
src: "./"
|
||||
dest: "{{ ansible_user_dir }}/"
|
||||
Reference in New Issue
Block a user