aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <ejhay.games@gmail.com>2023-11-05 23:21:33 +0900
committerJa.KooLit <ejhay.games@gmail.com>2023-11-05 23:21:33 +0900
commit4dcde3fd2617d934b86ac7e261a3fc2de42599f3 (patch)
tree142180c776a2ece53670950f2e2b664c8e0ffaf9
parent9ab2c32a504aacbe597fa6acd523a77967a6ed10 (diff)
small update
-rw-r--r--config/kitty/kitty.conf4
-rw-r--r--config/rofi/.current_wallpaperbin2425525 -> 1772664 bytes
-rw-r--r--config/rofi/config-cliphist.rasi2
-rw-r--r--config/rofi/config-compact.rasi3
-rw-r--r--config/rofi/config-long.rasi2
-rw-r--r--config/rofi/config-power.rasi10
-rw-r--r--config/rofi/config-rofi-Beats.rasi3
-rw-r--r--config/rofi/config-screenshot.rasi241
-rw-r--r--config/rofi/config-short.rasi5
-rw-r--r--config/rofi/config.rasi20
-rw-r--r--config/waybar/configs/config-default8
-rw-r--r--config/waybar/modules6
12 files changed, 29 insertions, 275 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf
index ed8e3655..2ae87eeb 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 da779f5b..87f78670 100644
--- a/config/rofi/.current_wallpaper
+++ b/config/rofi/.current_wallpaper
Binary files differ
diff --git a/config/rofi/config-cliphist.rasi b/config/rofi/config-cliphist.rasi
index 136bded9..7dd5d88c 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 4d2688f1..8d854a22 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 efb3625d..2decab5c 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 919b0c7c..58a35dd6 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 08a25d22..1d3a4700 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 f27bbd7e..00000000
--- 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 953e9c82..fbb70e22 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 8d45154c..0e257d2d 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 4cc3955c..4567d761 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 7de38d0a..6617ed34 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}",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage