diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index ed8e365..2ae87ee 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -8,4 +8,6 @@ bold_italic_font auto background_opacity 0.7 -confirm_os_window_close 0 \ No newline at end of file +confirm_os_window_close 0 + +enable_audio_bell no \ No newline at end of file diff --git a/config/rofi/.current_wallpaper b/config/rofi/.current_wallpaper index da779f5..87f7867 100644 Binary files a/config/rofi/.current_wallpaper and b/config/rofi/.current_wallpaper differ diff --git a/config/rofi/config-cliphist.rasi b/config/rofi/config-cliphist.rasi index 136bded..7dd5d88 100644 --- a/config/rofi/config-cliphist.rasi +++ b/config/rofi/config-cliphist.rasi @@ -1,4 +1,4 @@ - +/* 💫 https://github.com/JaKooLit 💫 */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 4d2688f..8d854a2 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -1,5 +1,4 @@ -/* - +/* 💫 https://github.com/JaKooLit 💫 */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index efb3625..2decab5 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -1,4 +1,4 @@ -/* +/* 💫 https://github.com/JaKooLit 💫 */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; diff --git a/config/rofi/config-power.rasi b/config/rofi/config-power.rasi index 919b0c7..58a35dd 100644 --- a/config/rofi/config-power.rasi +++ b/config/rofi/config-power.rasi @@ -1,8 +1,8 @@ -/* -/** ---- Configuration ---- **/ +/* 💫 https://github.com/JaKooLit 💫 */ +/* ---- Configuration ---- */ configuration { - modi: "drun,filebrowser,window,run"; - font: "Fira Code 12"; + modi: "drun,run"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; @@ -10,7 +10,7 @@ configuration { display-window: ""; drun-display-format: "{name}"; hover-select: true; - me-select-entry: ""; + me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 08a25d2..1d3a470 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -1,5 +1,4 @@ -/* - +/* 💫 https://github.com/JaKooLit 💫 */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; diff --git a/config/rofi/config-screenshot.rasi b/config/rofi/config-screenshot.rasi deleted file mode 100644 index f27bbd7..0000000 --- a/config/rofi/config-screenshot.rasi +++ /dev/null @@ -1,241 +0,0 @@ -/* -/** ---- Configuration ---- **/ -configuration { - modi: "drun,filebrowser,window,run"; - font: "Fira Code 12"; - show-icons: true; - display-drun: ""; - display-run: ""; - display-filebrowser: ""; - display-window: ""; - drun-display-format: "{name}"; - hover-select: true; - me-select-entry: ""; - me-accept-entry: "MousePrimary"; - window-format: "{w} · {c} · {t}"; - -} - -/* ---- Load pywal colors (custom wal template) ---- */ -@import "~/.cache/wal/colors-rofi-dark.rasi" - -/* ---- Window ---- */ -window { - width: 400px; - x-offset: 0px; - y-offset: 0px; - spacing: 0px; - padding: 0px; - margin: 0px; - color: #FFFFFF; - border: 3px; - border-color: #FFFFFF; - cursor: "default"; - transparency: "real"; - location: center; - anchor: center; - fullscreen: false; - enabled: true; - border-radius: 10px; - background-color: transparent; -} - -/* ---- Mainbox ---- */ -mainbox { - enabled: true; - orientation: horizontal; - spacing: 0px; - margin: 0px; - background-color: @background; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: ["listbox"]; -} - -/* ---- Imagebox ---- */ -imagebox { - padding: 18px; - background-color: transparent; - orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; -} - -/* ---- Listbox ---- */ -listbox { - spacing: 20px; - background-color: transparent; - orientation: vertical; - children: [ "listview" ]; -} - -/* ---- Dummy ---- */ -dummy { - background-color: transparent; -} - -/* ---- Inputbar ---- */ -inputbar { - enabled: true; - text-color: @foreground; - spacing: 10px; - padding: 15px; - border-radius: 0px; - border-color: @foreground; - background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; -} - -textbox-prompt-colon { - enabled: true; - expand: false; - str: ""; - background-color: transparent; - text-color: inherit; -} - -entry { - enabled: true; - background-color: transparent; - text-color: inherit; - cursor: text; - placeholder: "Search"; - placeholder-color: inherit; -} - -/* ---- Mode Switcher ---- */ -mode-switcher{ - enabled: true; - spacing: 20px; - background-color: transparent; - text-color: @foreground; -} - -button { - padding: 10px; - border-radius: 10px; - background-color: @background; - text-color: inherit; - cursor: pointer; - border: 0px; -} - -button selected { - background-color: @selected-normal-background;; - text-color: @foreground; -} - -/* ---- Listview ---- */ -listview { - enabled: true; - columns: 1; - lines: 2; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 10px; - margin: 0px; - background-color: @background; - border:0px; -} - -/* ---- Element ---- */ -element { - enabled: true; - padding: 10px; - margin: 5px; - cursor: pointer; - background-color: @background; - border-radius: 10px; - border: 2px; -} - -element normal.normal { - background-color: inherit; - text-color: @foreground; -} - -element normal.urgent { - background-color: inherit; - text-color: @foreground; -} - -element normal.active { - background-color: inherit; - text-color: @foreground; -} - -element selected.normal { - background-color: @selected-normal-background;; - text-color: @foreground; -} - -element selected.urgent { - background-color: inherit; - text-color: @foreground; -} - -element selected.active { - background-color: inherit; - text-color: @foreground; -} - -element alternate.normal { - background-color: inherit; - text-color: @foreground; -} - -element alternate.urgent { - background-color: inherit; - text-color: @foreground; -} - -element alternate.active { - background-color: inherit; - text-color: @foreground; -} - -element-icon { - background-color: transparent; - text-color: inherit; - size: 32px; - cursor: inherit; -} - -element-text { - background-color: transparent; - text-color: inherit; - cursor: inherit; - vertical-align: 0.5; - horizontal-align: 0.0; -} - -/*****----- Message -----*****/ -message { - background-color: transparent; - border:0px; - margin:20px 0px 0px 0px; - padding:0px; - spacing:0px; - border-radius: 10px; -} - -textbox { - padding: 15px; - margin: 0px; - border-radius: 0px; - background-color: @background; - text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; -} - -error-message { - padding: 15px; - border-radius: 20px; - background-color: @background; - text-color: @foreground; -} diff --git a/config/rofi/config-short.rasi b/config/rofi/config-short.rasi index 953e9c8..fbb70e2 100644 --- a/config/rofi/config-short.rasi +++ b/config/rofi/config-short.rasi @@ -1,7 +1,4 @@ -/* -*/ - - +/* 💫 https://github.com/JaKooLit 💫 */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 8d45154..0e257d2 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,5 +1,4 @@ -/* - +/* 💫 https://github.com/JaKooLit 💫 */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -20,7 +19,6 @@ configuration { /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-dark.rasi" - /* ---- Window ---- */ window { width: 900px; @@ -50,7 +48,7 @@ mainbox { margin: 0px; background-color: @background; background-image: url("~/.config/rofi/.current_wallpaper", height); - children: ["imagebox","listbox"]; + children: [ "imagebox", "listbox" ]; } /* ---- Imagebox ---- */ @@ -99,7 +97,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Search"; + placeholder: "Choose"; placeholder-color: inherit; } @@ -114,7 +112,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: rgba(0,0,0,0.5); + background-color: @background; text-color: inherit; cursor: pointer; border: 0px; @@ -129,7 +127,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 12; + lines: 8; cycle: true; dynamic: true; scrollbar: false; @@ -148,12 +146,12 @@ listview { /* ---- Element ---- */ element { enabled: true; - padding: 2px; + padding: 5px; margin: 2px; cursor: pointer; - background-color: rgba(0,0,0,0); + background-color: @background; border-radius: 10px; - border: 0px; + border: 2px; } element normal.normal { @@ -229,7 +227,7 @@ message { textbox { padding: 15px; margin: 0px; - border-radius: 10px; + border-radius: 0px; background-color: @background; text-color: @foreground; vertical-align: 0.5; diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index 4cc3955..4567d76 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -47,10 +47,10 @@ //"network", //"custom/separator#dot-line", //"cava", - //"battery", - //"custom/separator#dot-line", - //"backlight", - //"custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", //"wireplumber", diff --git a/config/waybar/modules b/config/waybar/modules index 7de38d0..6617ed3 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -265,7 +265,7 @@ "interval": 10, "tooltip": false, //"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", - "thermal-zone": 2, + "thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", @@ -460,8 +460,8 @@ "temperature#vertical": { "interval": 10, "tooltip": true, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", - //"thermal-zone": 0, + //"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "thermal-zone": 0, "critical-threshold": 80, "format-critical": "{icon}\n{temperatureC}°C", "format": " {icon}",