diff --git a/.config/hypr/config/monitors/nwg-autogen.conf b/.config/hypr/config/monitors/nwg-autogen.conf new file mode 100644 index 0000000..0646f15 --- /dev/null +++ b/.config/hypr/config/monitors/nwg-autogen.conf @@ -0,0 +1,4 @@ +# Generated by nwg-displays on 2025-10-12 at 12:32:09. Do not edit manually. + +monitor=eDP-1,1920x1080@60.0,4126x1440,1.0 +monitor=DP-1,2560x1440@59.95,1920x0,1.0 diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf deleted file mode 100644 index e69de29..0000000 diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 4c9d9d5..c454c73 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1 +1,17 @@ @theme "~/.local/share/rofi/themes/boussole.rasi" + +configuration { + + modi: "drun,run"; + display-drun: "Applications"; + display-run: "Run"; + drun-display-format: "{icon} {name}"; + sort: true; + sorting-method: "fzf"; + + /* Icons */ + show-icons: false; + /* icon-theme: "Gruvbox-Plus-Dark"; */ +} + + diff --git a/.config/rofi/wifi/config.rasi b/.config/rofi/wifi/config.rasi index 7c698e0..48638cd 100644 --- a/.config/rofi/wifi/config.rasi +++ b/.config/rofi/wifi/config.rasi @@ -1,4 +1,3 @@ -/* @theme "./themes/rosepine.rasi" */ @theme "~/.local/share/rofi/themes/boussole.rasi" configuration { terminal: "foot"; diff --git a/.config/swaync/power-on.css b/.config/swaync/power-on.css new file mode 100644 index 0000000..7420004 --- /dev/null +++ b/.config/swaync/power-on.css @@ -0,0 +1,7 @@ +@define-color active #e64e4e; +@define-color background_dark #1c2128; +@define-color background_light #22272e; +@define-color background_transparent alpha(#18191c, 0.7); +@define-color foreground #e4e8ed; +@define-color border #333940; +@define-color alert #ea4545; diff --git a/.config/swaync/style.css b/.config/swaync/style.css index 22034b2..b94cb14 100644 --- a/.config/swaync/style.css +++ b/.config/swaync/style.css @@ -1,4 +1,4 @@ -@import url('seventy-nine.css'); +@import url('power-on.css'); @define-color control-background alpha(@background_dark, 0.8); diff --git a/.local/share/rofi/themes/boussole.rasi b/.local/share/rofi/themes/boussole.rasi index 1b12a3a..794ec5a 100644 --- a/.local/share/rofi/themes/boussole.rasi +++ b/.local/share/rofi/themes/boussole.rasi @@ -2,22 +2,7 @@ /* Based on work done by */ /* Newman Sanchez (https://github.com/newmanls) */ -configuration { - - modi: "drun,run"; - display-drun: "Applications"; - display-run: "Run"; - drun-display-format: "{icon} {name}"; - sort: true; - sorting-method: "fzf"; - - /* Icons */ - show-icons: true; - /* icon-theme: "Gruvbox-Plus-Dark"; */ -} - * { - /*font: "FiraCode Nerd Font Medium 12";*/ font: "JetBrainsMono Nerd Font Propo Regular 12"; bg0: #0d1117;