asdfdsgfsdg
This commit is contained in:
parent
8135a054e2
commit
81a3f12198
16
play.yml
16
play.yml
|
@ -132,7 +132,6 @@
|
||||||
- swww
|
- swww
|
||||||
- thunar
|
- thunar
|
||||||
- gvfs
|
- gvfs
|
||||||
- gvfs-smb
|
|
||||||
- spotify
|
- spotify
|
||||||
- spicetify-cli
|
- spicetify-cli
|
||||||
- ttf-jetbrains-mono-nerd
|
- ttf-jetbrains-mono-nerd
|
||||||
|
@ -146,6 +145,8 @@
|
||||||
- network-manager-applet
|
- network-manager-applet
|
||||||
- lemurs
|
- lemurs
|
||||||
- syncthing
|
- syncthing
|
||||||
|
- tidal-hifi
|
||||||
|
- nushell
|
||||||
become: yes
|
become: yes
|
||||||
become_user: sophie
|
become_user: sophie
|
||||||
|
|
||||||
|
@ -181,12 +182,17 @@
|
||||||
|
|
||||||
- name: Write auto-hyprland login
|
- name: Write auto-hyprland login
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: /etc/lemurs/wayland/hyprland
|
path: /home/sophie/.bash_profile
|
||||||
block: |
|
block: |
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
exec Hyprland
|
exec Hyprland
|
||||||
become: yes
|
become: yes
|
||||||
- name: Set GTK interface theme
|
- name: Create GTK theme folder
|
||||||
ansible.builtin.shell: "gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Latte-Standard-Pink-Light'"
|
ansible.builtin.file:
|
||||||
|
path: /home/sophie/.themes
|
||||||
|
state: directory
|
||||||
become: yes
|
become: yes
|
||||||
become_user: sophie
|
- name: Download "nordic" theme
|
||||||
|
ansible.builtin.archive:
|
||||||
|
src: https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-v40.tar.xz
|
||||||
|
dest: "/home/sophie/.themes"
|
||||||
|
|
|
@ -203,7 +203,6 @@ App.config({
|
||||||
style: "./style.css",
|
style: "./style.css",
|
||||||
windows: [
|
windows: [
|
||||||
StatusWidget(1),
|
StatusWidget(1),
|
||||||
//LastfmWidget(1),
|
|
||||||
Bar(0),
|
Bar(0),
|
||||||
Bar(1),
|
Bar(1),
|
||||||
NotificationPopups(0),
|
NotificationPopups(0),
|
||||||
|
|
|
@ -2,7 +2,6 @@ source=~/.config/hypr/theme.conf
|
||||||
|
|
||||||
# This is for my workstation.
|
# This is for my workstation.
|
||||||
# monitor=,highres,auto,auto is for my laptop.
|
# monitor=,highres,auto,auto is for my laptop.
|
||||||
|
|
||||||
monitor=HDMI-A-1, 1920x1080@144, 1920x0, 1
|
monitor=HDMI-A-1, 1920x1080@144, 1920x0, 1
|
||||||
monitor=DP-3, 1920x1080@60, 0x0, 1
|
monitor=DP-3, 1920x1080@60, 0x0, 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue