From 25a509d2cbe8089cf1cde4a69f5f5f945c66ff27 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 19:35:47 +0200 Subject: added keybinds --- config/hyprland/foot/foot.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 24df032..11bc728 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -113,7 +113,7 @@ alpha=0.90 # clipboard-copy=Control+Shift+c XF86Copy # clipboard-paste=Control+Shift+v XF86Paste # primary-paste=Shift+Insert -# search-start=Control+Shift+r +search-start=Control+Shift+r # font-increase=Control+plus Control+equal Control+KP_Add # font-decrease=Control+minus Control+KP_Subtract # font-reset=Control+0 Control+KP_0 @@ -125,7 +125,7 @@ alpha=0.90 # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none # show-urls-launch=Control+Shift+u -# show-urls-copy=none +show-urls-copy=Mod1+l # show-urls-persistent=none # prompt-prev=Control+Shift+z # prompt-next=Control+Shift+x -- cgit v1.2.3 From 577fbafc4de59700358a254e9c31145df669ab26 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 19:35:58 +0200 Subject: removed window title --- config/hyprland/waybar/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 006d22b..633decc 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -1,8 +1,8 @@ { "layer": "top", "modules-left": ["battery", "wlr/workspaces", "mpd"], - "modules-center": ["hyprland/window"], - "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "clock", "tray"], + "modules-center": ["clock"], + "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], "wlr/workspaces": { "on-click": "activate", }, -- cgit v1.2.3 From b1fbec6a24e305ec9bf38c09b77c33d57a3c870a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 19:36:13 +0200 Subject: changed colors --- config/hyprland/waybar/schemes/base16.css | 37 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css index 68c5219..99ba8b2 100644 --- a/config/hyprland/waybar/schemes/base16.css +++ b/config/hyprland/waybar/schemes/base16.css @@ -46,7 +46,8 @@ window#waybar.PCSX2 #window { } #workspaces, #mpd, #battery, -#network, #pulseaudio, #temperature, #cpu, #custom-memory, #workspaces, #clock, #tray { +#network, #pulseaudio, #temperature, #cpu, #custom-memory, #clock, #tray { + border: solid @background 2px; margin-top: 4px; margin-bottom: 2px; transition: none; @@ -55,28 +56,29 @@ window#waybar.PCSX2 #window { #battery { color: @color6; background: @background; + border-color: @color4; } #workspaces { margin-left: 12px; border-radius: 26px; - background: @background; + background: @color1; } #workspaces button { transition: none; - color: @foreground; background: transparent; + color: @background; font-size: 16px; } #workspaces button.active { - color: @color12; + color: @color8; } #workspaces button:hover { transition: none; - color: @color11; + color: @color3; } #mpd { @@ -88,56 +90,53 @@ window#waybar.PCSX2 #window { #mpd.stopped { color: @foreground; background: @background; + border-color: @color4; } -#window { +#clock { margin-top: 4px; margin-bottom: 2px; margin-left: 8px; padding-left: 16px; padding-right: 16px; border-radius: 26px; - color: @color6; - color: @color4; + color: @color3; background: @background; + border-color: @color4; } #network { color: @background; - background: @color12; + background: @color5; } #pulseaudio { color: @background; - background: @color14; + background: @color4; } #temperature { color: @background; - background: @color7; + background: @color3; } #cpu { color: @background; - background: @color3; + background: @color4; } #custom-memory { - color: @background; - background: @color2; -} - -#clock { margin-left: 8px; margin-right: 12px; padding-left: 16px; padding-right: 16px; border-radius: 26px; - color: @foreground; - background: @background; + color: @background; + background: @color5; } #tray { + border: none; margin-right: 12px; color: @foreground; background: transparent; -- cgit v1.2.3 From b75dc6f462ed2f48a2c7476f3385d75020f5148e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 19:49:55 +0200 Subject: changed colors --- config/hyprland/waybar/schemes/base16.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css index 99ba8b2..8853b4b 100644 --- a/config/hyprland/waybar/schemes/base16.css +++ b/config/hyprland/waybar/schemes/base16.css @@ -62,23 +62,23 @@ window#waybar.PCSX2 #window { #workspaces { margin-left: 12px; border-radius: 26px; - background: @color1; + background: @color3; } #workspaces button { transition: none; background: transparent; - color: @background; font-size: 16px; + color: @color1; } #workspaces button.active { - color: @color8; + color: @background; } #workspaces button:hover { transition: none; - color: @color3; + color: @color8; } #mpd { -- cgit v1.2.3 From 9308efd6dd80ed4ec450a170a208d7fe3f4c6626 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 20:43:12 +0200 Subject: added scroll options --- config/hyprland/waybar/config.jsonc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 633decc..a052e59 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -17,6 +17,8 @@ "paused": "", }, "on-click": "mpc toggle", + "on-scroll-up": "mpc volume +5", + "on-scroll-down": "mpc volume -5", }, "battery": { "format-charging": " {capacity}%", -- cgit v1.2.3 From e15b10f76188c52abcd4867f7e325ede8aab6a66 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 20:43:27 +0200 Subject: changed colors --- config/hyprland/waybar/schemes/base16.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css index 8853b4b..170a72c 100644 --- a/config/hyprland/waybar/schemes/base16.css +++ b/config/hyprland/waybar/schemes/base16.css @@ -69,11 +69,11 @@ window#waybar.PCSX2 #window { transition: none; background: transparent; font-size: 16px; - color: @color1; + color: @background; } #workspaces button.active { - color: @background; + text-shadow: 1px 0px 1px @background; } #workspaces button:hover { -- cgit v1.2.3 From 9f8f54a841b4f53922e10a41c727c43b2241b321 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 20:44:42 +0200 Subject: removed files --- .gitignore | 3 + config/common/btop/btop.conf | 212 ------------------------------------- config/hyprland/tofi/themes/colors | 14 --- config/theme/gtk-3.0/bookmarks | 0 4 files changed, 3 insertions(+), 226 deletions(-) delete mode 100644 config/common/btop/btop.conf delete mode 100644 config/hyprland/tofi/themes/colors delete mode 100644 config/theme/gtk-3.0/bookmarks (limited to 'config/hyprland') diff --git a/.gitignore b/.gitignore index df0f75f..e076328 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ bin/common/stowdots +config/common/btop/ config/common/mpd/database config/common/mpv/playfile.txt config/common/mpv/watch_later/* @@ -12,6 +13,8 @@ config/essentials/zsh/.zcompdump config/extra/jftui/settings config/extra/mutt/muttrc config/hyprland/foot/colors +config/hyprland/tofi/themes/colors config/hyprland/waybar/colors.css config/old/vim/plugged/ config/old/vim/viminfo* +config/theme/gtk-3.0/bookmarks diff --git a/config/common/btop/btop.conf b/config/common/btop/btop.conf deleted file mode 100644 index 81ab72c..0000000 --- a/config/common/btop/btop.conf +++ /dev/null @@ -1,212 +0,0 @@ -#? Config file for btop v. 1.2.13 - -#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. -#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "TTY" - -#* If the theme set background should be shown, set to False if you want terminal background transparency. -theme_background = False - -#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. -truecolor = True - -#* Set to true to force tty mode regardless if a real tty has been detected or not. -#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. -force_tty = False - -#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. -#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. -#* Use whitespace " " as separator between different presets. -#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" -presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" - -#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists. -#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. -vim_keys = True - -#* Rounded corners on boxes, is ignored if TTY mode is ON. -rounded_corners = True - -#* Default symbols to use for graph creation, "braille", "block" or "tty". -#* "braille" offers the highest resolution but might not be included in all fonts. -#* "block" has half the resolution of braille but uses more common characters. -#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY. -#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view. -graph_symbol = "braille" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_cpu = "default" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_mem = "default" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_net = "default" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_proc = "default" - -#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu mem net proc" - -#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 2000 - -#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", -#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "memory" - -#* Reverse sorting order, True or False. -proc_reversed = False - -#* Show processes as a tree. -proc_tree = True - -#* Use the cpu graph colors in the process list. -proc_colors = True - -#* Use a darkening gradient in the process list. -proc_gradient = True - -#* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = False - -#* Show process memory as bytes instead of percent. -proc_mem_bytes = True - -#* Show cpu graph for each process. -proc_cpu_graphs = True - -#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) -proc_info_smaps = False - -#* Show proc box on left side of screen instead of right. -proc_left = False - -#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). -proc_filter_kernel = False - -#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. -#* Select from a list of detected attributes from the options menu. -cpu_graph_upper = "total" - -#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. -#* Select from a list of detected attributes from the options menu. -cpu_graph_lower = "total" - -#* Toggles if the lower CPU graph should be inverted. -cpu_invert_lower = True - -#* Set to True to completely disable the lower CPU graph. -cpu_single_graph = False - -#* Show cpu box at bottom of screen instead of top. -cpu_bottom = False - -#* Shows the system uptime in the CPU box. -show_uptime = True - -#* Show cpu temperature. -check_temp = True - -#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. -cpu_sensor = "Auto" - -#* Show temperatures for cpu cores also if check_temp is True and sensors has been found. -show_coretemp = True - -#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core. -#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine. -#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries. -#* Example: "4:0 5:1 6:3" -cpu_core_map = "" - -#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine". -temp_scale = "celsius" - -#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. -base_10_sizes = False - -#* Show CPU frequency. -show_cpu_freq = True - -#* Draw a clock at top of screen, formatting according to strftime, empty string to disable. -#* Special formatting: /host = hostname | /user = username | /uptime = system uptime -clock_format = "%X" - -#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. -background_update = True - -#* Custom cpu model name, empty string to disable. -custom_cpu_name = "" - -#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". -#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". -disks_filter = "" - -#* Show graphs instead of meters for memory values. -mem_graphs = True - -#* Show mem box below net box instead of above. -mem_below_net = False - -#* Count ZFS ARC in cached and available memory. -zfs_arc_cached = True - -#* If swap memory should be shown in memory box. -show_swap = True - -#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. -swap_disk = True - -#* If mem box should be split to also show disks info. -show_disks = True - -#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. -only_physical = True - -#* Read disks list from /etc/fstab. This also disables only_physical. -use_fstab = True - -#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) -zfs_hide_datasets = False - -#* Set to true to show available disk space for privileged users. -disk_free_priv = False - -#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. -show_io_stat = True - -#* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = False - -#* Set to True to show combined read/write io graphs in io mode. -io_graph_combined = False - -#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ". -#* Example: "/mnt/media:100 /:20 /boot:1". -io_graph_speeds = "" - -#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False. -net_download = 100 - -net_upload = 100 - -#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. -net_auto = True - -#* Sync the auto scaling for download and upload to whichever currently has the highest scale. -net_sync = True - -#* Starts with the Network Interface specified here. -net_iface = "" - -#* Show battery stats in top right if battery is present. -show_battery = True - -#* Which battery to use if multiple are present. "Auto" for auto detection. -selected_battery = "Auto" - -#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". -#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. -log_level = "WARNING" diff --git a/config/hyprland/tofi/themes/colors b/config/hyprland/tofi/themes/colors deleted file mode 100644 index 3c35fc2..0000000 --- a/config/hyprland/tofi/themes/colors +++ /dev/null @@ -1,14 +0,0 @@ -# tofi -text-color = #d1dae6 -prompt-color = #999CA9 -placeholder-color = #999CA9 -input-color = #d1dae6 -default-result-color = #9CB3D4 -selection-color = #9298a1 -selection-match-color = #d1dae6 - -background-color = #0f1114f0 - -outline-color = #999CA9 - -border-color = #9CB3D4 diff --git a/config/theme/gtk-3.0/bookmarks b/config/theme/gtk-3.0/bookmarks deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3 From ae06a21eb66ee2acce2324f855bd001079be19a9 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 8 May 2023 16:23:50 +0200 Subject: add cliphist at start --- config/hyprland/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index e7048ae..3f3cd6f 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -6,6 +6,7 @@ source = ./env.conf exec-once = gammastep & waybar exec-once = swaybg -i ~/pics/wallpaper +exec-once = wl-paste --watch cliphist store input { kb_layout = us -- cgit v1.2.3 From 24106f70cd624269af29889f6264c581a6442227 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 8 May 2023 16:24:00 +0200 Subject: change long date format --- config/hyprland/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index a052e59..8c1c89e 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -63,7 +63,7 @@ }, "clock": { "format": "{:%H:%M}", - "format-alt": " {:%A, %B %d, %Y (%R)}", + "format-alt": "{:%R %A %d %B}", "interval": 1, }, "tray": { -- cgit v1.2.3 From 7584bcba18b8236a10e3833140de09ad5e7c83a1 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 9 May 2023 00:29:44 +0200 Subject: added copyhist keybind --- config/hyprland/hypr/binds.conf | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 315a9dd..d373483 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -75,34 +75,34 @@ bindm = $mainMod, mouse:273, resizewindow bind = $mainMod, M, submap, menuscripts submap = menuscripts -bind =, A, exec, dmask -bind =, C, exec, dmclip -bind =, D, exec, mdsktp -bind =, E, exec, memoji -bind =, F, exec, dmfm -bind =, G, exec, mpassgen -bind =, H, exec, mhelp -bind =, I, exec, mapimg -bind =, L, exec, dmlang -bind =, M, exec, mpass -bind =, P, exec, mpdf -bind =, O, exec, mpower -bind =, U, exec, mcurs -bind =, V, exec, mvid bind = $mainMod, A, exec, dmask -bind = $mainMod, C, exec, dmclip +bind =, A, exec, dmask +bind = $mainMod, C, exec, copyhist +bind =, C, exec, copyhist bind = $mainMod, D, exec, mdsktp +bind =, D, exec, mdsktp bind = $mainMod, E, exec, memoji +bind =, E, exec, memoji bind = $mainMod, F, exec, dmfm +bind =, F, exec, dmfm bind = $mainMod, G, exec, mpassgen +bind =, G, exec, mpassgen bind = $mainMod, H, exec, mhelp +bind =, H, exec, mhelp bind = $mainMod, I, exec, mapimg +bind =, I, exec, mapimg bind = $mainMod, L, exec, dmlang +bind =, L, exec, dmlang bind = $mainMod, M, exec, mpass +bind =, M, exec, mpass bind = $mainMod, P, exec, mpdf +bind =, P, exec, mpdf bind = $mainMod, O, exec, mpower +bind =, O, exec, mpower bind = $mainMod, U, exec, mcurs +bind =, U, exec, mcurs bind = $mainMod, V, exec, mvid +bind =, V, exec, mvid source = ./reset-submap.conf submap = reset -- cgit v1.2.3 From fbdb5aba68311aee6f00d08420b027ca6b958bbb Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 10 May 2023 20:42:05 +0200 Subject: remove mouse timeout --- config/hyprland/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 3f3cd6f..36f85a5 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -33,7 +33,7 @@ general { layout = dwindle - cursor_inactive_timeout = 2 + cursor_inactive_timeout = 0 } misc { -- cgit v1.2.3 From 65c06054415a0206c4cda0e95eeddeaa7e9598d3 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 17 May 2023 11:07:30 +0200 Subject: updated icons --- config/hyprland/waybar/config.jsonc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 8c1c89e..c3ecf2c 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -10,11 +10,11 @@ "tooltip": false, "format": "{artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})", "artist-len": 24, - "format-disconnected": "ﳌ", - "format-stopped": "", + "format-disconnected": "", + "format-stopped": "", "state-icons": { - "playing": "", - "paused": "", + "playing": "", + "paused": "", }, "on-click": "mpc toggle", "on-scroll-up": "mpc volume +5", @@ -31,9 +31,9 @@ "pulseaudio": { "tooltip": false, "scroll-step": 5, - "format": "{icon} {volume}%", + "format": "{icon} {volume:3}%", "format-icons": { - "default": ["奄", "奔", "墳"] + "default": ["", "", ""] }, "on-click": "pavucontrol", }, @@ -49,7 +49,7 @@ "tooltip-format-wifi": "{ifname} {essid}", "format-ethernet": "", "tooltip-format-ethernet": "{ifname} {ipaddr}", - "format-disconnected": "裏", + "format-disconnected": "", }, "cpu": { "tooltip": false, -- cgit v1.2.3 From 19e51dd7322587aac0007fdfc31573f1b526fd2a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 17 May 2023 11:17:25 +0200 Subject: added extra menu command --- config/hyprland/hypr/binds.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index d373483..32ff88c 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -3,9 +3,11 @@ $mainMod = SUPER $term = foot $menu = $(tofi-run) +$menu_opt = $(tofi-run --auto-accept-single=false) bind = $mainMod, Return, exec, $term bind = $mainMod SHIFT, Return, exec, $menu +bind = $mainMod CTRL, Return, exec, $menu_opt bind = $mainMod, C, killactive, bind = $mainMod SHIFT, C, exec, hyprctl kill bind = $mainMod, Q, exit, -- cgit v1.2.3 From 7436c88abf47f4caef5a051e1bf7255b34cf3435 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 19 May 2023 12:16:18 +0200 Subject: added shift to quit bind --- config/hyprland/hypr/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 32ff88c..5c2dd99 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -10,7 +10,7 @@ bind = $mainMod SHIFT, Return, exec, $menu bind = $mainMod CTRL, Return, exec, $menu_opt bind = $mainMod, C, killactive, bind = $mainMod SHIFT, C, exec, hyprctl kill -bind = $mainMod, Q, exit, +bind = $mainMod SHIFT, Q, exit, bind = $mainMod, F, togglefloating, bind = $mainMod SHIFT, P, pseudo bind = $mainMod, S, togglesplit -- cgit v1.2.3 From 70e4464ee282fdcb38a6c5dd262a81679eb6bba1 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 19 May 2023 12:21:57 +0200 Subject: added window title back --- config/hyprland/waybar/config.jsonc | 4 ++-- config/hyprland/waybar/schemes/base16.css | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index c3ecf2c..e0289c8 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -1,7 +1,7 @@ { "layer": "top", - "modules-left": ["battery", "wlr/workspaces", "mpd"], - "modules-center": ["clock"], + "modules-left": ["battery", "clock", "wlr/workspaces", "mpd"], + "modules-center": ["hyprland/window"], "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], "wlr/workspaces": { "on-click": "activate", diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css index 170a72c..eced638 100644 --- a/config/hyprland/waybar/schemes/base16.css +++ b/config/hyprland/waybar/schemes/base16.css @@ -38,6 +38,7 @@ window#waybar.PCSX2 #window { } #mpd, #battery, +#window, #network, #pulseaudio, #temperature, #cpu, #custom-memory { margin-left: 8px; padding-left: 16px; @@ -45,8 +46,9 @@ window#waybar.PCSX2 #window { border-radius: 26px; } -#workspaces, #mpd, #battery, -#network, #pulseaudio, #temperature, #cpu, #custom-memory, #clock, #tray { +#workspaces, #mpd, #battery, #clock, +#window, +#network, #pulseaudio, #temperature, #cpu, #custom-memory, #tray { border: solid @background 2px; margin-top: 4px; margin-bottom: 2px; @@ -105,6 +107,11 @@ window#waybar.PCSX2 #window { border-color: @color4; } +#window { + color: @background; + background: @color4; +} + #network { color: @background; background: @color5; -- cgit v1.2.3 From 9560f3bdbf94484e669cf1abc9cccc4815a32d99 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 19 May 2023 12:22:13 +0200 Subject: fixed conflicting keybind --- config/hyprland/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 11bc728..8caee75 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -125,7 +125,7 @@ search-start=Control+Shift+r # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none # show-urls-launch=Control+Shift+u -show-urls-copy=Mod1+l +show-urls-copy=Mod1+Shift+l # show-urls-persistent=none # prompt-prev=Control+Shift+z # prompt-next=Control+Shift+x -- cgit v1.2.3 From 89c83898ae1f29517eab638b3276ea5e4c5b48ad Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 23 May 2023 00:26:58 +0200 Subject: changed clock format --- config/hyprland/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index e0289c8..2314fab 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -63,7 +63,7 @@ }, "clock": { "format": "{:%H:%M}", - "format-alt": "{:%R %A %d %B}", + "format-alt": "{:(%R) %A %d %B}", "interval": 1, }, "tray": { -- cgit v1.2.3 From 1ac5c4538e481c7baecf2e2374fa685e968956ab Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 23 May 2023 00:46:46 +0200 Subject: changed wifi icon --- config/hyprland/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index c3ecf2c..72a6872 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -45,7 +45,7 @@ }, }, "network": { - "format-wifi": "", + "format-wifi": " ", "tooltip-format-wifi": "{ifname} {essid}", "format-ethernet": "", "tooltip-format-ethernet": "{ifname} {ipaddr}", -- cgit v1.2.3 From a8bf1aa2c503b29b194d17ebbeb48c7d8cc4db76 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 29 May 2023 01:46:13 +0200 Subject: removed tofi config symlink --- config/hyprland/tofi/config | 1 - 1 file changed, 1 deletion(-) delete mode 120000 config/hyprland/tofi/config (limited to 'config/hyprland') diff --git a/config/hyprland/tofi/config b/config/hyprland/tofi/config deleted file mode 120000 index 75daa23..0000000 --- a/config/hyprland/tofi/config +++ /dev/null @@ -1 +0,0 @@ -/home/aluc/.config/tofi/themes/base16 \ No newline at end of file -- cgit v1.2.3 From bb60e3bb77810fc989a50d4a3eef27272e6ffd12 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 7 Jun 2023 12:26:26 +0200 Subject: use startup script --- config/hyprland/hypr/hyprland.conf | 4 +--- config/hyprland/hypr/startup.sh | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100755 config/hyprland/hypr/startup.sh (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 36f85a5..8aa437e 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -4,9 +4,7 @@ monitor=,preferred,auto,1 source = ./env.conf -exec-once = gammastep & waybar -exec-once = swaybg -i ~/pics/wallpaper -exec-once = wl-paste --watch cliphist store +exec-once = $HOME/.config/hypr/startup.sh input { kb_layout = us diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh new file mode 100755 index 0000000..ab0e48b --- /dev/null +++ b/config/hyprland/hypr/startup.sh @@ -0,0 +1,5 @@ +#!/bin/sh +swaybg -i ~/pics/wallpaper & +waybar & +gammastep & +wl-paste --watch cliphist store & -- cgit v1.2.3