Added rofi. Ignored some applications from rofi list. Added (nonworking) kanata). Added more packages. Added hyprsunset. Ingoring hyprland monitors. More.
This commit is contained in:
parent
ae719aacf3
commit
101a5d9bf2
26 changed files with 782 additions and 16 deletions
|
|
@ -11,6 +11,7 @@ $audio = $terminal /usr/bin/pulsemixer
|
|||
$networking = $terminal /usr/bin/nmtui
|
||||
$bluetooth = $terminal /usr/bin/bluetui
|
||||
$display = /usr/bin/nwg-displays -w ~/.config/hypr/land/workspaces.conf -m ~/.config/hypr/land/monitors.conf
|
||||
$menu = /usr/bin/rofi -show drun -theme ~/.config/rofi/themes/launcher-theme.rasi
|
||||
|
||||
# Other applications
|
||||
$browser = /usr/bin/firefox
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ general {
|
|||
gaps_out = 5
|
||||
border_size = 1
|
||||
|
||||
col.active_border = rgb({{ .colors.base0E }})
|
||||
col.inactive_border = rgb({{ .colors.base02 }})
|
||||
col.active_border = rgb(ca9ee6)
|
||||
col.inactive_border = rgb(414559)
|
||||
resize_on_border = false
|
||||
allow_tearing = false
|
||||
layout = dwindle
|
||||
|
|
@ -21,7 +21,7 @@ decoration {
|
|||
enabled = true
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgb({{ .colors.base01 }})
|
||||
color = rgb(292c3c)
|
||||
}
|
||||
|
||||
blur {
|
||||
|
|
@ -62,5 +62,5 @@ dwindle {
|
|||
|
||||
misc {
|
||||
force_default_wallpaper = -1
|
||||
disable_hyprland_logo = false
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# Generated by nwg-displays on 2025-10-18 at 21:02:54. Do not edit manually.
|
||||
|
||||
monitor=eDP-1,2880x1920@120.0,0x0,1.6
|
||||
Loading…
Add table
Add a link
Reference in a new issue