Compare commits

..

No commits in common. "d2563e16d824cba455ee5485693b7811fe01cfb7" and "c75021b50b408b4b4124ee2ba0feb018adabef1f" have entirely different histories.

9 changed files with 222 additions and 72 deletions

View file

@ -29,4 +29,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR fish_user_paths:/home/timoxa0/\x2ecargo/bin\x1e/home/timoxa0/\x2elocal/bin SETUVAR fish_user_paths:/home/timoxa0/\x2elocal/bin

View file

@ -3,7 +3,7 @@
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland & dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland &
gsettings set org.gnome.desktop.wm.preferences button-layout ':' & gsettings set org.gnome.desktop.wm.preferences button-layout ':' &
waybar -c ~/.config/waybar/waybar.jsonc -s ~/.config/waybar/waybar.css & waybar -c ~/.config/waybar/waybar.jsonc -s ~/.config/waybar/waybar.css &
hyprwall -r & hyprpaper -c ~/.config/hypr/hyprpaper.conf &
hypridle -c ~/.config/hypr/hypridle.conf & hypridle -c ~/.config/hypr/hypridle.conf &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
mako -c ~/.config/mako/mako.conf & mako -c ~/.config/mako/mako.conf &

1
dot-config/hypr/bin/runner Executable file
View file

@ -0,0 +1 @@
rofi -show drun -theme ~/.config/rofi/runner.rasi

View file

@ -2,7 +2,7 @@ source = colors.conf
$terminal = alacritty $terminal = alacritty
$fileManager = nemo $fileManager = nemo
$menu = ~/.cargo/bin/hyprlauncher $menu = ~/.config/hypr/bin/runner
$browser = zen-browser $browser = zen-browser
$discord = vesktop $discord = vesktop
$telegram = telegram-desktop $telegram = telegram-desktop

View file

@ -0,0 +1,5 @@
preload = ~/.config/hypr/wallpaper.png
wallpaper = ,~/.config/hypr/wallpaper.png
splash = false

View file

@ -0,0 +1 @@
/mnt/data/Wallpapers/unsorted/fuji-5.png

View file

@ -1,65 +0,0 @@
{
"debug": {
"disable_auto_focus": false,
"enable_logging": false
},
"theme": {
"colors": {
"border": "#89b4fa",
"item_bg": "#181825",
"item_bg_hover": "#89b4fa",
"item_bg_selected": "#89b4fa",
"item_description": "#bac2de",
"item_description_selected": "#181825",
"item_name": "#cdd6f4",
"item_name_selected": "#1e1e2e",
"item_path": "#a6adc8",
"item_path_selected": "#181825",
"search_bg": "#181825",
"search_bg_focused": "#89b4fa",
"search_caret": "#cdd6f4",
"search_text": "#cdd6f4",
"window_bg": "#1e1e2e"
},
"corners": {
"list_item": 8,
"search": 8,
"window": 12
},
"spacing": {
"item_margin": 8,
"item_padding": 2,
"search_margin": 9,
"search_padding": 9
},
"typography": {
"item_description_size": 12,
"item_name_size": 14,
"item_path_font_family": "JetBrainsMono Nerd Font Mono",
"item_path_size": 12,
"search_font_size": 16
}
},
"window": {
"anchor": "bottom",
"border_width": 3,
"custom_navigate_keys": {
"delete_word": "h",
"down": "j",
"up": "k"
},
"height": 400,
"margin_bottom": 20,
"margin_left": 0,
"margin_right": 0,
"margin_top": 0,
"max_entries": 50,
"show_border": true,
"show_descriptions": true,
"show_icons": true,
"show_paths": true,
"show_search": true,
"use_gtk_colors": false,
"width": 600
}
}

View file

@ -1,4 +0,0 @@
[Settings]
folder = /mnt/data/Wallpapers/unsorted
backend = hyprpaper
last_wallpaper = /mnt/data/Wallpapers/unsorted/galaktika_zvezdy_nebo_temnyj_tumannost_101228_2560x1440.jpg

