diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-08 20:12:22 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-08 20:12:22 +0200 |
commit | b46b799be2f93d5263f6b3965af5121424cfeee0 (patch) | |
tree | 14bd9ef5fa11fa4d11b0a30969720e235d485d5f | |
parent | b19a63227ffc6f5d65e02c578d98fa2121aafb07 (diff) |
added themese and symlink to config
l---------[-rw-r--r--] | config/hyprland/tofi/config | 71 | ||||
l--------- | config/hyprland/tofi/themes/config | 1 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/dark-paper | 18 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/dmenu | 16 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/dos | 14 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/fullscreen | 10 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/nord | 70 |
7 files changed, 130 insertions, 70 deletions
diff --git a/config/hyprland/tofi/config b/config/hyprland/tofi/config index 1b2ba53..845f2a4 100644..120000 --- a/config/hyprland/tofi/config +++ b/config/hyprland/tofi/config @@ -1,70 +1 @@ -### Font -font = /usr/share/fonts/TTF/JetBrainsMono-Bold.ttf -font-size = 12 -font-features = "" -font-variations = "" - -hint-font = true - -### Colors -text-color = #d8dee9 -prompt-color = #81a1c1 -placeholder-color = #4c566a -input-color = #d8dee9 -default-result-color = #88c0d0 -selection-color = #5e81ac -selection-match-color = #ffffff - -### Matching -prompt-text = "" -prompt-padding = 0 -placeholder-text = "cmd" -num-results = 0 -result-spacing = 0 -horizontal = false -min-input-width = 0 - -### Window theming -width = 20% -height = 20% -background-color = #2e3440f0 -outline-width = 0 -outline-color = #81a1c1 -border-width = 2 -border-color = #88c0d0 -corner-radius = 26 -# Padding -padding-top = 0 -padding-bottom = 0 -padding-left = 7% -padding-right = 0 - -clip-to-padding = true -scale = true -output = "" -anchor = center -# -1 means ignore exclusive zones completely. -# 0 will move tofi out of the way of other windows' zones. -# > 0 will set that much space as an exclusive zone. -exclusive-zone = -1 - -# Window offset from edge of screen. Only has an effect when anchored -margin-top = 0 -margin-bottom = 0 -margin-left = 0 -margin-right = 0 - -### Behaviour -hide-cursor = false -history = true -# history-file = /path/to/histfile -fuzzy-match = false -require-match = false -hide-input = false -hidden-character = "" -drun-launch = true -# terminal = foot -late-keyboard-init = false -multi-instance = false -ascii-input = false -# include = /path/to/config +/home/aluc/.config/tofi/themes/nord
\ No newline at end of file diff --git a/config/hyprland/tofi/themes/config b/config/hyprland/tofi/themes/config new file mode 120000 index 0000000..953d912 --- /dev/null +++ b/config/hyprland/tofi/themes/config @@ -0,0 +1 @@ +/home/aluc/.config/tofi/themes//
\ No newline at end of file diff --git a/config/hyprland/tofi/themes/dark-paper b/config/hyprland/tofi/themes/dark-paper new file mode 100644 index 0000000..c58b292 --- /dev/null +++ b/config/hyprland/tofi/themes/dark-paper @@ -0,0 +1,18 @@ +font = Fanwood Text +font-size = 64 + +outline-width = 0 +border-width = 0 +padding-left = 4% +padding-top = 2% +padding-right = 0 +padding-bottom = 0 + +background-color = #111 +text-color = #f9fbff +selection-color = #933 + +width = 100% +height = 100% + +hide-cursor = true diff --git a/config/hyprland/tofi/themes/dmenu b/config/hyprland/tofi/themes/dmenu new file mode 100644 index 0000000..55a23d9 --- /dev/null +++ b/config/hyprland/tofi/themes/dmenu @@ -0,0 +1,16 @@ +anchor = top +width = 100% +height = 30 +horizontal = true +font-size = 14 +prompt-text = " run: " +font = monospace +outline-width = 0 +border-width = 0 +background-color = #000000 +min-input-width = 120 +result-spacing = 15 +padding-top = 0 +padding-bottom = 0 +padding-left = 0 +padding-right = 0 diff --git a/config/hyprland/tofi/themes/dos b/config/hyprland/tofi/themes/dos new file mode 100644 index 0000000..7c2fff5 --- /dev/null +++ b/config/hyprland/tofi/themes/dos @@ -0,0 +1,14 @@ +font = VT323 +corner-radius = 60 +outline-color = #D3D1B9 +outline-width = 3 +border-color = #E3E1C9 +border-width = 60 +background-color = #000000 +text-color = #0A3 +selection-color = #0F6 +prompt-text = "C:\> " +num-results = 9 +hide-cursor = true +width = 640 +height = 480 diff --git a/config/hyprland/tofi/themes/fullscreen b/config/hyprland/tofi/themes/fullscreen new file mode 100644 index 0000000..aa3a2cd --- /dev/null +++ b/config/hyprland/tofi/themes/fullscreen @@ -0,0 +1,10 @@ +width = 100% +height = 100% +border-width = 0 +outline-width = 0 +padding-left = 35% +padding-top = 35% +result-spacing = 25 +num-results = 5 +font = monospace +background-color = #000A diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord new file mode 100644 index 0000000..1b2ba53 --- /dev/null +++ b/config/hyprland/tofi/themes/nord @@ -0,0 +1,70 @@ +### Font +font = /usr/share/fonts/TTF/JetBrainsMono-Bold.ttf +font-size = 12 +font-features = "" +font-variations = "" + +hint-font = true + +### Colors +text-color = #d8dee9 +prompt-color = #81a1c1 +placeholder-color = #4c566a +input-color = #d8dee9 +default-result-color = #88c0d0 +selection-color = #5e81ac +selection-match-color = #ffffff + +### Matching +prompt-text = "" +prompt-padding = 0 +placeholder-text = "cmd" +num-results = 0 +result-spacing = 0 +horizontal = false +min-input-width = 0 + +### Window theming +width = 20% +height = 20% +background-color = #2e3440f0 +outline-width = 0 +outline-color = #81a1c1 +border-width = 2 +border-color = #88c0d0 +corner-radius = 26 +# Padding +padding-top = 0 +padding-bottom = 0 +padding-left = 7% +padding-right = 0 + +clip-to-padding = true +scale = true +output = "" +anchor = center +# -1 means ignore exclusive zones completely. +# 0 will move tofi out of the way of other windows' zones. +# > 0 will set that much space as an exclusive zone. +exclusive-zone = -1 + +# Window offset from edge of screen. Only has an effect when anchored +margin-top = 0 +margin-bottom = 0 +margin-left = 0 +margin-right = 0 + +### Behaviour +hide-cursor = false +history = true +# history-file = /path/to/histfile +fuzzy-match = false +require-match = false +hide-input = false +hidden-character = "" +drun-launch = true +# terminal = foot +late-keyboard-init = false +multi-instance = false +ascii-input = false +# include = /path/to/config |