Compare commits
	
		
			2 commits
		
	
	
		
			842280fb34
			...
			0a03993128
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 0a03993128 | ||
|   | 22f135784d | 
					 8 changed files with 19 additions and 12 deletions
				
			
		|  | @ -23,6 +23,6 @@ exec-once = systemctl --user start hyprpolkitagent | |||
| exec-once = hypridle | ||||
| 
 | ||||
| # Rice components | ||||
| #exec-once = hyprpaper | ||||
| exec-once = hyprpaper | ||||
| exec-once = waybar | ||||
| exec-once = dunst & | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ env = EDITOR,neovim             # Set neovim as default editor. | |||
| ################ | ||||
| 
 | ||||
| #env = AQ_TRACE,1                # Enables verbose logging. | ||||
| #env = AQ_DRM_DEVICE,CardsHere   # Explicitly define DRM devices to use. Colon-separated list of paths, with the first being the primary. E.g. /dev/dri/card1:/dev/dri/card0 | ||||
| env = AQ_DRM_DEVICE,/dev/dri/card0:/dev/dri/card1   # Explicitly define DRM devices to use. Colon-separated list of paths, with the first being the primary. E.g. /dev/dri/card1:/dev/dri/card0 | ||||
| #env = AQ_MPGU_NO_EXPLICIT,1     # Disables explicit syncing on mgpu buffers. | ||||
| #env = AQ_NO_MODIFIERS,1         # Disables modifiers for DRM buffers. | ||||
| 
 | ||||
|  | @ -90,4 +90,4 @@ env = LIBVA_DRIVER_NAME,nvidia | |||
| env = GTK_THEME,Adwaita:dark    # Override GTK theme, useful if you want to avoid appearance tools such as lxappearance or nwg-look. | ||||
| #env = XCURSOR_THEME,someTheme   # Set cursor theme. The theme needs to be installed and readable by your user. | ||||
| env = XCURSOR_SIZE,24           # Set cursor size. Why? Because: https://wiki.hyprland.org/FAQ/ | ||||
| env = HYPRCURSOR_SIZE,24 | ||||
| env = HYPRCURSOR_SIZE,24 | ||||
|  |  | |||
|  | @ -38,6 +38,7 @@ $fileManager = nemo | |||
| $lock = hyprlock --immediate | ||||
| $menu = ~/.config/rofi/launchers/type-2/launcher.sh | ||||
| $screenshot = hyprshot --mode region | ||||
| $colorpicker = hyprpicker --autocopy | ||||
| 
 | ||||
| ## MONITORS ## | ||||
| source = ~/.config/hypr/monitors.conf | ||||
|  |  | |||
|  | @ -21,6 +21,7 @@ bind = $mainMod, B, exec, $browser              # New browser. | |||
| bind = $mainMod, E, exec, [float] $fileManager  # File explorer. | ||||
| bind = $mainMod, W, exec, $menu                 # App launcher. | ||||
| bind = , Print, exec, $screenshot               # Screenshot utility. | ||||
| bind = $mainMod, O, exec, $colorpicker          # Color picker. | ||||
| 
 | ||||
| 
 | ||||
| # WINDOW BINDS: | ||||
|  | @ -99,6 +100,9 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic | |||
| # Scroll through existing workspaces with mainMod + scroll. | ||||
| bind = $mainMod, mouse_down, workspace, e+1 | ||||
| bind = $mainMod, mouse_up, workspace, e-1 | ||||
| # Move current workspace to next monitor. | ||||
| bind = $mainMod SHIFT, comma, movecurrentworkspacetomonitor, l #left | ||||
| bind = $mainMod SHIFT, period, movecurrentworkspacetomonitor, r #right | ||||
| 
 | ||||
| 
 | ||||
