diff --git a/build.sh b/build.sh index aaa0af9..e18bf7b 100755 --- a/build.sh +++ b/build.sh @@ -52,7 +52,7 @@ WAYLAND_ENVIRONMENT=" hyprlock waybar kitty - wofi + rofi mako libnotify brightnessctl diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 7e8addd..da4fb73 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -14,7 +14,7 @@ source = /home/ciomek/.config/hypr/monitors.conf # Set programs that you use $terminal = kitty $fileManager = thunar -$menu = wofi --show drun --insensitive +$menu = rofi -show drun -show-icons $browser = firefox $screenshot = grim -g "$(slurp -d)" - | wl-copy $top = $terminal btop @@ -105,7 +105,7 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#blur blur { - enabled = true + enabled = false size = 3 passes = 1 @@ -155,7 +155,7 @@ animations { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below + # pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } @@ -213,7 +213,7 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +# bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen bind = $mainMod, B, exec, $browser bind = $mainMod, T, exec, $top diff --git a/home/.config/hypr/monitors-2.conf b/home/.config/hypr/monitors-2.conf index d92040e..79ed27d 100644 --- a/home/.config/hypr/monitors-2.conf +++ b/home/.config/hypr/monitors-2.conf @@ -3,7 +3,7 @@ $mainMod = SUPER # MONITORS monitor=DP-1,1920x1080,0x0,1 monitor=HDMI-A-1,1920x1080,1920x0,1 - +monitor = DP-3, 1920x1080@60, 0x0, 1, mirror, DP-1 # Workspaces per monitor workspace=1,monitor:DP-1,default:true,persistent:true @@ -21,4 +21,4 @@ bind=$mainMod SHIFT,S,workspace,1 # Secret workspaces workspace=name:S1,monitor:DP-1 -workspace=name:S2,monitor:HDMI-A-1 \ No newline at end of file +workspace=name:S2,monitor:HDMI-A-1 diff --git a/home/.config/rofi/config.rasi b/home/.config/rofi/config.rasi new file mode 100644 index 0000000..45cfc12 --- /dev/null +++ b/home/.config/rofi/config.rasi @@ -0,0 +1,247 @@ +configuration { +/* modes: "window,drun,run,ssh";*/ + modes: "drun"; + font: "FontAwesome"; + location: 2; + // yoffset: 0; +/* xoffset: 0;*/ +/* fixed-num-lines: true;*/ + show-icons: false; +/* preview-cmd: ;*/ +/* on-selection-changed: ;*/ +/* on-mode-changed: ;*/ +/* on-entry-accepted: ;*/ +/* on-menu-canceled: ;*/ +/* on-menu-error: ;*/ +/* on-screenshot-taken: ;*/ +/* terminal: "rofi-sensible-terminal";*/ +/* ssh-client: "ssh";*/ +/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ +/* run-command: "{cmd}";*/ +/* run-list-command: "";*/ +/* run-shell-command: "{terminal} -e {cmd}";*/ +/* window-command: "wmctrl -i -R {window}";*/ +/* window-match-fields: "all";*/ +/* icon-theme: ;*/ +/* drun-match-fields: "name,generic,exec,categories,keywords";*/ +/* drun-categories: ;*/ +/* drun-exclude-categories: ;*/ +/* drun-show-actions: false;*/ +/* drun-display-format: "{name} [({generic})]";*/ +/* drun-url-launcher: "xdg-open";*/ +/* disable-history: false;*/ +/* ignored-prefixes: "";*/ +/* sort: false;*/ +/* sorting-method: "normal";*/ +/* case-sensitive: false;*/ +/* case-smart: false;*/ +/* cycle: true;*/ +/* sidebar-mode: false;*/ +/* hover-select: false;*/ +/* eh: 1;*/ +/* auto-select: false;*/ +/* parse-hosts: false;*/ +/* parse-known-hosts: true;*/ +/* combi-modes: "window,run";*/ +/* matching: "normal";*/ +/* tokenize: true;*/ +/* m: "-5";*/ +/* filter: ;*/ +/* dpi: -1;*/ +/* threads: 0;*/ +/* scroll-method: 0;*/ +/* window-format: "{w} {c} {t}";*/ +/* click-to-exit: true;*/ +/* global-kb: false;*/ +/* max-history-size: 25;*/ +/* combi-hide-mode-prefix: false;*/ +/* combi-display-format: "{mode} {text}";*/ +/* matching-negate-char: '-' /* unsupported */;*/ +/* cache-dir: ;*/ +/* window-thumbnail: false;*/ +/* drun-use-desktop-cache: false;*/ +/* drun-reload-desktop-cache: false;*/ +/* normalize-match: false;*/ +/* steal-focus: false;*/ +/* application-fallback-icon: ;*/ +/* refilter-timeout-limit: 300;*/ +/* xserver-i300-workaround: false;*/ +/* completer-mode: "filebrowser";*/ +/* imdkit: true;*/ +/* pid: "/run/user/1000/rofi.pid";*/ +/* display-window: ;*/ +/* display-run: ;*/ +/* display-ssh: ;*/ +/* display-drun: ;*/ +/* display-combi: ;*/ +/* display-keys: ;*/ +/* display-filebrowser: ;*/ +/* display-recursivebrowser: ;*/ +/* kb-primary-paste: "Control+V,Shift+Insert";*/ +/* kb-secondary-paste: "Control+v,Insert";*/ +/* kb-secondary-copy: "Control+c";*/ +/* kb-clear-line: "Control+w";*/ +/* kb-move-front: "Control+a";*/ +/* kb-move-end: "Control+e";*/ +/* kb-move-word-back: "Alt+b,Control+Left";*/ +/* kb-move-word-forward: "Alt+f,Control+Right";*/ +/* kb-move-char-back: "Left,Control+b";*/ +/* kb-move-char-forward: "Right,Control+f";*/ +/* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/ +/* kb-remove-word-forward: "Control+Alt+d";*/ +/* kb-remove-char-forward: "Delete,Control+d";*/ +/* kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/ +/* kb-remove-to-eol: "Control+k";*/ +/* kb-remove-to-sol: "Control+u";*/ +/* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/ +/* kb-accept-custom: "Control+Return";*/ +/* kb-accept-custom-alt: "Control+Shift+Return";*/ +/* kb-accept-alt: "Shift+Return";*/ +/* kb-delete-entry: "Shift+Delete";*/ +/* kb-mode-next: "Shift+Right,Control+Tab";*/ +/* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/ +/* kb-mode-complete: "Control+l";*/ +/* kb-row-left: "Control+Page_Up";*/ +/* kb-row-right: "Control+Page_Down";*/ +/* kb-row-up: "Up,Control+p";*/ +/* kb-row-down: "Down,Control+n";*/ +/* kb-row-tab: "";*/ +/* kb-element-next: "Tab";*/ +/* kb-element-prev: "ISO_Left_Tab";*/ +/* kb-page-prev: "Page_Up";*/ +/* kb-page-next: "Page_Down";*/ +/* kb-row-first: "Home,KP_Home";*/ +/* kb-row-last: "End,KP_End";*/ +/* kb-row-select: "Control+space";*/ +/* kb-screenshot: "Alt+S";*/ +/* kb-ellipsize: "Alt+period";*/ +/* kb-toggle-case-sensitivity: "grave,dead_grave";*/ +/* kb-toggle-sort: "Alt+grave";*/ +/* kb-cancel: "Escape,Control+g,Control+bracketleft";*/ +/* kb-custom-1: "Alt+1";*/ +/* kb-custom-2: "Alt+2";*/ +/* kb-custom-3: "Alt+3";*/ +/* kb-custom-4: "Alt+4";*/ +/* kb-custom-5: "Alt+5";*/ +/* kb-custom-6: "Alt+6";*/ +/* kb-custom-7: "Alt+7";*/ +/* kb-custom-8: "Alt+8";*/ +/* kb-custom-9: "Alt+9";*/ +/* kb-custom-10: "Alt+0";*/ +/* kb-custom-11: "Alt+exclam";*/ +/* kb-custom-12: "Alt+at";*/ +/* kb-custom-13: "Alt+numbersign";*/ +/* kb-custom-14: "Alt+dollar";*/ +/* kb-custom-15: "Alt+percent";*/ +/* kb-custom-16: "Alt+dead_circumflex";*/ +/* kb-custom-17: "Alt+ampersand";*/ +/* kb-custom-18: "Alt+asterisk";*/ +/* kb-custom-19: "Alt+parenleft";*/ +/* kb-select-1: "Super+1";*/ +/* kb-select-2: "Super+2";*/ +/* kb-select-3: "Super+3";*/ +/* kb-select-4: "Super+4";*/ +/* kb-select-5: "Super+5";*/ +/* kb-select-6: "Super+6";*/ +/* kb-select-7: "Super+7";*/ +/* kb-select-8: "Super+8";*/ +/* kb-select-9: "Super+9";*/ +/* kb-select-10: "Super+0";*/ +/* kb-entry-history-up: "Control+Up";*/ +/* kb-entry-history-down: "Control+Down";*/ +/* kb-matcher-up: "Super+equal";*/ +/* kb-matcher-down: "Super+minus";*/ +/* ml-row-left: "ScrollLeft";*/ +/* ml-row-right: "ScrollRight";*/ +/* ml-row-up: "ScrollUp";*/ +/* ml-row-down: "ScrollDown";*/ +/* me-select-entry: "MousePrimary";*/ +/* me-accept-entry: "MouseDPrimary";*/ +/* me-accept-custom: "Control+MouseDPrimary";*/ + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } +} +* { + foreground: #E0E6ED; + background: rgba(28, 30, 31, 1); + border-color: #1C1E1F; + selected-foreground: #E0E6ED; + selected-background: rgba(28, 30, 31, 1); + selected-border: #626971; +} + +window { + background-color: @background; + border: 3px; + border-color: @border-color; +} + +mainbox { + background-color: transparent; +} + +inputbar { + background-color: @background; + text-color: @foreground; + children: [ entry ]; +} + +entry { + background-color: transparent; + text-color: @foreground; + placeholder: "Search"; + placeholder-color: #747A80; +} + +listview { + background-color: transparent; +} + +element, +element normal.normal, +element alternate.normal, +element normal.active, +element alternate.active, +element normal.urgent, +element alternate.urgent { + background-color: transparent; + text-color: @foreground; + border: 0px 0px 2px 0px; + border-color: transparent; + children: [ element-text ]; +} + +element selected.normal, +element selected.active, +element selected.urgent { + background-color: @selected-background; + text-color: @selected-foreground; + border: 0px 0px 2px 0px; + border-color: @selected-border; +} + +element-icon { + background-color: transparent; +} + +element-text, +element-text normal.normal, +element-text alternate.normal, +element-text normal.active, +element-text alternate.active, +element-text normal.urgent, +element-text alternate.urgent { + background-color: transparent; + text-color: inherit; +} + +scrollbar { + background-color: transparent; + handle-color: #626971; +} \ No newline at end of file diff --git a/home/.config/wofi/style.css b/home/.config/wofi/style.css deleted file mode 100644 index 73260ae..0000000 --- a/home/.config/wofi/style.css +++ /dev/null @@ -1,58 +0,0 @@ -* { - font-family: FontAwesome; - font-size: 13px; - color: #E0E6ED; - /* border-radius: 0; */ -} - -window { - margin: 10px; - border: 4px solid #1C1E1F; - background-color: #242425; - padding: 20px; -} - -#input { - margin: 5px; - padding: 1px 5px; - /* border: 2px solid #E0E6ED; */ - background-color: #242425; - color: #E0E6ED; - /* border-radius: 7px; */ -} - -#input:focus{ - box-shadow: none; -} - -#inner-box { - margin: 10px; - /* background-color: rgba(30 34 38, 0.75); */ - border: none; -} - -#outer-box { - margin: 5px; - background-color: transparent; -} - -#scroll { - display: none; - background-color: transparent; -} - -#text { - padding: 5px 10px; -} - -#entry:selected { - /* background-color: #AEB3AD; */ - border-left: 3px solid #E0E6ED; - color: #E0E6ED; -} - -#entry { - padding: 5px 10px; - margin: 2px 0; - background-color: transparent; -}