Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
harrythezomby committed Apr 10, 2024
1 parent c606210 commit 6de96f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 3 additions & 6 deletions ags/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import App from 'resource:///com/github/Aylur/ags/app.js';
import Widget from 'resource:///com/github/Aylur/ags/widget.js';

// GDK
import Gdk from "gi://Gdk"

// Bar main buttons
import Power from './parts/mainButtons/powerButton.js'
import Apps from './parts/mainButtons/appsButton.js'
Expand Down Expand Up @@ -90,11 +93,5 @@ export default {
Bar({ monitor: 0 }),
Bar({ monitor: 1 }),
Bar({ monitor: 2 }),

/* applauncher,
power,
vmmenu,
testing,
notificationpopup, */
],
};
4 changes: 3 additions & 1 deletion hypr/parts/pc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ monitor=DP-4,addreserved,0,0,0,200
monitor=DP-2,2560x1080@200,2560x0,1
monitor=DP-3,2560x1080@90,5120x-500,1,transform,1

monitor = DP-1,2560x1080@180,2560x0,1

# Left Vertical
#monitor=DP-4,2560x1080@90,0x-800,1,transform,1
#monitor=DP-2,2560x1080@200,1080x0,1
Expand All @@ -31,6 +33,6 @@ exec-once = steam

# FPS Settings
misc {
vrr = 2
vrr = 1
vfr = false
}
2 changes: 1 addition & 1 deletion hypr/parts/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ windowrulev2 = opacity 0.80 0.80,class:^(discord|Joplin)$
windowrulev2 = opacity 0.75 0.75,class:^(virt-manager|Youtube Music|Spotify|org.gnome.Nautilus|org.kde.polkit-kde-authentication-agent-1|org.kde.dolphin)$

#more
windowrulev2 = opacity 0.65 0.65,class:^(kitty|rofi|Joplin|org.strawberrymusicplayer.strawberry)
windowrulev2 = opacity 0.65 0.65,class:^(org.kde.dolphin|virt-manager|discord|kitty|rofi|Joplin|org.strawberrymusicplayer.strawberry)


# Other Windowrules
Expand Down

0 comments on commit 6de96f8

Please sign in to comment.