| # MULTIMEDIA BINDS: | ||||
|  | @ -118,4 +122,4 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause                         # (u | |||
| bindl = , XF86AudioPrev, exec, playerctl previous                           # Play previous media. | ||||
| bind = $mainMod, Z, exec, playerctl previous        # Play previous media. (alternative) | ||||
| bind = $mainMod, X, exec, playerctl play-pause      # (un)Pause current media. (alternative) | ||||
| bind = $mainMod, C, exec, playerctl next            # Skip to next media in queue. (alternative) | ||||
| bind = $mainMod, C, exec, playerctl next            # Skip to next media in queue. (alternative) | ||||
|  |  | |||
|  | @ -1,9 +1,10 @@ | |||
| #!/usr/bin/env bash | ||||
| sleep 1 | ||||
| killall xdg-desktop-portal-hyprland | ||||
| killall -e xdg-desktop-portal-hyprland | ||||
| killall xdg-desktop-portal-gnome | ||||
| killall xdg-desktop-portal-kde | ||||
| killall xdg-desktop-portal-lxqt | ||||
| killall xdg-desktop-portal-xapp | ||||
| killall xdg-desktop-portal-wlr | ||||
| killall xdg-desktop-portal | ||||
| sleep 1 | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 672 KiB | 
|  | @ -2,7 +2,8 @@ | |||
| @define-color bar-bg        transparent; | ||||
| @define-color bar-fg        #ffffff; | ||||
| 
 | ||||
| @define-color module-bg     rgba(50, 50, 50, 0.7); | ||||
| /* @define-color module-bg     rgba(50, 50, 50, 0.7); */ | ||||
| @define-color module-bg     rgba(24, 24, 24, 0.7); | ||||
| @define-color module-fg     #ffffff; | ||||
| @define-color module-fg-dim #9f9f9f; | ||||
| 
 | ||||
|  | @ -11,7 +12,7 @@ | |||
| @define-color module-warn-bg    rgba(236, 164, 30, 0.7); | ||||
| @define-color module-err-bg     rgba(224, 20, 20, 0.7); | ||||
| 
 | ||||
| @define-color module-idle-bg    rgba(80, 80,80, 0.7); | ||||
| @define-color module-idle-bg    rgba(70, 70, 70, 0.7); | ||||
| @define-color module-active-bg  rgba(255, 255, 255, 0.7); | ||||
| @define-color module-active-fg  #2d3436; | ||||
| /* @define-color bar-bg rgba(0, 0, 0, 0); */ | ||||
|  |  | |||
|  | @ -15,7 +15,7 @@ | |||
|     // LAYOUT: Choose the order of the modules | ||||
| 
 | ||||
|     "modules-left": [ | ||||
|         "power-profiles-daemon", | ||||
|         //"power-profiles-daemon", | ||||
|         "hyprland/workspaces", | ||||
|         "clock", | ||||
|         "custom/media" | ||||
|  | @ -133,8 +133,8 @@ | |||
|     "idle_inhibitor": { | ||||
|         "format": "{icon}", | ||||
|         "format-icons": { | ||||
|             "activated": "", | ||||
|             "deactivated": "" | ||||
|             "activated": " ", | ||||
|             "deactivated": " " | ||||
|         } | ||||
|     }, | ||||
|     "tray": { | ||||
|  | @ -197,8 +197,8 @@ | |||
|     }, | ||||
|     "network": { | ||||
|         // "interface": "wlp2*", // (Optional) To force the use of this interface | ||||
|         "format-wifi": "{essid} ({signalStrength}%) ", | ||||
|         "format-ethernet": "{ipaddr}/{cidr}  ", | ||||
|         "format-wifi": "{essid} ({signalStrength}%)  ", | ||||
|         "format-ethernet": "{ipaddr}/{cidr} ", | ||||
|         "tooltip-format": "{ifname} via {gwaddr}  ", | ||||
|         "format-linked": "{ifname} (No IP)  ", | ||||
|         "format-disconnected": "Disconnected ⚠", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue