asdfdsgfsdg
This commit is contained in:
parent
8135a054e2
commit
81a3f12198
16
play.yml
16
play.yml
|
@ -132,7 +132,6 @@
|
|||
- swww
|
||||
- thunar
|
||||
- gvfs
|
||||
- gvfs-smb
|
||||
- spotify
|
||||
- spicetify-cli
|
||||
- ttf-jetbrains-mono-nerd
|
||||
|
@ -146,6 +145,8 @@
|
|||
- network-manager-applet
|
||||
- lemurs
|
||||
- syncthing
|
||||
- tidal-hifi
|
||||
- nushell
|
||||
become: yes
|
||||
become_user: sophie
|
||||
|
||||
|
@ -181,12 +182,17 @@
|
|||
|
||||
- name: Write auto-hyprland login
|
||||
ansible.builtin.blockinfile:
|
||||
path: /etc/lemurs/wayland/hyprland
|
||||
path: /home/sophie/.bash_profile
|
||||
block: |
|
||||
#! /bin/sh
|
||||
exec Hyprland
|
||||
become: yes
|
||||
- name: Set GTK interface theme
|
||||
ansible.builtin.shell: "gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Latte-Standard-Pink-Light'"
|
||||
- name: Create GTK theme folder
|
||||
ansible.builtin.file:
|
||||
path: /home/sophie/.themes
|
||||
state: directory
|
||||
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",
|
||||
windows: [
|
||||
StatusWidget(1),
|
||||
//LastfmWidget(1),
|
||||
Bar(0),
|
||||
Bar(1),
|
||||
NotificationPopups(0),
|
||||
|
|
|
@ -2,7 +2,6 @@ source=~/.config/hypr/theme.conf
|
|||
|
||||
# This is for my workstation.
|
||||
# monitor=,highres,auto,auto is for my laptop.
|
||||
|
||||
monitor=HDMI-A-1, 1920x1080@144, 1920x0, 1
|
||||
monitor=DP-3, 1920x1080@60, 0x0, 1
|
||||
|
||||
|
@ -148,4 +147,4 @@ windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
|||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
|
Loading…
Reference in a new issue