212
dot-config/rofi/runner.rasi Normal file
View file

@ -0,0 +1,212 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Rofi Theme File
* Rofi Version: 1.7.3
* Matugen colors
**/
@import "colors.rasi"
/*****----- Configuration -----*****/
configuration {
modi: "drun,filebrowser";
show-icons: true;
display-drun: "Apps";
display-filebrowser: "Files";
drun-display-format: "{name}";
window-format: "{w} · {c}";
}
/*****----- Global Properties -----*****/
* {
font: "JetBrainsMono Nerd Font Mono 10";
background: @on-primary-fixed;
background-alt: @on-primary-fixed-variant;
foreground: @primary-fixed;
selected: @primary-fixed-dim;
selected-fg: @on-primary-fixed;
active: @primary-fixed;
urgent: @error;
}
/*****----- Main Window -----*****/
window {
/* properties for window widget */
transparency: "real";
location: center;
anchor: center;
fullscreen: false;
width: 1000px;
x-offset: 0px;
y-offset: 0px;
/* properties for all widgets */
enabled: true;
border-radius: 15px;
cursor: "default";
background-color: @background;
}
/*****----- Main Box -----*****/
mainbox {
enabled: true;
spacing: 0px;
background-color: transparent;
orientation: vertical;
children: [ "inputbar", "listbox" ];
}
listbox {
spacing: 20px;
padding: 20px;
background-color: transparent;
orientation: vertical;
children: [ "message", "listview" ];
}
/*****----- Inputbar -----*****/
inputbar {
enabled: true;
spacing: 10px;
padding: 100px 60px;
background-color: transparent;
background-image: url("~/.config/hypr/wallpaper.png", width);
text-color: @foreground;
orientation: horizontal;
children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
str: "";
padding: 12px 15px;
border-radius: 100%;
background-color: @background-alt;
text-color: inherit;
}
entry {
enabled: true;
expand: false;
width: 300px;
padding: 12px 16px;
border-radius: 100%;
background-color: @background-alt;
text-color: inherit;
cursor: text;
placeholder: "Search";
placeholder-color: inherit;
}
dummy {
expand: true;
background-color: transparent;
}
/*****----- Mode Switcher -----*****/
mode-switcher{
enabled: true;
spacing: 10px;
background-color: transparent;
text-color: @foreground;
}
button {
width: 80px;
padding: 12px;
border-radius: 100%;
background-color: @background-alt;
text-color: inherit;
cursor: pointer;
}
button selected {
background-color: @selected;
text-color: @selected-fg;
}
/*****----- Listview -----*****/
listview {
enabled: true;
columns: 6;
lines: 3;
cycle: true;
dynamic: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
fixed-columns: true;
spacing: 10px;
background-color: transparent;
text-color: @foreground;
cursor: "default";
}
/*****----- Elements -----*****/
element {
enabled: true;
spacing: 10px;
padding: 10px;
border-radius: 15px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
orientation: vertical;
}
element normal.normal {
background-color: inherit;
text-color: inherit;
}
element normal.urgent {
background-color: @urgent;
text-color: @foreground;
}
element normal.active {
background-color: @active;
text-color: @foreground;
}
element selected.normal {
background-color: @selected;
text-color: @selected-fg;
}
element selected.urgent {
background-color: @urgent;
text-color: @selected-fg;
}
element selected.active {
background-color: @urgent;
text-color: @selected-fg;
}
element-icon {
background-color: transparent;
text-color: inherit;
size: 64px;
cursor: inherit;
}
element-text {
background-color: transparent;
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
horizontal-align: 0.5;
}
/*****----- Message -----*****/
message {
background-color: transparent;
}
textbox {
padding: 15px;
border-radius: 15px;
background-color: @background-alt;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
}
error-message {
padding: 15px;
border-radius: 15px;
background-color: @background;
text-color: @foreground;
}